Uses of Class
org.jboss.system.metadata.ServiceAttributeMetaData

Packages that use ServiceAttributeMetaData
org.jboss.system   
org.jboss.system.metadata   
 

Uses of ServiceAttributeMetaData in org.jboss.system
 

Method parameters in org.jboss.system with type arguments of type ServiceAttributeMetaData
static void ServiceConfigurator.configure(MBeanServer server, ServiceController controller, ObjectName objectName, ClassLoader cl, Collection<ServiceAttributeMetaData> attrs)
          Configure an MBean
static void ServiceConfigurator.configure(MBeanServer server, ServiceController controller, ObjectName objectName, ObjectName classLoaderName, Collection<ServiceAttributeMetaData> attrs)
          Configure an MBean
 

Uses of ServiceAttributeMetaData in org.jboss.system.metadata
 

Methods in org.jboss.system.metadata that return types with arguments of type ServiceAttributeMetaData
 List<ServiceAttributeMetaData> ServiceMetaData.getAttributes()
          Get the attributes.
 

Methods in org.jboss.system.metadata with parameters of type ServiceAttributeMetaData
 void ServiceMetaData.addAttribute(ServiceAttributeMetaData serviceAttributeMetaData)
          Add an attribute
 

Method parameters in org.jboss.system.metadata with type arguments of type ServiceAttributeMetaData
 void ServiceMetaData.addAttributes(List<ServiceAttributeMetaData> aAttributeList)
          Add an attribute
 void ServiceMetaData.removeAttributes(List<ServiceAttributeMetaData> aAttributeList)
          Remove a list of Attributes
 void ServiceMetaData.setAttributes(List<ServiceAttributeMetaData> attributes)
          Set the attributes.
 



Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.