| |
|
| java.lang.Object com.sun.jbi.management.system.ModelSystemService com.sun.jbi.management.system.ConfigurationService
getSystemConfigMBean | public ObjectName[] getSystemConfigMBean(String aSvcType)(Code) | | Lookup a system Configuration MBean by system service type. For each service type
there are two instance MBeans the target specific instance configuration MBean
and the global configuration instance MBean.
Parameters: aSvcName - is the name of the system service the JMX object name array of the service Configuration MBean names. |
getSystemConfigMBeans | public ObjectName[] getSystemConfigMBeans()(Code) | | Looks up all the instance ConfigurationMBeans registered for the JBI system services.
This returns all the instance configuration MBeans : instance configuration
and global instance configuration MBeans
ObjectName pattern is :
com.sun.jbi:ComponentType=System, ServiceName=ConfigurationService
array of object names for all system service ConfigurationMBeans. zero-length array if no services registered. |
initService | public void initService(EnvironmentContext aContext) throws javax.jbi.JBIException(Code) | | Initialize a service. This performs any initialization tasks
required by the service but does not make the service ready
to process requests.
Parameters: aContext - the JBI environment context createdby the JBI framework throws: javax.jbi.JBIException - if an error occurs |
|
|
|