Uses of Class
org.fusesource.web.console.client.common.ObjectNameRef

Packages that use ObjectNameRef
org.fusesource.web.console.client.common   
org.fusesource.web.console.server   
 

Uses of ObjectNameRef in org.fusesource.web.console.client.common
 

Methods in org.fusesource.web.console.client.common that return ObjectNameRef
 ObjectNameRef[] MBeanAttribute.getValueRefs()
           
 

Methods in org.fusesource.web.console.client.common with parameters of type ObjectNameRef
 void MBeanAttribute.setValueRefs(ObjectNameRef[] valueRefs)
           
 

Uses of ObjectNameRef in org.fusesource.web.console.server
 

Methods in org.fusesource.web.console.server that return ObjectNameRef
static ObjectNameRef JmxUtil.toRef(javax.management.ObjectName objectName)
           
static ObjectNameRef[] JmxUtil.toRefArray(javax.management.ObjectName... objectNames)
           
 

Methods in org.fusesource.web.console.server that return types with arguments of type ObjectNameRef
static java.util.ArrayList<ObjectNameRef> JmxUtil.toRefList(javax.management.ObjectName... objectNames)
           
 



Copyright © 2009 FuseSource. All Rights Reserved.