|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jsesoft.mmbi.MMBIPassBack
public class MMBIPassBack
Provides passback structure for MMBI.
Constructor Summary | |
---|---|
MMBIPassBack()
|
Method Summary | |
---|---|
java.util.Vector<javax.management.modelmbean.ModelMBeanAttributeInfo> |
getAttributeInfos()
Gets attributeInfos. |
java.beans.BeanInfo |
getBeanInfo()
Gets beanInfo. |
java.util.Vector<javax.management.modelmbean.ModelMBeanConstructorInfo> |
getConstructorInfos()
Gets constructorInfos. |
java.lang.Class<?> |
getInspected()
Gets inspected. |
InspectorFactory |
getInspectorFactory()
Gets inspectorFactory. |
NamedModelMBean |
getMbean()
Gets mbean. |
javax.management.Descriptor |
getMbeanDescriptor()
Gets mbeanDescriptor. |
javax.management.modelmbean.ModelMBeanInfo |
getMbeanInfo()
Gets mbeanInfo. |
java.util.Vector<javax.management.modelmbean.ModelMBeanNotificationInfo> |
getNotificationInfos()
Gets notificationInfos. |
java.util.Vector<javax.management.modelmbean.ModelMBeanOperationInfo> |
getOperationInfos()
Gets operationInfos. |
java.lang.Class<?> |
getSentinel()
Gets sentinel. |
void |
setAttributeInfos(java.util.Vector<javax.management.modelmbean.ModelMBeanAttributeInfo> theAttributeInfos)
Sets attributeInfos. |
void |
setBeanInfo(java.beans.BeanInfo theBeanInfo)
Sets beanInfo. |
void |
setConstructorInfos(java.util.Vector<javax.management.modelmbean.ModelMBeanConstructorInfo> theConstructorInfos)
Sets constructorInfos. |
void |
setInspected(java.lang.Class<?> theInspected)
Sets inspected. |
void |
setInspectorFactory(InspectorFactory theInspectorFactory)
Sets inspectorFactory. |
void |
setMbean(NamedModelMBean theMbean)
Sets mbean. |
void |
setMbeanDescriptor(javax.management.Descriptor theMbeanDescriptor)
Sets mbeanDescriptor. |
void |
setMbeanInfo(javax.management.modelmbean.ModelMBeanInfo theMbeanInfo)
Sets mbeanInfo. |
void |
setNotificationInfos(java.util.Vector<javax.management.modelmbean.ModelMBeanNotificationInfo> theNotificationInfos)
Sets notificationInfos. |
void |
setOperationInfos(java.util.Vector<javax.management.modelmbean.ModelMBeanOperationInfo> theOperationInfos)
Sets operationInfos. |
void |
setSentinel(java.lang.Class<?> theSentinel)
Sets sentinel. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MMBIPassBack()
Method Detail |
---|
public NamedModelMBean getMbean()
public void setMbean(NamedModelMBean theMbean)
theMbean
- the new mbean to setpublic javax.management.modelmbean.ModelMBeanInfo getMbeanInfo()
public void setMbeanInfo(javax.management.modelmbean.ModelMBeanInfo theMbeanInfo)
theMbeanInfo
- the new mbeanInfo to setpublic java.beans.BeanInfo getBeanInfo()
getBeanInfo
in interface PassBack
public void setBeanInfo(java.beans.BeanInfo theBeanInfo)
setBeanInfo
in interface PassBack
theBeanInfo
- the new beanInfo to setpublic java.lang.Class<?> getInspected()
getInspected
in interface PassBack
public void setInspected(java.lang.Class<?> theInspected)
theInspected
- the new inspected to setpublic java.lang.Class<?> getSentinel()
getSentinel
in interface PassBack
public void setSentinel(java.lang.Class<?> theSentinel)
theSentinel
- the new sentinel to setpublic InspectorFactory getInspectorFactory()
getInspectorFactory
in interface PassBack
public void setInspectorFactory(InspectorFactory theInspectorFactory)
theInspectorFactory
- the new inspectorFactory to setpublic java.util.Vector<javax.management.modelmbean.ModelMBeanConstructorInfo> getConstructorInfos()
public void setConstructorInfos(java.util.Vector<javax.management.modelmbean.ModelMBeanConstructorInfo> theConstructorInfos)
theConstructorInfos
- the new constructorInfos to setpublic java.util.Vector<javax.management.modelmbean.ModelMBeanOperationInfo> getOperationInfos()
public void setOperationInfos(java.util.Vector<javax.management.modelmbean.ModelMBeanOperationInfo> theOperationInfos)
theOperationInfos
- the new operationInfos to setpublic java.util.Vector<javax.management.modelmbean.ModelMBeanAttributeInfo> getAttributeInfos()
public void setAttributeInfos(java.util.Vector<javax.management.modelmbean.ModelMBeanAttributeInfo> theAttributeInfos)
theAttributeInfos
- the new attributeInfos to setpublic java.util.Vector<javax.management.modelmbean.ModelMBeanNotificationInfo> getNotificationInfos()
public void setNotificationInfos(java.util.Vector<javax.management.modelmbean.ModelMBeanNotificationInfo> theNotificationInfos)
theNotificationInfos
- the new notificationInfos to setpublic javax.management.Descriptor getMbeanDescriptor()
public void setMbeanDescriptor(javax.management.Descriptor theMbeanDescriptor)
theMbeanDescriptor
- the new mbeanDescriptor to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |