OSMQ
v2.0.1

osmq.clients
Class TopicChangeRequestor

java.lang.Object
  extended byosmq.clients.TopicChangeRequestor

public class TopicChangeRequestor
extends java.lang.Object

A client component that submits one or more change requests to the router/server.


Field Summary
static java.lang.String ADD_STRING
           
static java.lang.String DROP_STRING
           
 
Method Summary
 void addSubscription(java.lang.String topic)
           
 boolean didOpen()
           
 ClientIdentifier getIdentifier()
           
 void open()
           
 void removeSubscription(java.lang.String topic)
           
 void setClientIdentifier(ClientIdentifier identifier)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Method Detail

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

(c) 2000 - 2003 MQue Systems
All Rights Reserved