|
Openwings API Documentation (v1.1) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface defines a policy which describes configurable
management parameters of a component that should be registered upon
initialization of the Manager:
MBeans
MBean User Interface Factories
MBeanAdapters
| Method Summary | |
java.lang.Class[] |
getMBeanAdapterClasses()
This method returns the MBeanAdapters to be used
by the Manager |
java.lang.Class[] |
getMBeanClasses()
This method returns the default MBeans to be created
by the Manager |
UserInterfaceFactory[] |
getUserInterfaceFactories()
This method returns the UserInterfaceFactorys that
correspond to the default MBeans |
void |
setMBeanAdapterClasses(java.lang.Class[] mBeanAdapterClasses)
This method sets the MBeanAdapters to be used
by the Manager |
void |
setMBeanClasses(java.lang.Class[] mBeanClasses)
This method sets the default MBeans to be created
by the Manager |
void |
setUserInterfaceFactories(UserInterfaceFactory[] userInterfaceFactories)
This method sets the UserInterfaceFactorys that correspond
to the default MBeans |
| Methods inherited from interface net.openwings.policy.Policy |
getDescription, getLastLoadURL, getName, getPolicyAttributes, getPolicyElements, isPolicyUpdated, loadPolicy, loadPolicy, savePolicy, savePolicy, savePolicy, setDescription, setName, setPolicyUpdated |
| Method Detail |
public void setMBeanClasses(java.lang.Class[] mBeanClasses)
MBeans to be created
by the Manager
mBeanClasses - array of classes representing the
MBeans to be createdpublic java.lang.Class[] getMBeanClasses()
MBeans to be created
by the Manager
MBeans to be createdpublic void setMBeanAdapterClasses(java.lang.Class[] mBeanAdapterClasses)
MBeanAdapters to be used
by the Manager
mBeanAdapterClasses - array of classes representing the
MBeanAdapters to be usedpublic java.lang.Class[] getMBeanAdapterClasses()
MBeanAdapters to be used
by the Manager
MBeanAdapters to be usedpublic void setUserInterfaceFactories(UserInterfaceFactory[] userInterfaceFactories)
UserInterfaceFactorys that correspond
to the default MBeans
public UserInterfaceFactory[] getUserInterfaceFactories()
UserInterfaceFactorys that
correspond to the default MBeans
UserInterfaceFactory objects
|
Openwings API Documentation (v1.1) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||