Nuxeo Enterprise Platform 5.3

org.nuxeo.ecm.core.jca
Class JCAResourceAdapter

java.lang.Object
  extended by org.nuxeo.ecm.core.jca.JCAResourceAdapter
All Implemented Interfaces:
ResourceAdapter

public class JCAResourceAdapter
extends Object
implements ResourceAdapter

Author:
Bogdan Stefanescu

Constructor Summary
JCAResourceAdapter()
           
 
Method Summary
 void endpointActivation(MessageEndpointFactory arg0, ActivationSpec arg1)
           
 void endpointDeactivation(MessageEndpointFactory arg0, ActivationSpec arg1)
           
 XAResource[] getXAResources(ActivationSpec[] arg0)
           
 void start(BootstrapContext arg0)
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JCAResourceAdapter

public JCAResourceAdapter()
Method Detail

start

public void start(BootstrapContext arg0)
           throws ResourceAdapterInternalException
Specified by:
start in interface ResourceAdapter
Throws:
ResourceAdapterInternalException

stop

public void stop()
Specified by:
stop in interface ResourceAdapter

endpointActivation

public void endpointActivation(MessageEndpointFactory arg0,
                               ActivationSpec arg1)
                        throws ResourceException
Specified by:
endpointActivation in interface ResourceAdapter
Throws:
ResourceException

endpointDeactivation

public void endpointDeactivation(MessageEndpointFactory arg0,
                                 ActivationSpec arg1)
Specified by:
endpointDeactivation in interface ResourceAdapter

getXAResources

public XAResource[] getXAResources(ActivationSpec[] arg0)
                            throws ResourceException
Specified by:
getXAResources in interface ResourceAdapter
Throws:
ResourceException

Nuxeo Enterprise Platform 5.3

Copyright © 2010 Nuxeo SAS. All Rights Reserved.