osmq.clients
Class TopicChangeRequestor
java.lang.Object
osmq.clients.TopicChangeRequestor
- public class TopicChangeRequestor
- extends java.lang.Object
A client component that submits one or more
change requests to the router/server.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ADD_STRING
public static final java.lang.String ADD_STRING
- See Also:
- Constant Field Values
DROP_STRING
public static final java.lang.String DROP_STRING
- See Also:
- Constant Field Values
getIdentifier
public ClientIdentifier getIdentifier()
setClientIdentifier
public void setClientIdentifier(ClientIdentifier identifier)
addSubscription
public void addSubscription(java.lang.String topic)
throws java.io.IOException
- Throws:
java.io.IOException
open
public void open()
throws java.io.IOException
- Throws:
java.io.IOException
didOpen
public boolean didOpen()
removeSubscription
public void removeSubscription(java.lang.String topic)
throws java.io.IOException
- Throws:
java.io.IOException