javax.resource.spi
Interface ResourceAdapter
public interface ResourceAdapter
- Since:
- 1.5
- Version:
- $Rev: 806898 $ $Date: 2009-08-22 18:11:25 -0400 (Sat, 22 Aug 2009) $
start
void start(BootstrapContext ctx)
throws ResourceAdapterInternalException
- Throws:
ResourceAdapterInternalException
stop
void stop()
endpointActivation
void endpointActivation(MessageEndpointFactory endpointFactory,
ActivationSpec spec)
throws ResourceException
- Throws:
ResourceException
endpointDeactivation
void endpointDeactivation(MessageEndpointFactory endpointFactory,
ActivationSpec spec)
getXAResources
XAResource[] getXAResources(ActivationSpec[] specs)
throws ResourceException
- Throws:
ResourceException
Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.