OSMQ
v2.0.1

osmq.broker
Class Singletons

java.lang.Object
  extended byosmq.broker.Singletons

public class Singletons
extends java.lang.Object


Constructor Summary
Singletons()
           
 
Method Summary
static BrokerEngine getBrokerEngine()
          Returns common instance of this class.
static ThreadBean getSorter()
           
static TopicalSubscriberQueues getSubscriberQueues()
           
static void setSorter(ThreadBean sorter)
           
static void setSubscriberThreshold(int numberOfMessages)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Singletons

public Singletons()
Method Detail

setSubscriberThreshold

public static void setSubscriberThreshold(int numberOfMessages)

getSubscriberQueues

public static TopicalSubscriberQueues getSubscriberQueues()

setSorter

public static void setSorter(ThreadBean sorter)

getSorter

public static ThreadBean getSorter()

getBrokerEngine

public static BrokerEngine getBrokerEngine()
Returns common instance of this class.


(c) 2000 - 2003 MQue Systems
All Rights Reserved