com.ibm.soa.common.mbean
Class ServiceComponentManager

java.lang.Object
  extended by com.ibm.soa.common.mbean.ServiceComponentManager

public class ServiceComponentManager
extends java.lang.Object

The manager class to programmatically register an MBean with the management system.

Version:
1.1

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

ServiceComponentManager

public ServiceComponentManager()
Method Detail

registerComponent

public static void registerComponent(java.lang.String category,
                                     int position,
                                     java.lang.String name,
                                     ServiceComponent component)
Register the component.

Parameters:
category - the category string ("Service", "SupportService", "Global", "NetworkResources")
position - the position
name - the component name
component - the component
Throws:
java.rmi.RemoteException - on communication error


Copyright © 2006 IBM Corp. All Rights Reserved.