|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ow2.jasmine.monitoring.eventswitch.client.DispatcherContext
public class DispatcherContext
Context of a JASMINe event dispatcher. It handles a Mule client.
| Constructor Summary | |
|---|---|
DispatcherContext()
|
|
| Method Summary | |
|---|---|
org.mule.extras.client.MuleClient |
getClient()
|
java.lang.String |
getJasmineURI()
|
void |
setJasmineURI(java.lang.String jasmineURI)
Set an URI of a Mule inbound endpoint. |
void |
start()
Create a Mule client. |
void |
stop()
Dispose the MuleManager instance if a new instance was created for this client. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DispatcherContext()
| Method Detail |
|---|
public final org.mule.extras.client.MuleClient getClient()
public java.lang.String getJasmineURI()
public void setJasmineURI(java.lang.String jasmineURI)
jasmineURI - an URI of a Mule inbound endpoint
public void start()
throws org.ow2.jasmine.event.processor.ProcessContextException
start in interface org.ow2.jasmine.event.processor.ProcessContextorg.ow2.jasmine.event.processor.ProcessContextException - if a Mule client cannot be initializedpublic void stop()
stop in interface org.ow2.jasmine.event.processor.ProcessContext
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||