public class ResourceAdapterImpl extends Object implements javax.resource.spi.ResourceAdapter
Constructor and Description |
---|
ResourceAdapterImpl() |
Modifier and Type | Method and Description |
---|---|
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) |
boolean |
equals(Object obj) |
XAResource[] |
getXAResources(javax.resource.spi.ActivationSpec[] arg0) |
int |
hashCode() |
void |
start(javax.resource.spi.BootstrapContext arg0) |
void |
stop() |
public void endpointActivation(javax.resource.spi.endpoint.MessageEndpointFactory arg0, javax.resource.spi.ActivationSpec arg1) throws javax.resource.ResourceException
endpointActivation
in interface javax.resource.spi.ResourceAdapter
javax.resource.ResourceException
public void endpointDeactivation(javax.resource.spi.endpoint.MessageEndpointFactory arg0, javax.resource.spi.ActivationSpec arg1)
endpointDeactivation
in interface javax.resource.spi.ResourceAdapter
public XAResource[] getXAResources(javax.resource.spi.ActivationSpec[] arg0) throws javax.resource.ResourceException
getXAResources
in interface javax.resource.spi.ResourceAdapter
javax.resource.ResourceException
public void start(javax.resource.spi.BootstrapContext arg0) throws javax.resource.spi.ResourceAdapterInternalException
start
in interface javax.resource.spi.ResourceAdapter
javax.resource.spi.ResourceAdapterInternalException
public void stop()
stop
in interface javax.resource.spi.ResourceAdapter
Copyright © 2013 Hazelcast, Inc.. All rights reserved.