com.adventnet.utils.jmx
Class XMLParseConfig

java.lang.Object
  |
  +--com.adventnet.utils.jmx.XMLParseConfig

class XMLParseConfig
extends java.lang.Object


Field Summary
(package private) static java.lang.String ATTRIBUTE
           
(package private) static java.lang.String ATTRIBUTE_COLUMN
           
(package private) static java.lang.String ATTRIBUTE_COLUMN_PROTOCOLMAP
           
(package private) static java.lang.String ATTRIBUTE_DESCRIPTORS
           
(package private) static java.lang.String ATTRIBUTE_PROTOCOLMAP
           
(package private)  java.util.Vector attributeDescrs
           
(package private)  ModelMBeanAttributeInfo[] attrInfoArray
           
(package private)  ModelMBeanConstructorInfo[] constrInfoArray
           
(package private)  java.util.Vector constructorDescrs
           
(package private)  java.lang.String fileName
           
(package private) static java.lang.String MBEAN_DESCRIPTOR
           
(package private)  Descriptor mbeanDescr
           
(package private) static java.lang.String NOTIFICATION
           
(package private) static java.lang.String NOTIFICATION_DESCRIPTORS
           
(package private)  java.util.Vector notificationDescrs
           
(package private)  ModelMBeanNotificationInfo[] notifInfoArray
           
(package private) static java.lang.String OPERATION
           
(package private) static java.lang.String OPERATION_DESCRIPTORS
           
(package private) static java.lang.String OPERATION_PARAM
           
(package private) static java.lang.String OPERATION_PARAMS
           
(package private)  java.util.Vector operationDescrs
           
(package private)  ModelMBeanOperationInfo[] operInfoArray
           
 
Constructor Summary
XMLParseConfig(java.io.InputStream is)
           
XMLParseConfig(java.lang.String fileName)
           
 
Method Summary
 ModelMBeanAttributeInfo[] getModelMBeanAttributeDescriptors()
           
 ModelMBeanConstructorInfo[] getModelMBeanConstructorDescriptors()
           
 Descriptor getModelMBeanDescriptor()
           
 ModelMBeanNotificationInfo[] getModelMBeanNotificationDescriptors()
           
 ModelMBeanOperationInfo[] getModelMBeanOperationDescriptors()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MBEAN_DESCRIPTOR

static java.lang.String MBEAN_DESCRIPTOR

ATTRIBUTE_DESCRIPTORS

static java.lang.String ATTRIBUTE_DESCRIPTORS

ATTRIBUTE

static java.lang.String ATTRIBUTE

ATTRIBUTE_PROTOCOLMAP

static java.lang.String ATTRIBUTE_PROTOCOLMAP

ATTRIBUTE_COLUMN

static java.lang.String ATTRIBUTE_COLUMN

ATTRIBUTE_COLUMN_PROTOCOLMAP

static java.lang.String ATTRIBUTE_COLUMN_PROTOCOLMAP

OPERATION_DESCRIPTORS

static java.lang.String OPERATION_DESCRIPTORS

OPERATION

static java.lang.String OPERATION

OPERATION_PARAMS

static java.lang.String OPERATION_PARAMS

OPERATION_PARAM

static java.lang.String OPERATION_PARAM

NOTIFICATION_DESCRIPTORS

static java.lang.String NOTIFICATION_DESCRIPTORS

NOTIFICATION

static java.lang.String NOTIFICATION

fileName

java.lang.String fileName

mbeanDescr

Descriptor mbeanDescr

attributeDescrs

java.util.Vector attributeDescrs

operationDescrs

java.util.Vector operationDescrs

notificationDescrs

java.util.Vector notificationDescrs

constructorDescrs

java.util.Vector constructorDescrs

attrInfoArray

ModelMBeanAttributeInfo[] attrInfoArray

operInfoArray

ModelMBeanOperationInfo[] operInfoArray

notifInfoArray

ModelMBeanNotificationInfo[] notifInfoArray

constrInfoArray

ModelMBeanConstructorInfo[] constrInfoArray
Constructor Detail

XMLParseConfig

public XMLParseConfig(java.io.InputStream is)
               throws java.lang.Exception

XMLParseConfig

public XMLParseConfig(java.lang.String fileName)
               throws java.lang.Exception
Method Detail

getModelMBeanDescriptor

public Descriptor getModelMBeanDescriptor()

getModelMBeanAttributeDescriptors

public ModelMBeanAttributeInfo[] getModelMBeanAttributeDescriptors()

getModelMBeanOperationDescriptors

public ModelMBeanOperationInfo[] getModelMBeanOperationDescriptors()

getModelMBeanNotificationDescriptors

public ModelMBeanNotificationInfo[] getModelMBeanNotificationDescriptors()

getModelMBeanConstructorDescriptors

public ModelMBeanConstructorInfo[] getModelMBeanConstructorDescriptors()

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception