|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.net.axis.server.JMXEngineConfigurationFactory
test
A configuration factory that accesses axis server engines via JMX attribute access.
Field Summary | |
protected ObjectName (src) |
objectName
|
protected MBeanServer (src) |
server
|
Fields inherited from interface org.jboss.axis.EngineConfigurationFactory (src) |
SYSTEM_PROPERTY_NAME |
Constructor Summary | |
protected |
JMXEngineConfigurationFactory(java.lang.String name)
construct a new factory tied to a particular engine provider mbean |
Method Summary | |
protected java.lang.Object |
getAttribute(java.lang.String attributeName)
find attribute through JMX server and mbean |
AxisServer (src) |
getAxisServer()
return axis server associated with mbean |
EngineConfiguration (src) |
getClientEngineConfig()
Get a default client engine configuration. |
EngineConfiguration (src) |
getServerEngineConfig()
Get a default server engine configuration. |
static EngineConfigurationFactory (src) |
newFactory(java.lang.Object param)
static method to create a new factory along the Axis spec |
static JMXEngineConfigurationFactory (src) |
newJMXFactory(java.lang.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 ObjectName (src) objectName
protected MBeanServer (src) server
Constructor Detail |
protected JMXEngineConfigurationFactory(java.lang.String name) throws MalformedObjectNameException (src)
Method Detail |
protected java.lang.Object getAttribute(java.lang.String attributeName)
public AxisServer (src) getAxisServer()
public EngineConfiguration (src) getClientEngineConfig()
EngineConfigurationFactory (src)
getClientEngineConfig
in interface EngineConfigurationFactory (src)
public EngineConfiguration (src) getServerEngineConfig()
EngineConfigurationFactory (src)
getServerEngineConfig
in interface EngineConfigurationFactory (src)
public static JMXEngineConfigurationFactory (src) newJMXFactory(java.lang.String param)
param
- objectname of the server mbean
public static EngineConfigurationFactory (src) newFactory(java.lang.Object param)
param
- specification of the configuration
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |