|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hazelcast.jca.ResourceAdapterImpl
public class ResourceAdapterImpl
This is the starting point of the whole resource adapter for hazelcast. The hazelcast instance is created/fetched in this class
| Constructor Summary | |
|---|---|
ResourceAdapterImpl()
|
|
| Method Summary | |
|---|---|
void |
endpointActivation(javax.resource.spi.endpoint.MessageEndpointFactory endpointFactory,
javax.resource.spi.ActivationSpec spec)
|
void |
endpointDeactivation(javax.resource.spi.endpoint.MessageEndpointFactory endpointFactory,
javax.resource.spi.ActivationSpec spec)
|
boolean |
equals(Object obj)
|
String |
getConfigLocation()
Deprecated. |
String |
getConfigurationLocation()
|
XAResource[] |
getXAResources(javax.resource.spi.ActivationSpec[] specs)
|
int |
hashCode()
|
void |
setConfigLocation(String configLocation)
Deprecated. |
void |
setConfigurationLocation(String configurationLocation)
Called by the container |
void |
setId(int id)
|
void |
start(javax.resource.spi.BootstrapContext ctx)
|
void |
stop()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ResourceAdapterImpl()
| Method Detail |
|---|
public void endpointActivation(javax.resource.spi.endpoint.MessageEndpointFactory endpointFactory,
javax.resource.spi.ActivationSpec spec)
throws javax.resource.ResourceException
endpointActivation in interface javax.resource.spi.ResourceAdapterjavax.resource.ResourceException
public void endpointDeactivation(javax.resource.spi.endpoint.MessageEndpointFactory endpointFactory,
javax.resource.spi.ActivationSpec spec)
endpointDeactivation in interface javax.resource.spi.ResourceAdapter
public XAResource[] getXAResources(javax.resource.spi.ActivationSpec[] specs)
throws javax.resource.ResourceException
getXAResources in interface javax.resource.spi.ResourceAdapterjavax.resource.ResourceException
public void start(javax.resource.spi.BootstrapContext ctx)
throws javax.resource.spi.ResourceAdapterInternalException
start in interface javax.resource.spi.ResourceAdapterjavax.resource.spi.ResourceAdapterInternalExceptionpublic void stop()
stop in interface javax.resource.spi.ResourceAdapterpublic void setConfigurationLocation(String configurationLocation)
configurationLocation - Hazelcast's configuration locationpublic String getConfigurationLocation()
@Deprecated public void setConfigLocation(String configLocation)
@Deprecated public String getConfigLocation()
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic void setId(int id)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||