javax.resource.spi
Interface ResourceAdapter
- public interface ResourceAdapter
- Version:
- $Revision: 1.3 $ $Date: 2004/03/10 09:59:45 $
start
public void start(BootstrapContext ctx)
throws ResourceAdapterInternalException
- Throws:
ResourceAdapterInternalException
stop
public void stop()
endpointActivation
public void endpointActivation(MessageEndpointFactory endpointFactory,
ActivationSpec spec)
throws ResourceException
- Throws:
ResourceException
endpointDeactivation
public void endpointDeactivation(MessageEndpointFactory endpointFactory,
ActivationSpec spec)
getXAResources
public javax.transaction.xa.XAResource[] getXAResources(ActivationSpec[] specs)
throws ResourceException
- Throws:
ResourceException
Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.