com.infoscape.proteus.tibco
Class TibcoConnection
java.lang.Object
|
+--com.infoscape.proteus.tibco.TibcoConnection
- All Implemented Interfaces:
- Connection
- public class TibcoConnection
- extends java.lang.Object
- implements Connection
|
Method Summary |
void |
connect()
|
void |
disconnect()
|
protected void |
send(java.lang.String topic,
java.lang.Object msg)
|
protected void |
send(java.lang.String topic,
java.lang.Object msg,
TibcoMapper mapper)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TibcoConnection
public TibcoConnection(org.jdom.Element elt)
connect
public void connect()
throws java.lang.Exception
- Specified by:
connect in interface Connection
- Throws:
java.lang.Exception
send
protected void send(java.lang.String topic,
java.lang.Object msg)
throws java.lang.Exception
java.lang.Exception
send
protected void send(java.lang.String topic,
java.lang.Object msg,
TibcoMapper mapper)
throws java.lang.Exception
java.lang.Exception
disconnect
public void disconnect()
throws java.lang.Exception
- Specified by:
disconnect in interface Connection
- Throws:
java.lang.Exception