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

All Implemented Interfaces:
    org.apache.axis.EngineConfigurationFactory

A configuration factory that accesses axis server engines via JMX attribute access.

Field Summary
protected  ObjectName objectName     
protected  MBeanServer server     
Constructor:
 protected JMXEngineConfigurationFactory(String name) throws MalformedObjectNameException 
    construct a new factory tied to a particular engine provider mbean
Method from org.jboss.net.axis.server.JMXEngineConfigurationFactory Summary:
getAttribute,   getAxisServer,   getClientEngineConfig,   getServerEngineConfig,   newFactory,   newJMXFactory
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jboss.net.axis.server.JMXEngineConfigurationFactory Detail:
 protected Object getAttribute(String attributeName) 
    find attribute through JMX server and mbean
 public AxisServer getAxisServer() 
    return axis server associated with mbean
 public EngineConfiguration getClientEngineConfig() 
 public EngineConfiguration getServerEngineConfig() 
 public static EngineConfigurationFactory newFactory(Object param) 
    static method to create a new factory along the Axis spec
 public static JMXEngineConfigurationFactory newJMXFactory(String param) 
    static method to create a new jmx factory