|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.net.axis.server.JMXEngineConfigurationFactory
A configuration factory that accesses axis server engines via JMX attribute access.
Field Summary | |
protected javax.management.ObjectName |
objectName
|
protected javax.management.MBeanServer |
server
|
Fields inherited from interface org.apache.axis.EngineConfigurationFactory |
SYSTEM_PROPERTY_NAME |
Constructor Summary | |
protected |
JMXEngineConfigurationFactory(String name)
construct a new factory tied to a particular engine provider mbean |
Method Summary | |
protected Object |
getAttribute(String attributeName)
find attribute through JMX server and mbean |
org.apache.axis.server.AxisServer |
getAxisServer()
return axis server associated with mbean |
org.apache.axis.EngineConfiguration |
getClientEngineConfig()
|
org.apache.axis.EngineConfiguration |
getServerEngineConfig()
|
static org.apache.axis.EngineConfigurationFactory |
newFactory(Object param)
static method to create a new factory along the Axis spec |
static JMXEngineConfigurationFactory |
newJMXFactory(String param)
static method to create a new jmx factory |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected javax.management.ObjectName objectName
protected javax.management.MBeanServer server
Constructor Detail |
protected JMXEngineConfigurationFactory(String name) throws javax.management.MalformedObjectNameException
Method Detail |
protected Object getAttribute(String attributeName)
public org.apache.axis.server.AxisServer getAxisServer()
public org.apache.axis.EngineConfiguration getClientEngineConfig()
getClientEngineConfig
in interface org.apache.axis.EngineConfigurationFactory
public org.apache.axis.EngineConfiguration getServerEngineConfig()
getServerEngineConfig
in interface org.apache.axis.EngineConfigurationFactory
public static JMXEngineConfigurationFactory newJMXFactory(String param)
param
- objectname of the server mbean
public static org.apache.axis.EngineConfigurationFactory newFactory(Object param)
param
- specification of the configuration
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |