|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ow2.jasmine.interfaces.jmx.JMXResourceAdapter
public class JMXResourceAdapter
This class implements a connector to provide support of MBean registration.
| Constructor Summary | |
|---|---|
JMXResourceAdapter()
Creates a connector for JMX external interfaces. |
|
| Method Summary | |
|---|---|
void |
endpointActivation(javax.resource.spi.endpoint.MessageEndpointFactory arg0,
javax.resource.spi.ActivationSpec arg1)
Not used |
void |
endpointDeactivation(javax.resource.spi.endpoint.MessageEndpointFactory arg0,
javax.resource.spi.ActivationSpec arg1)
Not used |
XAResource[] |
getXAResources(javax.resource.spi.ActivationSpec[] arg0)
Not used |
void |
start(javax.resource.spi.BootstrapContext arg0)
This is called when the resource adapter instance is bootstrapped. |
void |
stop()
This is called when the resource adapter instance is undeployed or during application server shutdown. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JMXResourceAdapter()
| Method Detail |
|---|
public void start(javax.resource.spi.BootstrapContext arg0)
throws javax.resource.spi.ResourceAdapterInternalException
start in interface javax.resource.spi.ResourceAdapterjavax.resource.spi.ResourceAdapterInternalExceptionpublic void stop()
stop in interface javax.resource.spi.ResourceAdapter
public void endpointActivation(javax.resource.spi.endpoint.MessageEndpointFactory arg0,
javax.resource.spi.ActivationSpec arg1)
throws javax.resource.ResourceException
endpointActivation in interface javax.resource.spi.ResourceAdapterarg0 - Not usedarg1 - Not used
javax.resource.ResourceException
public void endpointDeactivation(javax.resource.spi.endpoint.MessageEndpointFactory arg0,
javax.resource.spi.ActivationSpec arg1)
endpointDeactivation in interface javax.resource.spi.ResourceAdapterarg0 - Not usedarg1 - Not used
public XAResource[] getXAResources(javax.resource.spi.ActivationSpec[] arg0)
throws javax.resource.ResourceException
getXAResources in interface javax.resource.spi.ResourceAdapterarg0 - Not used
javax.resource.ResourceException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||