|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
CommandFactory The adapter developer implements this interface to create command instances.
Method Summary | |
---|---|
Command |
createCommand(java.lang.String nodeLevelOperation,
commonj.sdo.DataObject inputDataObject)
createCommand The adapter developer is responsible for implementing the creation of command instances. |
boolean |
isOOType()
Specify whether or not the EIS handles data in a regular way. |
Method Detail |
public Command createCommand(java.lang.String nodeLevelOperation, commonj.sdo.DataObject inputDataObject) throws javax.resource.ResourceException
nodeLevelOperation
- - this is one of the NodeLevelOperations. This corresponds to the type of command to create.inputDataObject
- - this is the data object that this command instance will be associated with
javax.resource.ResourceException
public boolean isOOType()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |