|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.bea.domingo.connector.DummyResourceAdapter
public final class DummyResourceAdapter
Constructor Summary | |
---|---|
DummyResourceAdapter()
Constructor. |
Method Summary | |
---|---|
void |
endpointActivation(javax.resource.spi.endpoint.MessageEndpointFactory arg0,
javax.resource.spi.ActivationSpec arg1)
This method simply does nothing since endpoint activation is not supported. |
void |
endpointDeactivation(javax.resource.spi.endpoint.MessageEndpointFactory arg0,
javax.resource.spi.ActivationSpec arg1)
This method simply does nothing since endpoint activation is not supported. |
javax.transaction.xa.XAResource[] |
getXAResources(javax.resource.spi.ActivationSpec[] arg0)
This method always returns null to indicate that the message inflow contract not supported. |
void |
start(javax.resource.spi.BootstrapContext bootstrapContext)
|
void |
stop()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DummyResourceAdapter()
Method Detail |
---|
public void start(javax.resource.spi.BootstrapContext bootstrapContext) throws javax.resource.spi.ResourceAdapterInternalException
start
in interface javax.resource.spi.ResourceAdapter
javax.resource.spi.ResourceAdapterInternalException
ResourceAdapter.start(javax.resource.spi.BootstrapContext)
public void stop()
stop
in interface javax.resource.spi.ResourceAdapter
ResourceAdapter.stop()
public javax.transaction.xa.XAResource[] getXAResources(javax.resource.spi.ActivationSpec[] arg0) throws javax.resource.ResourceException
null
to indicate that the message inflow contract not supported.
getXAResources
in interface javax.resource.spi.ResourceAdapter
javax.resource.ResourceException
ResourceAdapter.getXAResources(javax.resource.spi.ActivationSpec[])
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
ResourceAdapter.endpointActivation(javax.resource.spi.endpoint.MessageEndpointFactory,
javax.resource.spi.ActivationSpec)
public void endpointDeactivation(javax.resource.spi.endpoint.MessageEndpointFactory arg0, javax.resource.spi.ActivationSpec arg1)
endpointDeactivation
in interface javax.resource.spi.ResourceAdapter
ResourceAdapter.endpointDeactivation(javax.resource.spi.endpoint.MessageEndpointFactory,
javax.resource.spi.ActivationSpec)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |