|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ow2.jasmine.monitoring.eventswitch.MuleWrapper
public class MuleWrapper
Wrapper class for Mule.
| Constructor Summary | |
|---|---|
MuleWrapper()
|
|
| Method Summary | |
|---|---|
void |
endpointActivation(javax.resource.spi.endpoint.MessageEndpointFactory endpointFactory,
javax.resource.spi.ActivationSpec spec)
Empty implementation of inherited abstract method. |
void |
endpointDeactivation(javax.resource.spi.endpoint.MessageEndpointFactory endpointFactory,
javax.resource.spi.ActivationSpec spec)
Empty implementation of inherited abstract method. |
javax.transaction.xa.XAResource[] |
getXAResources(javax.resource.spi.ActivationSpec[] specs)
Empty implementation of inherited abstract method. |
static void |
main(java.lang.String[] args)
Launches the MuleServer's main method with the given arguments and enters an infinite loop. |
void |
start(javax.resource.spi.BootstrapContext ctx)
Implements inherited abstract method. |
void |
stop()
Implements inherited abstract method. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MuleWrapper()
| Method Detail |
|---|
public static void main(java.lang.String[] args)
args - Command-line arguments to pass to the MuleServer.MuleServer.main(String[])
public void start(javax.resource.spi.BootstrapContext ctx)
throws javax.resource.spi.ResourceAdapterInternalException
start in interface javax.resource.spi.ResourceAdapterctx - Bootstrap context containing references to useful facilities
that could be used by a resource adapter instance.
javax.resource.spi.ResourceAdapterInternalException - Bootstrap failure. The resource
adapter instance is unusable
and must be discarded.public void stop()
stop in interface javax.resource.spi.ResourceAdapter
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.ResourceExceptionResourceAdapter.endpointActivation(MessageEndpointFactory, ActivationSpec)
public void endpointDeactivation(javax.resource.spi.endpoint.MessageEndpointFactory endpointFactory,
javax.resource.spi.ActivationSpec spec)
endpointDeactivation in interface javax.resource.spi.ResourceAdapterResourceAdapter.endpointDeactivation(MessageEndpointFactory, ActivationSpec)
public javax.transaction.xa.XAResource[] getXAResources(javax.resource.spi.ActivationSpec[] specs)
throws javax.resource.ResourceException
getXAResources in interface javax.resource.spi.ResourceAdapterjavax.resource.ResourceExceptionResourceAdapter.getXAResources(ActivationSpec[])
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||