Save This Page
Home » jboss-5.0.0.CR1-src » org » jboss » net » axis » server » [javadoc | source]
org.jboss.net.axis.server
public class: JMXEngineConfigurationProvider [javadoc | source]
java.lang.Object
   org.jboss.net.axis.server.JMXEngineConfigurationProvider

All Implemented Interfaces:
    EngineConfigurationProvider

configuration provider that accesses configuration services via JMX.
Field Summary
public static  JMXEngineConfigurationProvider jecp     
Method from org.jboss.net.axis.server.JMXEngineConfigurationProvider Summary:
getAttribute,   getAxisServer,   getClientEngineConfiguration,   getServerEngineConfiguration
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jboss.net.axis.server.JMXEngineConfigurationProvider Detail:
 protected Object getAttribute(String context,
    String attributeName) 
    find attribute through JMX server and mbean
 public AxisServer getAxisServer(String context) 
    return axis server associated with mbean
 public EngineConfiguration getClientEngineConfiguration(String context) 
    return client config associated with mbean
 public EngineConfiguration getServerEngineConfiguration(String context) 
    return server config associated with mbean