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.ResourceAdapter
javax.resource.spi.ResourceAdapterInternalException
public void stop()
stop
in interface javax.resource.spi.ResourceAdapter
public void endpointActivation(javax.resource.spi.endpoint.MessageEndpointFactory mef, javax.resource.spi.ActivationSpec as) throws javax.resource.ResourceException
endpointActivation
in interface javax.resource.spi.ResourceAdapter
javax.resource.ResourceException
public void endpointDeactivation(javax.resource.spi.endpoint.MessageEndpointFactory mef, javax.resource.spi.ActivationSpec as)
endpointDeactivation
in interface javax.resource.spi.ResourceAdapter
public XAResource[] getXAResources(javax.resource.spi.ActivationSpec[] as) throws javax.resource.ResourceException
getXAResources
in interface javax.resource.spi.ResourceAdapter
javax.resource.ResourceException
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.