|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ow2.jasmine.monitoring.mbeancmd.JasmineConnector
Static methods for connecting to a JASMINe Event Switch.
Field Summary | |
private static java.lang.String |
version
JASMINe Connector Version string. |
Constructor Summary | |
protected |
JasmineConnector()
Dummy constructor to avoid the class from being used in any other way than calling the JasmineConnector.connect method. |
Method Summary | |
static Outer |
connect(Outer src,
java.lang.String jasmineURI)
Connects an Outer to the JASMINe Event Switch. |
static Outer |
connect(java.io.PipedOutputStream src,
java.lang.String jasmineURI)
Connects a PipedOutputStream to the JASMINe Event Switch. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final java.lang.String version
Constructor Detail |
protected JasmineConnector()
Method Detail |
public static Outer connect(Outer src, java.lang.String jasmineURI) throws java.io.IOException
src
- Source Outer.jasmineURI
- URI at which the JASMINe Event Switch is present. For
more details, see "Mule Endpoint URIs".
java.io.IOException
- If connection fails.public static Outer connect(java.io.PipedOutputStream src, java.lang.String jasmineURI) throws java.io.IOException
src
- Source PipedOutputStream.jasmineURI
- URI at which the JASMINe Event Switch is present. For
more details, see "Mule Endpoint URIs".
java.io.IOException
- If connection fails.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |