Uses of Class
net.sf.panoptes.model.component.registry.ComponentName

Packages that use ComponentName
net.sf.panoptes.model.component   
net.sf.panoptes.model.component.registry   
net.sf.panoptes.model.node   
 

Uses of ComponentName in net.sf.panoptes.model.component
 

Methods in net.sf.panoptes.model.component that return ComponentName
static ComponentName ComponentUtil.createQueryName(ComponentQuery query)
           
static ComponentName ComponentUtil.createLoggerName(java.lang.String host, java.lang.String prefix)
           
static ComponentName ComponentUtil.createName(LoggerComponent logger)
           
static ComponentName ComponentUtil.createMBeanServerName(java.lang.String host, int port)
          Creates a name for a MBeanServerComponent
static ComponentName ComponentUtil.createMBeanServerName(MBeanServerComponent server)
           
static ComponentName ComponentUtil.createDomainName(MBeanServerComponent server, java.lang.String domainName)
          Creates a name for a DomainComponent
static ComponentName ComponentUtil.createMBeanServerDomainQuery(java.lang.String host, int port)
          Creates a query that lists DomainComponents in an MBeanServerComponent
static ComponentName ComponentUtil.createDomainMBeanQuery(MBeanServerComponent server, java.lang.String domainName)
          Creates a query that lists MBeanComponents in a domain.
static ComponentName ComponentUtil.createMBeanName(MBeanServerComponent server, DomainComponent domain, javax.management.ObjectName objectName)
          Creates the name of an MBeanComponent
 ComponentName ComponentQuery.getQuery()
           
 ComponentName Component.getComponentName()
           
 

Methods in net.sf.panoptes.model.component with parameters of type ComponentName
 void ComponentQuery.setQuery(ComponentName query)
           
 void Component.setComponentName(ComponentName name)
          Called by the ComponentRegistry when it registers the component.
 

Uses of ComponentName in net.sf.panoptes.model.component.registry
 

Methods in net.sf.panoptes.model.component.registry that return ComponentName
 ComponentName ConfiguratorEntry.getPattern()
           
protected  ComponentName ComponentRegistry.validateAndQualifyName(ComponentName name)
          Validates and qualifies an MBeanComponent Validates the name is not a pattern.
protected  ComponentName ComponentRegistry.qualifyName(ComponentName name)
           
 ComponentName ComponentEntry.getComponentName()
          Retrieve the object name with the component is registered.
 

Methods in net.sf.panoptes.model.component.registry with parameters of type ComponentName
 java.util.Set ConfiguratorRegistry.findConfigurators(ComponentName componentName)
          Fetches configurators that match the Componentname.
 void ComponentRegistry.registerComponent(Component component, ComponentName name)
           
 void ComponentRegistry.unregisterMBean(ComponentName name)
           
 ComponentEntry ComponentRegistry.get(ComponentName name)
           
 Node ComponentRegistry.getObjectInstance(ComponentName name)
           
 boolean ComponentRegistry.contains(ComponentName name)
           
 java.util.List ComponentRegistry.findEntries(ComponentName pattern)
           
protected  void ComponentRegistry.remove(ComponentName name)
          Removes an MBeanComponent entry WARNING: The object name should be fully qualified.
protected  ComponentName ComponentRegistry.validateAndQualifyName(ComponentName name)
          Validates and qualifies an MBeanComponent Validates the name is not a pattern.
protected  ComponentName ComponentRegistry.qualifyName(ComponentName name)
           
 boolean ComponentName.matches(ComponentName pattern)
          Checks if this instance matches a pattern.
 

Constructors in net.sf.panoptes.model.component.registry with parameters of type ComponentName
ConfiguratorEntry(java.lang.String name, java.lang.Class clazz, ComponentName pattern, java.util.HashMap attributes)
           
ComponentEntry(ComponentName componentName, Component component)
          Construct a new component registration entry.
 

Uses of ComponentName in net.sf.panoptes.model.node
 

Constructors in net.sf.panoptes.model.node with parameters of type ComponentName
SymLinkNode(ComponentRegistry componentRegistry, ComponentName componentName)
          Creates a new instance.
 



Copyright © 2003 . All Rights Reserved.