public class JCAResourceAdapter extends Object implements javax.resource.spi.ResourceAdapter, Serializable
| Constructor and Description |
|---|
JCAResourceAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
endpointActivation(javax.resource.spi.endpoint.MessageEndpointFactory mef,
javax.resource.spi.ActivationSpec as) |
void |
endpointDeactivation(javax.resource.spi.endpoint.MessageEndpointFactory mef,
javax.resource.spi.ActivationSpec as) |
XAResource[] |
getXAResources(javax.resource.spi.ActivationSpec[] as) |
void |
start(javax.resource.spi.BootstrapContext ctx)
Notify the RepositoryManager that the lifecycle is managed by
the container
|
void |
stop()
Shutdown jackrabbit repositories
|
public void start(javax.resource.spi.BootstrapContext ctx)
throws javax.resource.spi.ResourceAdapterInternalException
start in interface javax.resource.spi.ResourceAdapterjavax.resource.spi.ResourceAdapterInternalExceptionpublic void stop()
stop in interface javax.resource.spi.ResourceAdapterpublic void endpointActivation(javax.resource.spi.endpoint.MessageEndpointFactory mef,
javax.resource.spi.ActivationSpec as)
throws javax.resource.ResourceException
endpointActivation in interface javax.resource.spi.ResourceAdapterjavax.resource.ResourceExceptionpublic void endpointDeactivation(javax.resource.spi.endpoint.MessageEndpointFactory mef,
javax.resource.spi.ActivationSpec as)
endpointDeactivation 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 © 2004-2020 The Apache Software Foundation. All Rights Reserved.