OSMQ
v2.0.1

osmq.broker.handlers
Class ChangeHandler

java.lang.Object
  extended byosmq.util.Threaded
      extended byosmq.broker.handlers.ServiceHandler
          extended byosmq.broker.handlers.ChangeHandler
All Implemented Interfaces:
java.lang.Runnable

public final class ChangeHandler
extends ServiceHandler

An aggregate of the MRouter class that listens on a multicast channgel for remote commands such as kill a subscriber or shut down the message broker


Field Summary
static java.lang.String ALL_OPTION
           
 
Fields inherited from class osmq.util.Threaded
HIGH_PRIORITY, HIGHEST_PRIORITY, INCREASED_PRIORITY, VERY_HIGH_PRIORITY
 
Constructor Summary
ChangeHandler()
           
 
Method Summary
static java.lang.String getRemoteMonitorIP()
           
static void setRemoteMonitorIP(java.lang.String s)
           
 
Methods inherited from class osmq.broker.handlers.ServiceHandler
getRemoteIPString, getStreamFilter, println, readBytes, readln, setParent, setStreamFilter, writeBytes
 
Methods inherited from class osmq.util.Threaded
getExceptionListener, getIterations, getPriority, getSequenceNumber, getUserDefinedName, getYieldToPeers, hasTerminated, isPaused, isRunning, isShutdownCompleted, killAll, killAllInGroup, run, setExceptionListener, setPaused, setPriority, setUserDefinedName, setYieldCount, shutdownRequested, sleepSecs, sleepTenths, start, stop, successfulInit
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ALL_OPTION

public static final java.lang.String ALL_OPTION
See Also:
Constant Field Values
Constructor Detail

ChangeHandler

public ChangeHandler()
Method Detail

setRemoteMonitorIP

public static void setRemoteMonitorIP(java.lang.String s)

getRemoteMonitorIP

public static java.lang.String getRemoteMonitorIP()

(c) 2000 - 2003 MQue Systems
All Rights Reserved