com.bea.connector
Interface ResourceAdapter
- All Known Subinterfaces:
- WLIResourceAdapter
- All Known Implementing Classes:
- AbstractWLIResourceAdapter
public interface ResourceAdapter
start
void start(BootstrapContext bc)
throws javax.resource.spi.ResourceAdapterInternalException
- Throws:
javax.resource.spi.ResourceAdapterInternalException
stop
void stop()
throws javax.resource.ResourceException
- Throws:
javax.resource.ResourceException
endpointActivation
void endpointActivation(MessageEndpointFactory mef,
ActivationSpec as)
throws javax.resource.NotSupportedException
- Throws:
javax.resource.NotSupportedException
endpointDeactivation
void endpointDeactivation(MessageEndpointFactory mef,
ActivationSpec as)
getXAResources
XAResource[] getXAResources(ActivationSpec[] specs)
throws javax.resource.ResourceException
- Throws:
javax.resource.ResourceException