xmlBlaster 2.2.0 API

Uses of Class
org.xmlBlaster.util.context.ContextNode

Packages that use ContextNode
org.xmlBlaster.authentication   
org.xmlBlaster.client This is the Java client side package. 
org.xmlBlaster.client.filepoller   
org.xmlBlaster.contrib   
org.xmlBlaster.contrib.filewatcher   
org.xmlBlaster.engine The core implementation. 
org.xmlBlaster.engine.cluster   
org.xmlBlaster.engine.mime.demo   
org.xmlBlaster.engine.msgstore.cache   
org.xmlBlaster.engine.runlevel   
org.xmlBlaster.protocol.corba   
org.xmlBlaster.protocol.http.ajax   
org.xmlBlaster.protocol.socket   
org.xmlBlaster.protocol.stomp   
org.xmlBlaster.protocol.xmlrpc   
org.xmlBlaster.util Java helper classes for server and client programming. 
org.xmlBlaster.util.admin.extern   
org.xmlBlaster.util.checkpoint   
org.xmlBlaster.util.context   
org.xmlBlaster.util.plugin   
org.xmlBlaster.util.property   
org.xmlBlaster.util.protocol   
org.xmlBlaster.util.protocol.email   
org.xmlBlaster.util.queue   
org.xmlBlaster.util.queue.cache   
 

Uses of ContextNode in org.xmlBlaster.authentication
 

Fields in org.xmlBlaster.authentication declared as ContextNode
private  ContextNode SessionInfo.contextNode
           
private  ContextNode SubjectInfo.contextNode
           
 

Methods in org.xmlBlaster.authentication that return ContextNode
 ContextNode SessionInfo.getContextNode()
          The unique name of this session instance.
 ContextNode SubjectInfo.getContextNode()
          The unique name of this subject instance.
 

Uses of ContextNode in org.xmlBlaster.client
 

Fields in org.xmlBlaster.client declared as ContextNode
private  ContextNode XmlBlasterAccess.contextNode
           
 

Methods in org.xmlBlaster.client that return ContextNode
 ContextNode XmlBlasterAccess.getContextNode()
          The unique name of this session instance.
 

Uses of ContextNode in org.xmlBlaster.client.filepoller
 

Fields in org.xmlBlaster.client.filepoller declared as ContextNode
private  ContextNode FilePollerPlugin.contextNode
           
 

Uses of ContextNode in org.xmlBlaster.contrib
 

Fields in org.xmlBlaster.contrib declared as ContextNode
private  ContextNode GlobalInfo.contextNode
           
 

Uses of ContextNode in org.xmlBlaster.contrib.filewatcher
 

Fields in org.xmlBlaster.contrib.filewatcher declared as ContextNode
private  ContextNode FileWatcherPlugin.contextNode
           
 

Uses of ContextNode in org.xmlBlaster.engine
 

Fields in org.xmlBlaster.engine declared as ContextNode
private  ContextNode SubscriptionInfo.contextNode
           
private  ContextNode TopicHandler.contextNode
           
private  ContextNode EventPlugin.contextNode
           
 

Methods in org.xmlBlaster.engine that return ContextNode
 ContextNode TopicHandler.getContextNode()
          The unique name of this topic instance.
 ContextNode ServerScope.getContextNode()
          The unique name of this xmlBlaster server instance.
 

Uses of ContextNode in org.xmlBlaster.engine.cluster
 

Fields in org.xmlBlaster.engine.cluster declared as ContextNode
private  ContextNode ClusterNode.contextNode
           
private  ContextNode NodeMasterInfo.contextNode
           
private  ContextNode ClusterManager.contextNode
           
 

Methods in org.xmlBlaster.engine.cluster that return ContextNode
 ContextNode ClusterNode.getContextNode()
           
 ContextNode ClusterManager.getContextNode()
           
 

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

Fields in org.xmlBlaster.engine.mime.demo declared as ContextNode
private  ContextNode PublishDelayer.contextNode
           
 

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

Fields in org.xmlBlaster.engine.msgstore.cache declared as ContextNode
private  ContextNode PersistenceCachePlugin.contextNode
           
 

Uses of ContextNode in org.xmlBlaster.engine.runlevel
 

Fields in org.xmlBlaster.engine.runlevel declared as ContextNode
private  ContextNode RunlevelManager.contextNode
           
private  ContextNode PluginConfig.contextNode
           
 

Methods in org.xmlBlaster.engine.runlevel that return ContextNode
 ContextNode RunlevelManager.getContextNode()
           
 

Uses of ContextNode in org.xmlBlaster.protocol.corba
 

Fields in org.xmlBlaster.protocol.corba declared as ContextNode
protected  ContextNode CorbaDriver.contextNode
           
 

Uses of ContextNode in org.xmlBlaster.protocol.http.ajax
 

Fields in org.xmlBlaster.protocol.http.ajax declared as ContextNode
private  ContextNode AjaxServlet.contextNode
           
private  ContextNode BlasterInstance.contextNode
           
 

Methods in org.xmlBlaster.protocol.http.ajax that return ContextNode
 ContextNode AjaxServlet.getContextNode()
           
 

Uses of ContextNode in org.xmlBlaster.protocol.socket
 

Fields in org.xmlBlaster.protocol.socket declared as ContextNode
protected  ContextNode SocketDriver.contextNode
           
 

Uses of ContextNode in org.xmlBlaster.protocol.stomp
 

Fields in org.xmlBlaster.protocol.stomp declared as ContextNode
protected  ContextNode XbStompDriver.contextNode
           
 

Uses of ContextNode in org.xmlBlaster.protocol.xmlrpc
 

Fields in org.xmlBlaster.protocol.xmlrpc declared as ContextNode
protected  ContextNode XmlRpcDriver.contextNode
           
 

Uses of ContextNode in org.xmlBlaster.util
 

Fields in org.xmlBlaster.util declared as ContextNode
protected  ContextNode Global.contextNode
           
protected  ContextNode Global.scopeContextNode
           
 

Methods in org.xmlBlaster.util that return ContextNode
 ContextNode Global.getContextNode()
          The unique name of this instance.
 ContextNode Global.getScopeContextNode()
          Helper for the time being to be used on client side by services like SmtpClient.
 

Methods in org.xmlBlaster.util with parameters of type ContextNode
 boolean Global.isRegisteredMBean(ContextNode ctxNode)
           
 JmxMBeanHandle Global.registerMBean(ContextNode contextNode, java.lang.Object mbean)
          JMX support.
 void Global.setContextNode(ContextNode contextNode)
          The unique name of this instance.
 void Global.setScopeContextNode(ContextNode contextNode)
           
 

Uses of ContextNode in org.xmlBlaster.util.admin.extern
 

Fields in org.xmlBlaster.util.admin.extern declared as ContextNode
private  ContextNode JmxMBeanHandle.contextNode
           
 

Methods in org.xmlBlaster.util.admin.extern that return ContextNode
 ContextNode JmxMBeanHandle.getContextNode()
           
 

Methods in org.xmlBlaster.util.admin.extern with parameters of type ContextNode
static java.lang.String JmxWrapper.getObjectNameLiteral(Global global, ContextNode contextNode)
           
 boolean JmxWrapper.isRegistered(ContextNode contextNode)
           
 JmxMBeanHandle JmxWrapper.registerMBean(ContextNode contextNode, java.lang.Object mbean)
          Registers the specified mbean into the mbean server.
private  JmxMBeanHandle JmxWrapper.registerMBean(ContextNode contextNode, java.lang.Object mbean, JmxMBeanHandle mbeanHandle, boolean isRename)
           
 int JmxWrapper.renameMBean(java.lang.String oldName, java.lang.String oldRootClassname, ContextNode newRootNode)
          Reorganize the registration for a new parent node.
 void JmxMBeanHandle.setContextNode(ContextNode contextNode)
           
 

Constructors in org.xmlBlaster.util.admin.extern with parameters of type ContextNode
JmxMBeanHandle(javax.management.ObjectInstance objectInstance, ContextNode contextNode, java.lang.Object mBean)
           
 

Uses of ContextNode in org.xmlBlaster.util.checkpoint
 

Fields in org.xmlBlaster.util.checkpoint declared as ContextNode
protected  ContextNode Checkpoint.contextNode
           
 

Uses of ContextNode in org.xmlBlaster.util.context
 

Fields in org.xmlBlaster.util.context declared as ContextNode
private  ContextNode ContextNode.parent
           
static ContextNode ContextNode.ROOT_NODE
           
 

Methods in org.xmlBlaster.util.context that return ContextNode
protected  ContextNode ContextNode.getChild(ContextNode node, java.lang.String className, java.lang.String instanceName)
          Recursive search
 ContextNode ContextNode.getChild(java.lang.String className)
          Search down the children tree for the given className.
 ContextNode ContextNode.getChild(java.lang.String className, java.lang.String instanceName)
          Search down the children tree for the given className and instanceName.
 ContextNode[] ContextNode.getChildren()
           
 ContextNode ContextNode.getClone()
           
 ContextNode ContextNode.getParent()
           
 ContextNode ContextNode.getParent(java.lang.String className)
          Walk up the hierarchy and return the matching ContextNode.
 ContextNode ContextNode.mergeChildTree(ContextNode child)
          Merges the given child, it exists already nothing happens.
static ContextNode ContextNode.valueOf(java.lang.String url)
          Parse the given string.
 

Methods in org.xmlBlaster.util.context with parameters of type ContextNode
 boolean ContextNode.addChild(ContextNode child)
          Add the given child, it exists already nothing happens.
 boolean ContextNode.addChild(ContextNode child, boolean doClone)
          Add the given child, it exists already nothing happens.
 void ContextNode.changeParentName(ContextNode newParentNode)
          Walk up the hierarchy until we find the given className and rename the instance name.
 boolean ContextNode.equalsAbsolute(ContextNode contextNode)
          Compare the absolute name.
 boolean ContextNode.equalsRelative(ContextNode contextNode)
           
protected  ContextNode ContextNode.getChild(ContextNode node, java.lang.String className, java.lang.String instanceName)
          Recursive search
 ContextNode ContextNode.mergeChildTree(ContextNode child)
          Merges the given child, it exists already nothing happens.
 boolean ContextNode.removeChild(ContextNode child)
          Remove a child.
 

Constructors in org.xmlBlaster.util.context with parameters of type ContextNode
ContextNode(Global glob, java.lang.String className, java.lang.String instanceName, ContextNode parent)
          Deprecated. Use constructor without global
ContextNode(java.lang.String className, java.lang.String instanceName, ContextNode parent)
           
 

Uses of ContextNode in org.xmlBlaster.util.plugin
 

Methods in org.xmlBlaster.util.plugin with parameters of type ContextNode
private  void PluginInfo.init(Global glob, I_PluginManager manager, java.lang.String type_, java.lang.String version_, ContextNode contextNode)
          see javadoc of constructor
 

Constructors in org.xmlBlaster.util.plugin with parameters of type ContextNode
PluginInfo(Global glob, I_PluginManager manager, java.lang.String typeVersion, ContextNode contextNode)
           
PluginInfo(Global glob, I_PluginManager manager, java.lang.String type, java.lang.String version, ContextNode contextNode)
          From pluginEnvClass and instanceId we build a string to lookup the key in the environment e.g.
 

Uses of ContextNode in org.xmlBlaster.util.property
 

Methods in org.xmlBlaster.util.property with parameters of type ContextNode
 java.util.Map Property.getPropertiesForContextNode(ContextNode parentCtx, java.lang.String shortKey, java.lang.String keyForDefault)
          Returns a map containing all properties of the specified context.
 java.lang.String PropEntry.setFromEnv(Global glob, ContextNode contextNode, java.lang.String propName)
           
 

Uses of ContextNode in org.xmlBlaster.util.protocol
 

Fields in org.xmlBlaster.util.protocol declared as ContextNode
protected  ContextNode RequestReplyExecutor.contextNode
           
 

Uses of ContextNode in org.xmlBlaster.util.protocol.email
 

Fields in org.xmlBlaster.util.protocol.email declared as ContextNode
private  ContextNode SmtpClient.contextNode
           
private  ContextNode Pop3Driver.contextNode
           
 

Uses of ContextNode in org.xmlBlaster.util.queue
 

Fields in org.xmlBlaster.util.queue declared as ContextNode
private  ContextNode StorageId.parentContextNode
           
 

Methods in org.xmlBlaster.util.queue that return ContextNode
 ContextNode StorageId.getParentContextNode()
           
 

Methods in org.xmlBlaster.util.queue with parameters of type ContextNode
 void StorageId.setParentContextNode(ContextNode parentContextNode)
           
 

Uses of ContextNode in org.xmlBlaster.util.queue.cache
 

Fields in org.xmlBlaster.util.queue.cache declared as ContextNode
private  ContextNode CacheQueueInterceptorPlugin.contextNode
           
 


xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.