xmlBlaster 2.2.0 API

Uses of Class
org.xmlBlaster.engine.ServerScope

Packages that use ServerScope
org.xmlBlaster This is the main package of the xmlBlaster distribution. 
org.xmlBlaster.authentication   
org.xmlBlaster.authentication.plugins   
org.xmlBlaster.client.protocol.local   
org.xmlBlaster.contrib.dbupdate   
org.xmlBlaster.contrib.htmlmonitor   
org.xmlBlaster.contrib.mime   
org.xmlBlaster.contrib.replication   
org.xmlBlaster.contrib.replication.impl   
org.xmlBlaster.engine The core implementation. 
org.xmlBlaster.engine.admin   
org.xmlBlaster.engine.admin.extern   
org.xmlBlaster.engine.admin.intern   
org.xmlBlaster.engine.cluster   
org.xmlBlaster.engine.cluster.simpledomain   
org.xmlBlaster.engine.dispatch   
org.xmlBlaster.engine.distributor.plugins   
org.xmlBlaster.engine.mime   
org.xmlBlaster.engine.mime.demo   
org.xmlBlaster.engine.mime.regex   
org.xmlBlaster.engine.mime.sql92   
org.xmlBlaster.engine.mime.xpath   
org.xmlBlaster.engine.msgstore   
org.xmlBlaster.engine.msgstore.cache   
org.xmlBlaster.engine.persistence   
org.xmlBlaster.engine.qos   
org.xmlBlaster.engine.queuemsg   
org.xmlBlaster.engine.runlevel   
org.xmlBlaster.engine.xml2java   
org.xmlBlaster.j2ee.jmx   
org.xmlBlaster.j2ee.util   
org.xmlBlaster.protocol   
org.xmlBlaster.test.classtest Tests classes of the xmlBlaster distribution. 
org.xmlBlaster.test.classtest.msgstore   
org.xmlBlaster.test.classtest.queue   
org.xmlBlaster.test.cluster Tests xmlBlaster cluster support. 
org.xmlBlaster.util.checkpoint   
 

Uses of ServerScope in org.xmlBlaster
 

Fields in org.xmlBlaster declared as ServerScope
private  ServerScope Main.glob
           
private  ServerScope MainGUI.glob
           
 

Methods in org.xmlBlaster that return ServerScope
 ServerScope I_Main.getGlobal()
           
 ServerScope Main.getGlobal()
           
 

Methods in org.xmlBlaster with parameters of type ServerScope
 void Main.init(ServerScope glob)
           
 

Constructors in org.xmlBlaster with parameters of type ServerScope
Main(ServerScope glob, MainGUI controlPanel_)
           
MainGUI(ServerScope glob, Main main)
          Construct the xmlBlaster GUI.
 

Uses of ServerScope in org.xmlBlaster.authentication
 

Fields in org.xmlBlaster.authentication declared as ServerScope
private  ServerScope AuthenticateProtector.glob
           
private  ServerScope SessionInfo.glob
           
private  ServerScope SubjectInfo.glob
           
private  ServerScope Authenticate.glob
           
 

Methods in org.xmlBlaster.authentication that return ServerScope
 ServerScope AuthenticateProtector.getGlobal()
           
 ServerScope Authenticate.getGlobal()
           
 

Constructors in org.xmlBlaster.authentication with parameters of type ServerScope
Authenticate(ServerScope global)
           
AuthenticateProtector(ServerScope global, Authenticate authenticate)
           
SessionInfo(ServerScope glob, SessionName sessionName)
          Create this instance when a client did a login.
SubjectInfo(ServerScope glob, Authenticate authenticate, SessionName subjectName)
          

 

Uses of ServerScope in org.xmlBlaster.authentication.plugins
 

Fields in org.xmlBlaster.authentication.plugins declared as ServerScope
private  ServerScope PluginManager.glob
           
 

Constructors in org.xmlBlaster.authentication.plugins with parameters of type ServerScope
PluginManager(ServerScope glob)
           
 

Uses of ServerScope in org.xmlBlaster.client.protocol.local
 

Fields in org.xmlBlaster.client.protocol.local declared as ServerScope
private  ServerScope LocalCallbackImpl.engineGlob
          The serverside engine global, used as a naming store
 

Uses of ServerScope in org.xmlBlaster.contrib.dbupdate
 

Fields in org.xmlBlaster.contrib.dbupdate declared as ServerScope
private  ServerScope OneToThree.serverScopeOne
           
private  ServerScope OneToThree.serverScopeThree
           
 

Constructors in org.xmlBlaster.contrib.dbupdate with parameters of type ServerScope
OneToThree(ServerScope serverScopeOne, ServerScope serverScopeThree, Global globalOne, Global globalThree)
           
 

Uses of ServerScope in org.xmlBlaster.contrib.htmlmonitor
 

Fields in org.xmlBlaster.contrib.htmlmonitor declared as ServerScope
private  ServerScope HtmlMonitorPlugin.global
           
 

Uses of ServerScope in org.xmlBlaster.contrib.mime
 

Methods in org.xmlBlaster.contrib.mime with parameters of type ServerScope
 void DropIfNotDeliverable.initialize(ServerScope serverScope)
          This is called after instantiation of the plugin
 void DropIfNotDeliverableUniqueOnly.initialize(ServerScope serverScope)
          This is called after instantiation of the plugin
 

Uses of ServerScope in org.xmlBlaster.contrib.replication
 

Methods in org.xmlBlaster.contrib.replication that return ServerScope
private  ServerScope ReplSlave.getEngineGlobal(Global glob)
           
 

Uses of ServerScope in org.xmlBlaster.contrib.replication.impl
 

Methods in org.xmlBlaster.contrib.replication.impl that return ServerScope
private  ServerScope ReplManagerPlugin.getEngineGlobal(Global glob)
           
 

Methods in org.xmlBlaster.contrib.replication.impl with parameters of type ServerScope
 void ReplManagerPlugin.initialize(ServerScope glob)
           
 

Uses of ServerScope in org.xmlBlaster.engine
 

Fields in org.xmlBlaster.engine declared as ServerScope
protected  ServerScope EventPlugin.engineGlob
           
private  ServerScope MsgErrorHandler.glob
           
private  ServerScope SubscriptionInfo.glob
          The global handle
private  ServerScope AvailabilityChecker.glob
           
private  ServerScope RequestBroker.glob
           
private  ServerScope XmlBlasterImpl.glob
           
private  ServerScope MsgUnitWrapper.glob
           
private  ServerScope SessionPersistencePlugin.global
           
private  ServerScope TopicHandler.serverScope
           
private  ServerScope TopicAccessor.serverScope
           
 

Methods in org.xmlBlaster.engine that return ServerScope
 ServerScope RequestBroker.getServerScope()
          Access the ServerScope handle.
 ServerScope EventPlugin.getServerScope()
           
 ServerScope MsgUnitWrapper.getServerScope()
           
 

Methods in org.xmlBlaster.engine with parameters of type ServerScope
static java.lang.String EventPlugin.createStatusDump(ServerScope g, java.lang.String summary, java.lang.String description, java.lang.String eventType, java.lang.String errorCode)
          Create an XML xmlBlaster dump which contains the most important status informations.
private  void SubscriptionInfo.init(ServerScope glob, SessionInfo sessionInfo, KeyData keyData, SubscribeQosServer qos)
           
 

Constructors in org.xmlBlaster.engine with parameters of type ServerScope
AvailabilityChecker(ServerScope glob)
          Ctor
ClientSubscriptions(ServerScope glob, RequestBroker requestBroker, Authenticate authenticate)
          Exactly one instance for each xmlBlaster server.
MsgErrorHandler(ServerScope glob, SessionInfo sessionInfo)
           
MsgUnitWrapper(ServerScope glob, MsgUnit msgUnit, I_Map ownerCache, int referenceCounter, int historyReferenceCounter, long sizeInBytes)
          Used when message is created from TopicHandler.publish
MsgUnitWrapper(ServerScope glob, MsgUnit msgUnit, I_Map ownerCache, StorageId storageId, int referenceCounter, int historyReferenceCounter, java.lang.String embeddedType, long sizeInBytes)
          Used when message comes from persistence, the owning I_Map is unknown
MsgUnitWrapper(ServerScope glob, MsgUnit msgUnit, StorageId storageId)
          Testsuite
MsgUnitWrapper(ServerScope glob, MsgUnit msgUnit, StorageId storageId, int referenceCounter, int historyReferenceCounter, long sizeInBytes)
          Used when message comes from persistence, the owning I_Map is unknown
SubjectEntryShuffler(ServerScope global)
          The constructor starts the thread as a daemon and waits for shuffle invocations.
SubscriptionInfo(ServerScope glob, SessionInfo sessionInfo, KeyData keyData, SubscribeQosServer qos)
          Use this constructor for an exact subscription.
SubscriptionInfo(ServerScope glob, SessionInfo sessionInfo, SubscriptionInfo querySub, KeyData keyData)
          Use this constructor it the subscription is a result of a XPath subscription
TopicAccessor(ServerScope serverScope)
           
TopicHandler(ServerScope serverScope, SessionInfo publisherSessionInfo, java.lang.String uniqueKey)
          Use this constructor if a yet unknown object is fed by method publish().
 

Uses of ServerScope in org.xmlBlaster.engine.admin
 

Fields in org.xmlBlaster.engine.admin declared as ServerScope
private  ServerScope CommandManager.glob
           
private  ServerScope CommandWrapper.glob
           
 

Methods in org.xmlBlaster.engine.admin with parameters of type ServerScope
 boolean I_ExternGateway.initialize(ServerScope glob, CommandManager commandManager)
          This is called after creation of the plugin.
 void I_CommandHandler.initialize(ServerScope glob, CommandManager commandManager)
          This is called after creation of the plugin.
static java.lang.String CommandWrapper.stripCommand(ServerScope glob, java.lang.String command)
          Strips a given command (the oid of a queryKey before any any modification) by removing the starting '__cmd:' subtring.
 

Constructors in org.xmlBlaster.engine.admin with parameters of type ServerScope
CommandManager(ServerScope glob, SessionInfo sessionInfo)
          You need to call postInit() after all drivers are loaded.
CommandWrapper(ServerScope glob, java.lang.String command)
          this constructor is currently used for the get
 

Uses of ServerScope in org.xmlBlaster.engine.admin.extern
 

Fields in org.xmlBlaster.engine.admin.extern declared as ServerScope
private  ServerScope MomClientGateway.glob
           
private  ServerScope TelnetGateway.glob
           
private  ServerScope SnmpGateway.glob
           
 

Methods in org.xmlBlaster.engine.admin.extern with parameters of type ServerScope
 boolean MomClientGateway.initialize(ServerScope glob, CommandManager commandManager)
          Creates the remote console server.
 boolean TelnetGateway.initialize(ServerScope glob, CommandManager commandManager)
          Creates the remote console server.
 boolean SnmpGateway.initialize(ServerScope glob, CommandManager commandManager)
          This is called after creation of the plugin.
private  boolean TelnetGateway.initializeVariables(ServerScope glob, CommandManager commandManager, boolean isBootstrap)
           
 

Uses of ServerScope in org.xmlBlaster.engine.admin.intern
 

Fields in org.xmlBlaster.engine.admin.intern declared as ServerScope
private  ServerScope MsgHandler.glob
           
private  ServerScope PropertyHandler.glob
           
private  ServerScope CoreHandler.glob
           
 

Methods in org.xmlBlaster.engine.admin.intern with parameters of type ServerScope
 void MsgHandler.initialize(ServerScope glob, CommandManager commandManager)
          This is called after creation of the plugin.
 void PropertyHandler.initialize(ServerScope glob, CommandManager commandManager)
          This is called after creation of the plugin.
 void CoreHandler.initialize(ServerScope glob, CommandManager commandManager)
          This is called after creation of the plugin.
 

Uses of ServerScope in org.xmlBlaster.engine.cluster
 

Fields in org.xmlBlaster.engine.cluster declared as ServerScope
private  ServerScope ClusterNode.fatherGlob
           
private  ServerScope NodeParser.glob
           
private  ServerScope LoadBalancerPluginManager.glob
           
private  ServerScope MapMsgToMasterPluginManager.glob
           
private  ServerScope ClusterManager.glob
           
private  ServerScope NodeMasterInfo.serverScope
           
 

Methods in org.xmlBlaster.engine.cluster with parameters of type ServerScope
 void I_MapMsgToMasterId.initialize(ServerScope glob, ClusterManager clusterManager)
          This is called after instantiation of the plugin.
 void I_LoadBalancer.initialize(ServerScope glob, ClusterManager clusterManager)
          This is called after instantiation of the plugin
 

Constructors in org.xmlBlaster.engine.cluster with parameters of type ServerScope
ClusterManager(ServerScope glob, SessionInfo sessionInfo)
          You need to call postInit() after all drivers are loaded.
ClusterNode(ServerScope glob, NodeId nodeId, SessionInfo sessionInfo)
          Create an object holding all informations about a node
LoadBalancerPluginManager(ServerScope glob, ClusterManager clusterManager)
           
MapMsgToMasterPluginManager(ServerScope glob, ClusterManager clusterManager)
           
NodeMasterInfo(ServerScope glob, ClusterNode clusterNode)
          Create a NodeMasterInfo belonging to the given cluster node.
NodeParser(ServerScope glob, ClusterManager clusterManager, java.lang.String xml, SessionInfo sessionInfo)
          Parses the XML markup of exactly one cluster node configuration.
NodeParser(ServerScope glob, ClusterNode clusterNode, java.lang.String xml)
          Constructor variant to only parse the <master> part of the XML.
 

Uses of ServerScope in org.xmlBlaster.engine.cluster.simpledomain
 

Fields in org.xmlBlaster.engine.cluster.simpledomain declared as ServerScope
private  ServerScope DomainToMaster.glob
           
private  ServerScope RoundRobin.glob
           
 

Methods in org.xmlBlaster.engine.cluster.simpledomain with parameters of type ServerScope
 void DomainToMaster.initialize(ServerScope glob, ClusterManager clusterManager)
          This is called after instantiation of the plugin
 void RoundRobin.initialize(ServerScope glob, ClusterManager clusterManager)
          This is called after instantiation of the plugin
 

Uses of ServerScope in org.xmlBlaster.engine.dispatch
 

Fields in org.xmlBlaster.engine.dispatch declared as ServerScope
private  ServerScope ServerDispatchManager.glob
           
 

Constructors in org.xmlBlaster.engine.dispatch with parameters of type ServerScope
ServerDispatchManager(ServerScope glob, I_MsgErrorHandler failureListener, I_MsgSecurityInterceptor securityInterceptor, I_Queue msgQueue, I_ConnectionStatusListener connectionStatusListener, AddressBase[] addrArr, SessionName sessionName)
           
 

Uses of ServerScope in org.xmlBlaster.engine.distributor.plugins
 

Fields in org.xmlBlaster.engine.distributor.plugins declared as ServerScope
private  ServerScope ConsumableQueuePlugin.serverScope
           
 

Uses of ServerScope in org.xmlBlaster.engine.mime
 

Fields in org.xmlBlaster.engine.mime declared as ServerScope
private  ServerScope PublishPluginManager.glob
           
private  ServerScope AccessPluginManager.glob
           
 

Methods in org.xmlBlaster.engine.mime with parameters of type ServerScope
 void I_PublishFilter.initialize(ServerScope glob)
          This is called after instantiation of the plugin
 void I_AccessFilter.initialize(ServerScope glob)
          This is called after instantiation of the plugin
 

Constructors in org.xmlBlaster.engine.mime with parameters of type ServerScope
AccessPluginManager(ServerScope glob)
           
PublishPluginManager(ServerScope glob)
           
 

Uses of ServerScope in org.xmlBlaster.engine.mime.demo
 

Fields in org.xmlBlaster.engine.mime.demo declared as ServerScope
private  ServerScope PublishLenChecker.glob
           
private  ServerScope ContentLenFilter.glob
           
 

Methods in org.xmlBlaster.engine.mime.demo with parameters of type ServerScope
 void PublishDelayer.initialize(ServerScope serverScope)
          This is called after instantiation of the plugin
 void PublishLenChecker.initialize(ServerScope glob)
          This is called after instantiation of the plugin
 void ContentLenFilter.initialize(ServerScope glob)
          This is called after instantiation of the plugin
 

Uses of ServerScope in org.xmlBlaster.engine.mime.regex
 

Fields in org.xmlBlaster.engine.mime.regex declared as ServerScope
private  ServerScope GnuRegexFilter.glob
           
 

Methods in org.xmlBlaster.engine.mime.regex with parameters of type ServerScope
 void GnuRegexFilter.initialize(ServerScope glob)
          This is called after instantiation of the plugin
 

Uses of ServerScope in org.xmlBlaster.engine.mime.sql92
 

Fields in org.xmlBlaster.engine.mime.sql92 declared as ServerScope
private  ServerScope Sql92Filter.glob
           
 

Methods in org.xmlBlaster.engine.mime.sql92 with parameters of type ServerScope
 void Sql92Filter.initialize(ServerScope glob)
          This is called after instantiation of the plugin
 

Uses of ServerScope in org.xmlBlaster.engine.mime.xpath
 

Methods in org.xmlBlaster.engine.mime.xpath with parameters of type ServerScope
 void XPathFilter.initialize(ServerScope glob)
          This is called after instantiation of the plugin
 

Uses of ServerScope in org.xmlBlaster.engine.msgstore
 

Fields in org.xmlBlaster.engine.msgstore declared as ServerScope
private  ServerScope StoragePluginManager.glob
           
private  ServerScope MapEventHandler.serverScope
           
 

Constructors in org.xmlBlaster.engine.msgstore with parameters of type ServerScope
MapEventHandler(ServerScope serverScope, I_EventDispatcher dispatcher)
           
StoragePluginManager(ServerScope glob)
           
 

Uses of ServerScope in org.xmlBlaster.engine.msgstore.cache
 

Fields in org.xmlBlaster.engine.msgstore.cache declared as ServerScope
private  ServerScope PersistenceCachePlugin.glob
           
 

Uses of ServerScope in org.xmlBlaster.engine.persistence
 

Constructors in org.xmlBlaster.engine.persistence with parameters of type ServerScope
PersistencePluginManager(ServerScope glob)
           
 

Uses of ServerScope in org.xmlBlaster.engine.qos
 

Fields in org.xmlBlaster.engine.qos declared as ServerScope
private  ServerScope PublishQosServer.glob
           
 

Constructors in org.xmlBlaster.engine.qos with parameters of type ServerScope
PublishQosServer(ServerScope glob, MsgQosData msgQosData, boolean fromPersistenceStore)
          Constructor which accepts parsed object.
PublishQosServer(ServerScope glob, QosData msgQosData)
          Constructor which accepts parsed object.
PublishQosServer(ServerScope glob, java.lang.String xmlQos)
          Constructs the specialized quality of service object for a publish() call, and parses the given XML string.
PublishQosServer(ServerScope glob, java.lang.String xmlQos, boolean fromPersistenceStore)
          Constructs the specialized quality of service object for a publish() call.
 

Uses of ServerScope in org.xmlBlaster.engine.queuemsg
 

Fields in org.xmlBlaster.engine.queuemsg declared as ServerScope
protected  ServerScope ReferenceEntry.glob
           
private  ServerScope ServerEntryFactory.glob
           
 

Methods in org.xmlBlaster.engine.queuemsg that return ServerScope
 ServerScope ReferenceEntry.getGlobal()
           
 

Constructors in org.xmlBlaster.engine.queuemsg with parameters of type ServerScope
MsgQueueHistoryEntry(ServerScope glob, MsgUnitWrapper msgUnitWrapper, StorageId storageId)
          A new message object is fed by method publish().
MsgQueueHistoryEntry(ServerScope glob, PriorityEnum priority, StorageId storageId, Timestamp entryTimestamp, java.lang.String keyOid, long msgUnitWrapperUniqueId, boolean persistent, long sizeInBytes)
          For persistence recovery
MsgQueueUpdateEntry(ServerScope glob, MsgUnitWrapper msgUnitWrapper, StorageId storageId, SessionName receiver, java.lang.String subscriptionId, boolean wantUpdateOneway, boolean wantNewestOnly)
          A new message object is fed by method publish().
MsgQueueUpdateEntry(ServerScope glob, MsgUnitWrapper msgUnitWrapper, Timestamp timestamp, StorageId storageId, SessionName receiver, java.lang.String subscriptionId, boolean wantUpdateOneway, boolean wantNewestOnly)
          convenience constructor to allow passing an already given uniqueId (the timestamp)
MsgQueueUpdateEntry(ServerScope glob, PriorityEnum priority, StorageId storageId, Timestamp updateEntryTimestamp, java.lang.String keyOid, long msgUnitWrapperUniqueId, boolean persistent, long sizeInBytes, SessionName receiver, java.lang.String subscriptionId, java.lang.String flag, int redeliverCount, java.lang.String qos, java.lang.String key, byte[] content)
          For persistence recovery The params qos, key, content can be null (the unparsed raw message)
ReferenceEntry(java.lang.String ME, ServerScope glob, java.lang.String entryType, MsgUnitWrapper msgUnitWrapper, StorageId storageId)
          A new message object is fed by method publish().
ReferenceEntry(java.lang.String ME, ServerScope glob_, java.lang.String entryType, MsgUnitWrapper msgUnitWrapper, Timestamp timestamp, StorageId storageId, SessionName receiver)
          A new message object is fed by method update().
ReferenceEntry(java.lang.String ME, ServerScope glob, java.lang.String entryType, PriorityEnum priority, StorageId storageId, Timestamp entryTimestamp, java.lang.String keyOid, long msgUnitWrapperUniqueId, boolean persistent, SessionName receiver, java.lang.String qos, java.lang.String key, byte[] content)
          For persistence recovery
TopicEntry(ServerScope glob, MsgUnit msgUnit, StorageId storageId)
          Use this constructor if a new message object is fed by method publish().
TopicEntry(ServerScope glob, MsgUnit msgUnit, StorageId storageId, java.lang.String embeddedType, long sizeInBytes)
          Used when message comes from persistence, the owning I_Map is unknown
 

Uses of ServerScope in org.xmlBlaster.engine.runlevel
 

Fields in org.xmlBlaster.engine.runlevel declared as ServerScope
private  ServerScope RunlevelManager.glob
           
 

Constructors in org.xmlBlaster.engine.runlevel with parameters of type ServerScope
RunlevelManager(ServerScope glob)
          One instance of this represents one xmlBlaster server.
 

Uses of ServerScope in org.xmlBlaster.engine.xml2java
 

Fields in org.xmlBlaster.engine.xml2java declared as ServerScope
private  ServerScope XmlKey.glob
           
private  ServerScope XmlKeyDom.serverScope
           
 

Constructors in org.xmlBlaster.engine.xml2java with parameters of type ServerScope
XmlKey(ServerScope glob, KeyData keyData)
          Parses given xml string
XmlKey(ServerScope glob, java.lang.String xmlKey_literal)
          Parses given xml string
 

Uses of ServerScope in org.xmlBlaster.j2ee.jmx
 

Methods in org.xmlBlaster.j2ee.jmx with parameters of type ServerScope
private  void XmlBlasterService.bind(ServerScope engineGlobal)
          Bind a GlobalLookup into jndi.
 

Uses of ServerScope in org.xmlBlaster.j2ee.util
 

Fields in org.xmlBlaster.j2ee.util declared as ServerScope
private  ServerScope GlobalUtil.engineGlobal
           
 

Constructors in org.xmlBlaster.j2ee.util with parameters of type ServerScope
GlobalUtil(ServerScope engineGlobal)
          Create a utility class with access to engine global, use this to bind into jndi.
 

Uses of ServerScope in org.xmlBlaster.protocol
 

Fields in org.xmlBlaster.protocol declared as ServerScope
private  ServerScope CbProtocolManager.glob
           
 

Methods in org.xmlBlaster.protocol that return ServerScope
 ServerScope I_Authenticate.getGlobal()
           
 

Constructors in org.xmlBlaster.protocol with parameters of type ServerScope
CbProtocolManager(ServerScope glob)
           
 

Uses of ServerScope in org.xmlBlaster.test.classtest
 

Fields in org.xmlBlaster.test.classtest declared as ServerScope
protected  ServerScope CommandWrapperTest.glob
           
 

Uses of ServerScope in org.xmlBlaster.test.classtest.msgstore
 

Fields in org.xmlBlaster.test.classtest.msgstore declared as ServerScope
protected  ServerScope MsgUnitWrapperTest.glob
           
protected  ServerScope I_MapTest.glob
           
 

Uses of ServerScope in org.xmlBlaster.test.classtest.queue
 

Fields in org.xmlBlaster.test.classtest.queue declared as ServerScope
protected  ServerScope EntrySize.glob
           
protected  ServerScope QueueServerEntryTest.glob
           
protected  ServerScope QueueExtendedTest.glob
           
 

Constructors in org.xmlBlaster.test.classtest.queue with parameters of type ServerScope
EntrySize(ServerScope glob)
           
QueueExtendedTest(ServerScope glob, java.lang.String name, int currImpl)
          Constructor for junit public QueueExtendedTest(String name) { this(new Global(), name); }
QueueServerEntryTest(ServerScope glob, java.lang.String name, int currImpl)
          Constructor for junit public QueueServerEntryTest(String name) { this(new Global(), name); }
 

Uses of ServerScope in org.xmlBlaster.test.cluster
 

Fields in org.xmlBlaster.test.cluster declared as ServerScope
private  ServerScope NodeParserTest.serverScope
           
 

Uses of ServerScope in org.xmlBlaster.util.checkpoint
 

Fields in org.xmlBlaster.util.checkpoint declared as ServerScope
private  ServerScope Checkpoint.serverScope
           
 


xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.