|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface for eWay activation.
| Method Summary | |
void |
endpointActivation(javax.resource.spi.endpoint.MessageEndpointFactory mef,
STCPropertiesInfo ari)
Activate eWay endpoint. |
void |
endpointDeactivation(javax.resource.spi.endpoint.MessageEndpointFactory mef)
Deactivate (terminate) eWay endpoint. |
javax.transaction.xa.XAResource |
getXAResource()
Get the XAResource from the current active eWay endpoint. |
void |
initialize(javax.resource.spi.BootstrapContext bc)
Initialize the EwayActivationSpec instance. |
void |
validate(STCPropertiesInfo ari)
Validate the activation request information used to create an eWay endpoint activation. |
| Method Detail |
public void initialize(javax.resource.spi.BootstrapContext bc)
bc - The BootstrapContext provided by the container.
public void validate(STCPropertiesInfo ari)
throws javax.resource.spi.InvalidPropertyException
ari - The STCPropertiesInfo which contains the properties
for createing an eWay endpoint activation.
javax.resource.spi.InvalidPropertyException - if one or more of the properties is
invalid.
public void endpointActivation(javax.resource.spi.endpoint.MessageEndpointFactory mef,
STCPropertiesInfo ari)
throws javax.resource.NotSupportedException
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.public void endpointDeactivation(javax.resource.spi.endpoint.MessageEndpointFactory mef)
mef - The MessageEndpointFactory assoicated with the activation.
public javax.transaction.xa.XAResource getXAResource()
throws javax.resource.ResourceException
javax.resource.ResourceException - upon error.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||