Package org.apache.jackrabbit.jca
Class JCAResourceAdapter
- java.lang.Object
- 
- org.apache.jackrabbit.jca.JCAResourceAdapter
 
- 
- All Implemented Interfaces:
- Serializable,- javax.resource.spi.ResourceAdapter
 
 public class JCAResourceAdapter extends Object implements javax.resource.spi.ResourceAdapter, Serializable JCR ResourceAdapter.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description JCAResourceAdapter()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidendpointActivation(javax.resource.spi.endpoint.MessageEndpointFactory mef, javax.resource.spi.ActivationSpec as)voidendpointDeactivation(javax.resource.spi.endpoint.MessageEndpointFactory mef, javax.resource.spi.ActivationSpec as)XAResource[]getXAResources(javax.resource.spi.ActivationSpec[] as)voidstart(javax.resource.spi.BootstrapContext ctx)Notify the RepositoryManager that the lifecycle is managed by the containervoidstop()Shutdown jackrabbit repositories
 
- 
- 
- 
Method Detail- 
startpublic void start(javax.resource.spi.BootstrapContext ctx) throws javax.resource.spi.ResourceAdapterInternalExceptionNotify the RepositoryManager that the lifecycle is managed by the container- Specified by:
- startin interface- javax.resource.spi.ResourceAdapter
- Throws:
- javax.resource.spi.ResourceAdapterInternalException
 
 - 
stoppublic void stop() Shutdown jackrabbit repositories- Specified by:
- stopin interface- javax.resource.spi.ResourceAdapter
 
 - 
endpointActivationpublic void endpointActivation(javax.resource.spi.endpoint.MessageEndpointFactory mef, javax.resource.spi.ActivationSpec as) throws javax.resource.ResourceException- Specified by:
- endpointActivationin interface- javax.resource.spi.ResourceAdapter
- Throws:
- javax.resource.ResourceException
 
 - 
endpointDeactivationpublic void endpointDeactivation(javax.resource.spi.endpoint.MessageEndpointFactory mef, javax.resource.spi.ActivationSpec as)- Specified by:
- endpointDeactivationin interface- javax.resource.spi.ResourceAdapter
 
 - 
getXAResourcespublic XAResource[] getXAResources(javax.resource.spi.ActivationSpec[] as) throws javax.resource.ResourceException - Specified by:
- getXAResourcesin interface- javax.resource.spi.ResourceAdapter
- Throws:
- javax.resource.ResourceException
 
 
- 
 
-