|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.soa.common.mbean.ServiceComponentManager
public class ServiceComponentManager
The manager class to programmatically register an MBean with the management system.
Constructor Summary | |
---|---|
ServiceComponentManager()
|
Method Summary | |
---|---|
static void |
registerComponent(java.lang.String category,
int position,
java.lang.String name,
ServiceComponent component)
Register the component. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServiceComponentManager()
Method Detail |
---|
public static void registerComponent(java.lang.String category, int position, java.lang.String name, ServiceComponent component)
category
- the category string ("Service", "SupportService", "Global", "NetworkResources")position
- the positionname
- the component namecomponent
- the component
java.rmi.RemoteException
- on communication error
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |