xmlBlaster 2.2.0 client API

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

Packages that use ContextNode
org.xmlBlaster.client This is the Java client side package. 
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.queue   
 

Uses of ContextNode in org.xmlBlaster.client
 

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

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
 

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.
 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
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
 

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.queue
 

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)
           
 


xmlBlaster 2.2.0 client API

Copyright © 1999-2014 The xmlBlaster.org contributers.