Skip navigation links

Oracle Communications Services Gatekeeper Java API Reference
5.0

E21717-02


Package com.bea.wlcp.wlng.api.management

Class Summary
MBeanManager This is a proxy class for mbean registration

This is example code how to register into the mbean manager:

mbean = new MyMBeanImpl(); MBeanManager.registerMBean(mbean, MyMBean.class.getName(), serviceContext.getName(), serviceContext.getName());

Note: The instanceName and the displayName in the example above are the same, but does not necessarily have to be so.

ObjectNameConstants Constants for the objectName Use LEVEL1_TYPE and LEVEL1_INSTANCE_NAME for level1 in the hierarchy Use similar format for subsequent levels
WLNGMBeanDelegate  

 

Exception Summary
DuplicateKeyException The operation resulted in a duplicate key exception.
InputManagementException This exception should be used when the 'user' has input a value that is faulty.
KeyNotFoundException The operation could not find the specified key.
ManagementException  

 


Skip navigation links

Oracle Communications Services Gatekeeper Java API Reference
5.0

E21717-02


Copyright © 2008, 2011, Oracle and/or its affiliates. All rights reserved.