|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jasmine.adapter.jmx.pool.inbound.JMXConnectionResourceAdapterImpl
public class JMXConnectionResourceAdapterImpl
Main class of the RA.
| Constructor Summary | |
|---|---|
JMXConnectionResourceAdapterImpl()
|
|
| Method Summary | |
|---|---|
void |
endpointActivation(javax.resource.spi.endpoint.MessageEndpointFactory endpointFactory,
javax.resource.spi.ActivationSpec spec)
Not implemented. |
void |
endpointDeactivation(javax.resource.spi.endpoint.MessageEndpointFactory endpointFactory,
javax.resource.spi.ActivationSpec spec)
Not implemented. |
javax.transaction.xa.XAResource[] |
getXAResources(javax.resource.spi.ActivationSpec[] spec)
Not implemented. |
void |
start(javax.resource.spi.BootstrapContext bootstrapCtx)
Start method. |
void |
stop()
Stop method. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JMXConnectionResourceAdapterImpl()
| Method Detail |
|---|
public final void start(javax.resource.spi.BootstrapContext bootstrapCtx)
throws javax.resource.spi.ResourceAdapterInternalException
start in interface javax.resource.spi.ResourceAdapterbootstrapCtx - a bootstrap context containing references to useful
facilities that could be used by a resource adapter instance.
javax.resource.spi.ResourceAdapterInternalException - indicates bootstrap failure. The
resource adapter instance is unusable and must be discarded.ResourceAdapter.start(BootstrapContext)public final void stop()
stop in interface javax.resource.spi.ResourceAdapterResourceAdapter.stop()
public final void endpointActivation(javax.resource.spi.endpoint.MessageEndpointFactory endpointFactory,
javax.resource.spi.ActivationSpec spec)
throws javax.resource.ResourceException
endpointActivation in interface javax.resource.spi.ResourceAdapterendpointFactory - a message endpoint factory instance.spec - an activation spec JavaBean instance.
javax.resource.ResourceException - generic exception if operation fails due to an
error condition.ResourceAdapter.endpointActivation(MessageEndpointFactory,
ActivationSpec)
public final void endpointDeactivation(javax.resource.spi.endpoint.MessageEndpointFactory endpointFactory,
javax.resource.spi.ActivationSpec spec)
endpointDeactivation in interface javax.resource.spi.ResourceAdapterendpointFactory - a message endpoint factory instance.spec - an activation spec JavaBean instance.ResourceAdapter.endpointDeactivation(MessageEndpointFactory,
ActivationSpec)
public final javax.transaction.xa.XAResource[] getXAResources(javax.resource.spi.ActivationSpec[] spec)
throws javax.resource.ResourceException
getXAResources in interface javax.resource.spi.ResourceAdapterspec - an array of ActivationSpec JavaBeans each of which
corresponds to an deployed endpoint application that was
active prior to the system crash.
javax.resource.ResourceException - generic exception if operation fails due to an
error condition.ResourceAdapter.getXAResources(ActivationSpec[])
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||