|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ibm.etools.iseries.edit.verifiers.comm.bridge.CheckObjectFunction
public class CheckObjectFunction
This class contains the code to handle the CODE communications bridge checkObject function call.
Field Summary | |
---|---|
static String |
copyright
|
Constructor Summary | |
---|---|
protected |
CheckObjectFunction(IBMiConnection connection,
String libAuth,
String objAuth,
boolean overrides,
JavaToCOutputStream out)
Constructor |
Method Summary | |
---|---|
protected boolean |
checkAuthority(IQSYSObject obj,
String authList)
Check if we already have retrieve required authority. |
protected void |
checkDBCS()
Check DBCS value |
protected void |
checkLibrary(String libraryName)
Build the return structure for library |
protected void |
checkMember(String libraryName,
String objectName,
String memberName)
Build chkout structure for member |
protected void |
checkMember(String libraryName,
String objectName,
String memberName,
IProject project)
Build chkout structure for member, original source was from the specified iSeries project. |
protected void |
checkObject(String libraryName,
String objectName,
String objectType)
Build chkout structure for object |
protected CHKOUTStruct |
getCHKOUTStruct()
Get the chkout structure |
protected void |
write(JavaToCOutputStream out)
Write the CHKOUT structure to the outputstream (or the error code if an error occured. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String copyright
Constructor Detail |
---|
protected CheckObjectFunction(IBMiConnection connection, String libAuth, String objAuth, boolean overrides, JavaToCOutputStream out)
Method Detail |
---|
protected boolean checkAuthority(IQSYSObject obj, String authList) throws SystemMessageException, Exception
SystemMessageException
Exception
protected void checkLibrary(String libraryName) throws SystemMessageException, Exception
SystemMessageException
Exception
protected void checkObject(String libraryName, String objectName, String objectType) throws SystemMessageException, Exception
SystemMessageException
Exception
protected void checkMember(String libraryName, String objectName, String memberName) throws SystemMessageException, Exception
SystemMessageException
Exception
protected void checkDBCS() throws SystemMessageException
SystemMessageException
protected void write(JavaToCOutputStream out) throws IOException
IOException
protected void checkMember(String libraryName, String objectName, String memberName, IProject project) throws SystemMessageException, Exception
SystemMessageException
Exception
protected CHKOUTStruct getCHKOUTStruct()
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |