public class UDPResourceAdapter extends Object implements javax.resource.spi.ResourceAdapter
| Constructor and Description |
|---|
UDPResourceAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
endpointActivation(javax.resource.spi.endpoint.MessageEndpointFactory messageEndpointFactory,
javax.resource.spi.ActivationSpec activationSpec) |
void |
endpointDeactivation(javax.resource.spi.endpoint.MessageEndpointFactory mepf,
javax.resource.spi.ActivationSpec as) |
XAResource[] |
getXAResources(javax.resource.spi.ActivationSpec[] as) |
void |
start(javax.resource.spi.BootstrapContext bootstrapContext) |
void |
stop() |
public void start(javax.resource.spi.BootstrapContext bootstrapContext)
start in interface javax.resource.spi.ResourceAdapterpublic void endpointActivation(javax.resource.spi.endpoint.MessageEndpointFactory messageEndpointFactory,
javax.resource.spi.ActivationSpec activationSpec)
throws javax.resource.ResourceException
endpointActivation in interface javax.resource.spi.ResourceAdapterjavax.resource.ResourceExceptionpublic void endpointDeactivation(javax.resource.spi.endpoint.MessageEndpointFactory mepf,
javax.resource.spi.ActivationSpec as)
endpointDeactivation in interface javax.resource.spi.ResourceAdapterpublic void stop()
stop in interface javax.resource.spi.ResourceAdapterpublic XAResource[] getXAResources(javax.resource.spi.ActivationSpec[] as) throws javax.resource.ResourceException
getXAResources in interface javax.resource.spi.ResourceAdapterjavax.resource.ResourceExceptionCopyright © 2020. All rights reserved.