|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jasmine.monitoring.mbeancmd.jasmine.JasmineConnector
public class JasmineConnector
Static methods for connecting to a JASMINe Event Switch.
| 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 |
| 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 | |||||||||