|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServiceComponent
The ServiceComponent interface provides a way for a Web Service implementation
to integrate a management MBean into the Console.
After registering the component that implements this interface,
the component will be called to initialize the MBean.
The interfaces provided in the com.ibm.soa.common.mbean package are intended
for guidence purposes only, and are provided as-is.
Method Summary | |
---|---|
java.lang.String |
getBeanName(java.lang.String componentName)
Get the MBean name string for the service implementation. |
java.lang.String |
getObjectName(java.lang.String componentName)
Get the MBean ObjectName string from the service implementation. |
java.lang.String |
getString(java.lang.String componentName,
java.lang.String key,
java.util.Locale locale)
Get a resource string. |
void |
initialize(java.lang.String componentName,
java.lang.String displayName)
initialize the MBean. |
void |
registerMBean(java.lang.String componentName)
Register the MBean. |
void |
unregisterMBean(java.lang.String componentName)
unregister the MBean. |
Method Detail |
---|
java.lang.String getObjectName(java.lang.String componentName) throws java.rmi.RemoteException
componentName
- the componentName
java.rmi.RemoteException
- on a communication errorjava.lang.String getBeanName(java.lang.String componentName) throws java.rmi.RemoteException
componentName
- the componentName
java.rmi.RemoteException
- on a communication errorvoid registerMBean(java.lang.String componentName) throws java.rmi.RemoteException
componentName
- the componentName
java.rmi.RemoteException
- on a communication errorvoid unregisterMBean(java.lang.String componentName) throws java.rmi.RemoteException
componentName
- the componentName
java.rmi.RemoteException
- on a communication errorvoid initialize(java.lang.String componentName, java.lang.String displayName) throws java.rmi.RemoteException
componentName
- the componentNamedisplayName
- the display name
java.rmi.RemoteException
- on a communication errorjava.lang.String getString(java.lang.String componentName, java.lang.String key, java.util.Locale locale) throws java.rmi.RemoteException
componentName
- the componentNamekey
- the keylocale
- the locale
java.rmi.RemoteException
- on a communication error
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |