CoreBroker
Class BrokerFactory

java.lang.Object
  extended byCoreBroker.BrokerFactory

public class BrokerFactory
extends java.lang.Object


Constructor Summary
BrokerFactory()
           
 
Method Summary
static BrokerWrapper getClientInstance()
           
static BrokerWrapper getServerInstance()
           
static void setFactory(java.lang.String brokerWrapperName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BrokerFactory

public BrokerFactory()
Method Detail

setFactory

public static void setFactory(java.lang.String brokerWrapperName)

getServerInstance

public static BrokerWrapper getServerInstance()
                                       throws CBException
Throws:
CBException

getClientInstance

public static BrokerWrapper getClientInstance()
                                       throws CBException
Throws:
CBException