|
Sun Adapter for Batch/FTP | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stc.connector.batchadapter.system.BatchEndpoint
public class BatchEndpoint
Constructor Summary | |
---|---|
BatchEndpoint()
|
Method Summary | |
---|---|
void |
activation(javax.resource.spi.endpoint.MessageEndpointFactory mef,
javax.resource.spi.BootstrapContext aContext,
com.stc.configuration.IConfiguration aConfiguration,
com.stc.connector.management.util.ObjectReference aMonitor)
Activate eWay endpoint. |
void |
deactivation(javax.resource.spi.endpoint.MessageEndpointFactory mef)
Deactivate (terminate) eWay endpoint. |
com.stc.connector.framework.util.ConfigurationHelper |
getConfiguration()
|
protected javax.resource.spi.endpoint.MessageEndpointFactory |
getMessageEndpointFactory()
Returns the MessageEndpointFactory for this activation. |
com.stc.connector.management.util.ObjectReference |
getMonitor()
|
protected java.util.concurrent.Semaphore |
getSema()
Returns the semaphore for this activation. |
protected javax.resource.spi.work.WorkManager |
getWorkManager()
Gets the WorkManager. |
javax.transaction.xa.XAResource |
getXAResource()
Get the XAResource from the current active eWay endpoint. |
void |
initialize(javax.resource.spi.BootstrapContext bc)
Initialize the EwayEndpoint instance. |
void |
setMonitor(com.stc.connector.management.util.ObjectReference aValue)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BatchEndpoint()
Method Detail |
---|
public void initialize(javax.resource.spi.BootstrapContext bc)
bc
- The BootstrapContext provided by the container.public void setMonitor(com.stc.connector.management.util.ObjectReference aValue)
setMonitor
in interface com.stc.connector.management.STCManagedSlave
public com.stc.connector.management.util.ObjectReference getMonitor()
public void activation(javax.resource.spi.endpoint.MessageEndpointFactory mef, javax.resource.spi.BootstrapContext aContext, com.stc.configuration.IConfiguration aConfiguration, com.stc.connector.management.util.ObjectReference aMonitor) throws javax.resource.ResourceException
activation
in interface com.stc.connector.framework.eway.EwayEndpoint
mef
- The MessageEndpointFactory assoicated with the activation.ari
- The instance of STCPropertiesInfo which contains the
information for creating an endpoint activation.
javax.resource.NotSupportedException
- upon error.
javax.resource.ResourceException
public void deactivation(javax.resource.spi.endpoint.MessageEndpointFactory mef)
deactivation
in interface com.stc.connector.framework.eway.EwayEndpoint
mef
- The MessageEndpointFactory assoicated with the activation.public javax.transaction.xa.XAResource getXAResource() throws javax.resource.ResourceException
getXAResource
in interface com.stc.connector.framework.eway.EwayEndpoint
javax.resource.ResourceException
- upon error.protected java.util.concurrent.Semaphore getSema()
protected javax.resource.spi.endpoint.MessageEndpointFactory getMessageEndpointFactory()
protected javax.resource.spi.work.WorkManager getWorkManager()
public com.stc.connector.framework.util.ConfigurationHelper getConfiguration()
|
Sun Adapter for Batch/FTP | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |