|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.dse.base.DSEOperation | +--com.ibm.dse.base.DSEClientOperation | +--com.ibm.dse.services.appltables.ApplicationTablesClientOp
The ApplicationTablesClientOp is the client operation that will be automatically executed when the application requests to get the static data from a remote location if it is not locally available ( by setting the ApplicationTables service searchRemotelly attribute to true). The proper definitions must be set in the XML files.
Fields inherited from class com.ibm.dse.base.DSEOperation |
aOperationRepliedListener,
externalizer |
Constructor Summary | |
ApplicationTablesClientOp()
This constructor creates an instance of ApplicationTablesClientOp. |
|
ApplicationTablesClientOp(java.lang.String arg1)
This constructor creates an instance of ApplicationTablesClientOp and sets its name attribute as arg1. |
|
ApplicationTablesClientOp(java.lang.String anOperationName,
Context aParentContext)
This constructor creates an instance of ApplicationTablesClientOp and sets its name attribute as anOperationName. |
|
ApplicationTablesClientOp(java.lang.String arg1,
java.lang.String arg2)
This constructor creates an instance of ApplicationTablesClientOp and sets its name attribute as arg1. |
Method Summary | |
void |
execute()
The execute method will check for the table existence in memory. |
protected void |
setApplicationTables(ApplicationTables applicationTablesService)
Sets the applicationTables attribute value to the instance of ApplicationTables that has started the operation execution. |
protected void |
setTableEnterprise(java.lang.String newTableEnterprise)
Sets the tableEnterprise attribute value to newTableEnterprise. |
protected void |
setTableLanguage(java.lang.String newTableLanguage)
Sets the tableLanguage attribute value to newTableLanguage. |
protected void |
setTableName(java.lang.String newValue)
Sets the tableName attribute value to newValue. |
Methods inherited from class com.ibm.dse.base.DSEClientOperation |
getCSReplyFormat,
getCSRequestFormat,
getServerOperation,
getServerOperationParentContext,
initializeFrom,
setCSReplyFormat,
setCSRequestFormat,
setServerOperation,
setServerOperationParentContext,
toStrings |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public ApplicationTablesClientOp()
public ApplicationTablesClientOp(java.lang.String arg1) throws java.io.IOException
arg1
- java.lang.String, the operation namepublic ApplicationTablesClientOp(java.lang.String anOperationName, Context aParentContext) throws java.io.IOException, DSEInvalidRequestException
anOperationName
- java.lang.StringaParentContext
- com.ibm.dse.base.Contextpublic ApplicationTablesClientOp(java.lang.String arg1, java.lang.String arg2) throws java.io.IOException, DSEObjectNotFoundException, DSEInvalidRequestException
arg1
- java.lang.String, the operation namearg2
- java.lang.String, the operation parent context nameMethod Detail |
public void execute() throws DSECSTimeoutException, DSECSInvalidRequestException, DSECSRemoteOperationException, DSESQLException, DSEInvalidArgumentException, DSEException
protected void setApplicationTables(ApplicationTables applicationTablesService)
applicationTablesService
- com.ibm.dse.services.appltables.ApplicationTablesprotected void setTableEnterprise(java.lang.String newTableEnterprise)
newTableEnterprise
- java.lang.Stringprotected void setTableLanguage(java.lang.String newTableLanguage)
newTableLanguage
- java.lang.Stringprotected void setTableName(java.lang.String newValue)
newValue
- java.lang.String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |