|
OSMQ v2.0.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectosmq.clients.PubConnectionHandler
A class the contains all the objects shared by all threads that access a common broker for publishing messages. It includes and outbound (publisher) socket stream.
Constructor Summary | |
PubConnectionHandler()
The publisher connection handler for the default service (osmq) and the common client ID. |
|
PubConnectionHandler(RemoteService si)
|
|
PubConnectionHandler(RemoteService si,
ClientIdentifier ci)
|
Method Summary | |
void |
onException(java.lang.Exception e)
Notify user of an exception. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PubConnectionHandler()
public PubConnectionHandler(RemoteService si)
public PubConnectionHandler(RemoteService si, ClientIdentifier ci)
Method Detail |
public void onException(java.lang.Exception e)
ExceptionListener
onException
in interface ExceptionListener
e
- the exception.
|
(c) 2000 - 2003 MQue Systems All Rights Reserved |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |