javax.resource.spi
Interface ResourceAdapter


public interface ResourceAdapter

Version:
$Rev: 46019 $ $Date: 2004-09-14 11:56:06 +0200 (Tue, 14 Sep 2004) $

Method Summary
 void endpointActivation(MessageEndpointFactory endpointFactory, ActivationSpec spec)
           
 void endpointDeactivation(MessageEndpointFactory endpointFactory, ActivationSpec spec)
           
 javax.transaction.xa.XAResource[] getXAResources(ActivationSpec[] specs)
           
 void start(BootstrapContext ctx)
           
 void stop()
           
 

Method Detail

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 © {inceptionYear}-2007 null. All Rights Reserved.