public abstract class AbstractOutputInteraction extends java.lang.Object implements OutputInteraction
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
AbstractOutputInteraction() |
Modifier and Type | Method and Description |
---|---|
protected OutputConnector |
getConnector() |
void |
initialise(OutputConnector connector)
Initialise the interaction by passing in the owning connector
|
protected void |
onInitialise()
Method called after initialisation state has been saved.
|
void |
terminate()
Called to allow the interaction to close any resources it may have created.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
asyncSend, send
public static final java.lang.String COPYRIGHT
public void initialise(OutputConnector connector) throws ConnectorException
OutputInteraction
initialise
in interface OutputInteraction
connector
- the owning connectorConnectorException
OutputInteraction.initialise(com.ibm.connectors.OutputConnector)
protected void onInitialise() throws java.lang.Exception
java.lang.Exception
protected OutputConnector getConnector()
public void terminate() throws ConnectorException
OutputInteraction
terminate
in interface OutputInteraction
ConnectorException
OutputInteraction.terminate()