org.jsesoft.mmbi
Class MMBIPassBack

java.lang.Object
  extended by org.jsesoft.mmbi.MMBIPassBack
All Implemented Interfaces:
PassBack

public class MMBIPassBack
extends java.lang.Object
implements PassBack

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

MMBIPassBack

public MMBIPassBack()
Method Detail

getMbean

public NamedModelMBean getMbean()
Gets mbean.

Returns:
the mbean

setMbean

public void setMbean(NamedModelMBean theMbean)
Sets mbean.

Parameters:
theMbean - the new mbean to set

getMbeanInfo

public javax.management.modelmbean.ModelMBeanInfo getMbeanInfo()
Gets mbeanInfo.

Returns:
the mbeanInfo

setMbeanInfo

public void setMbeanInfo(javax.management.modelmbean.ModelMBeanInfo theMbeanInfo)
Sets mbeanInfo.

Parameters:
theMbeanInfo - the new mbeanInfo to set

getBeanInfo

public java.beans.BeanInfo getBeanInfo()
Gets beanInfo.

Specified by:
getBeanInfo in interface PassBack
Returns:
the beanInfo

setBeanInfo

public void setBeanInfo(java.beans.BeanInfo theBeanInfo)
Sets beanInfo.

Specified by:
setBeanInfo in interface PassBack
Parameters:
theBeanInfo - the new beanInfo to set

getInspected

public java.lang.Class<?> getInspected()
Gets inspected.

Specified by:
getInspected in interface PassBack
Returns:
the inspected

setInspected

public void setInspected(java.lang.Class<?> theInspected)
Sets inspected.

Parameters:
theInspected - the new inspected to set

getSentinel

public java.lang.Class<?> getSentinel()
Gets sentinel.

Specified by:
getSentinel in interface PassBack
Returns:
the sentinel

setSentinel

public void setSentinel(java.lang.Class<?> theSentinel)
Sets sentinel.

Parameters:
theSentinel - the new sentinel to set

getInspectorFactory

public InspectorFactory getInspectorFactory()
Gets inspectorFactory.

Specified by:
getInspectorFactory in interface PassBack
Returns:
the inspectorFactory

setInspectorFactory

public void setInspectorFactory(InspectorFactory theInspectorFactory)
Sets inspectorFactory.

Parameters:
theInspectorFactory - the new inspectorFactory to set

getConstructorInfos

public java.util.Vector<javax.management.modelmbean.ModelMBeanConstructorInfo> getConstructorInfos()
Gets constructorInfos.

Returns:
the constructorInfos

setConstructorInfos

public void setConstructorInfos(java.util.Vector<javax.management.modelmbean.ModelMBeanConstructorInfo> theConstructorInfos)
Sets constructorInfos.

Parameters:
theConstructorInfos - the new constructorInfos to set

getOperationInfos

public java.util.Vector<javax.management.modelmbean.ModelMBeanOperationInfo> getOperationInfos()
Gets operationInfos.

Returns:
the operationInfos

setOperationInfos

public void setOperationInfos(java.util.Vector<javax.management.modelmbean.ModelMBeanOperationInfo> theOperationInfos)
Sets operationInfos.

Parameters:
theOperationInfos - the new operationInfos to set

getAttributeInfos

public java.util.Vector<javax.management.modelmbean.ModelMBeanAttributeInfo> getAttributeInfos()
Gets attributeInfos.

Returns:
the attributeInfos

setAttributeInfos

public void setAttributeInfos(java.util.Vector<javax.management.modelmbean.ModelMBeanAttributeInfo> theAttributeInfos)
Sets attributeInfos.

Parameters:
theAttributeInfos - the new attributeInfos to set

getNotificationInfos

public java.util.Vector<javax.management.modelmbean.ModelMBeanNotificationInfo> getNotificationInfos()
Gets notificationInfos.

Returns:
the notificationInfos

setNotificationInfos

public void setNotificationInfos(java.util.Vector<javax.management.modelmbean.ModelMBeanNotificationInfo> theNotificationInfos)
Sets notificationInfos.

Parameters:
theNotificationInfos - the new notificationInfos to set

getMbeanDescriptor

public javax.management.Descriptor getMbeanDescriptor()
Gets mbeanDescriptor.

Returns:
the mbeanDescriptor

setMbeanDescriptor

public void setMbeanDescriptor(javax.management.Descriptor theMbeanDescriptor)
Sets mbeanDescriptor.

Parameters:
theMbeanDescriptor - the new mbeanDescriptor to set


Copyright © 2010 JSESoft. All Rights Reserved.