Uses of Interface
com.sun.enterprise.config.serverbeans.JmxConnector

Packages that use JmxConnector
com.sun.enterprise.config.serverbeans   
 

Uses of JmxConnector in com.sun.enterprise.config.serverbeans
 

Methods in com.sun.enterprise.config.serverbeans that return JmxConnector
 JmxConnector NodeAgent.getJmxConnector()
          Gets the value of the jmxConnector property.
 JmxConnector AdminService.getSystemJmxConnector()
           
static JmxConnector AdminService.Duck.getSystemJmxConnector(AdminService as)
           
 

Methods in com.sun.enterprise.config.serverbeans that return types with arguments of type JmxConnector
 java.util.List<JmxConnector> AdminService.getJmxConnector()
          Gets the value of the jmxConnector property.
 

Methods in com.sun.enterprise.config.serverbeans with parameters of type JmxConnector
 void NodeAgent.setJmxConnector(JmxConnector value)
          Sets the value of the jmxConnector property.
 



Copyright © 2012 GlassFish Community. All Rights Reserved.