|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.j2ca.extension.commandpattern.CommandManager
CommandManager This class produces a structure of command objects based on an input WBIRecord and functionName.
Constructor Summary | |
---|---|
CommandManager(CommandFactory commandFactory,
java.lang.Object eisConnection,
LogUtils logUtils)
This is the constructor for CommandManager |
Method Summary | |
---|---|
Command |
produceCommands(WBIRecord inputRecord,
java.lang.String functionName)
produceCommands This is the method that the adapter writer must call to produce commands. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CommandManager(CommandFactory commandFactory, java.lang.Object eisConnection, LogUtils logUtils)
commandFactory
- - an instance of an implementation of CommandFactoryeisConnection
- - the connection to the EIS used to execute any commandslogUtils
- - logging and tracingMethod Detail |
public Command produceCommands(WBIRecord inputRecord, java.lang.String functionName) throws javax.resource.ResourceException
inputRecord
- -
this is the input record.functionName
- -
this is the function passed to the adapter in the interaction
spec.
javax.resource.ResourceException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |