org.ow2.jasmine.fdf.ra.inbound
Class FdfResourceAdapterImpl
java.lang.Object
org.ow2.jasmine.fdf.ra.inbound.FdfResourceAdapterImpl
- All Implemented Interfaces:
- javax.resource.spi.ResourceAdapter
public class FdfResourceAdapterImpl
- extends java.lang.Object
- implements javax.resource.spi.ResourceAdapter
- Author:
- Julien Legrand
|
Method Summary |
void |
endpointActivation(javax.resource.spi.endpoint.MessageEndpointFactory arg0,
javax.resource.spi.ActivationSpec arg1)
|
void |
endpointDeactivation(javax.resource.spi.endpoint.MessageEndpointFactory arg0,
javax.resource.spi.ActivationSpec arg1)
|
javax.transaction.xa.XAResource[] |
getXAResources(javax.resource.spi.ActivationSpec[] arg0)
|
void |
start(javax.resource.spi.BootstrapContext arg0)
|
void |
stop()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FdfResourceAdapterImpl
public FdfResourceAdapterImpl()
endpointActivation
public void endpointActivation(javax.resource.spi.endpoint.MessageEndpointFactory arg0,
javax.resource.spi.ActivationSpec arg1)
throws javax.resource.ResourceException
- Specified by:
endpointActivation in interface javax.resource.spi.ResourceAdapter
- Throws:
javax.resource.ResourceException
endpointDeactivation
public void endpointDeactivation(javax.resource.spi.endpoint.MessageEndpointFactory arg0,
javax.resource.spi.ActivationSpec arg1)
- Specified by:
endpointDeactivation in interface javax.resource.spi.ResourceAdapter
getXAResources
public javax.transaction.xa.XAResource[] getXAResources(javax.resource.spi.ActivationSpec[] arg0)
throws javax.resource.ResourceException
- Specified by:
getXAResources in interface javax.resource.spi.ResourceAdapter
- Throws:
javax.resource.ResourceException
start
public void start(javax.resource.spi.BootstrapContext arg0)
throws javax.resource.spi.ResourceAdapterInternalException
- Specified by:
start in interface javax.resource.spi.ResourceAdapter
- Throws:
javax.resource.spi.ResourceAdapterInternalException
stop
public void stop()
- Specified by:
stop in interface javax.resource.spi.ResourceAdapter
Copyright © 2008 OW2 Consortium. All Rights Reserved.