Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A C D E F G I J L M P R S T W X

A

addAttributeChangeNotificationListener(NotificationListener, String, Object) - Method in interface javax.management.modelmbean.ModelMBeanNotificationBroadcaster
 
addAttributeChangeNotificationListener(NotificationListener, String, Object) - Method in class javax.management.modelmbean.RequiredModelMBean
 
addDefaultMBeanDescriptorFields(Descriptor) - Method in class javax.management.modelmbean.ModelMBeanInfoSupport
 
addNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class javax.management.modelmbean.RequiredModelMBean
 

C

clone() - Method in class javax.management.modelmbean.DescriptorSupport
 
clone() - Method in class javax.management.modelmbean.ModelMBeanAttributeInfo
Creates a copy of this object.
clone() - Method in class javax.management.modelmbean.ModelMBeanConstructorInfo
 
clone() - Method in interface javax.management.modelmbean.ModelMBeanInfo
 
clone() - Method in class javax.management.modelmbean.ModelMBeanInfoSupport
 
clone() - Method in class javax.management.modelmbean.ModelMBeanNotificationInfo
 
clone() - Method in class javax.management.modelmbean.ModelMBeanOperationInfo
Creates a copy of this object.
createDefaultDescriptor() - Method in class javax.management.modelmbean.ModelMBeanAttributeInfo
Creates a default descriptor with "name" field set to this attributes name, "descriptorType" field set to "attribute" and "currencyTimeLimit" set to -1 (always cache attributes).
createDefaultDescriptor() - Method in class javax.management.modelmbean.ModelMBeanConstructorInfo
 
createDefaultDescriptor(String) - Method in class javax.management.modelmbean.ModelMBeanInfoSupport
 
createDefaultDescriptor() - Method in class javax.management.modelmbean.ModelMBeanNotificationInfo
 
createDefaultDescriptor() - Method in class javax.management.modelmbean.ModelMBeanOperationInfo
 

D

DescriptorSupport - class javax.management.modelmbean.DescriptorSupport.
Support class for creating descriptors.
DescriptorSupport() - Constructor for class javax.management.modelmbean.DescriptorSupport
Default constructor.
DescriptorSupport(int) - Constructor for class javax.management.modelmbean.DescriptorSupport
Creates descriptor instance with a given initial size.
DescriptorSupport(DescriptorSupport) - Constructor for class javax.management.modelmbean.DescriptorSupport
Copy constructor.
DescriptorSupport(String[], Object[]) - Constructor for class javax.management.modelmbean.DescriptorSupport
Creates descriptor instance with given field names and values.if both field names and field values array contain a null reference or empty arrays, an empty descriptor is created.
DescriptorSupport(String[]) - Constructor for class javax.management.modelmbean.DescriptorSupport
 
delegate - Variable in class javax.management.modelmbean.RequiredModelMBean
 
descriptor - Variable in class javax.management.modelmbean.ModelMBeanAttributeInfo
The descriptor associated with this attribute.
descriptor - Variable in class javax.management.modelmbean.ModelMBeanConstructorInfo
The descriptor associated with this constructor.
descriptor - Variable in class javax.management.modelmbean.ModelMBeanNotificationInfo
 
descriptor - Variable in class javax.management.modelmbean.ModelMBeanOperationInfo
The descriptor associated with this operation.

E

exception - Variable in class javax.management.modelmbean.InvalidTargetObjectTypeException
 

F

fieldMap - Variable in class javax.management.modelmbean.DescriptorSupport
Map for the descriptor field -> value.

G

getAttribute(String) - Method in interface javax.management.modelmbean.ModelMBeanInfo
 
getAttribute(String) - Method in class javax.management.modelmbean.ModelMBeanInfoSupport
 
getAttribute(String) - Method in class javax.management.modelmbean.RequiredModelMBean
 
getAttributeDescriptors() - Method in class javax.management.modelmbean.ModelMBeanInfoSupport
 
getAttributes() - Method in interface javax.management.modelmbean.ModelMBeanInfo
 
getAttributes() - Method in class javax.management.modelmbean.ModelMBeanInfoSupport
 
getAttributes(String[]) - Method in class javax.management.modelmbean.RequiredModelMBean
 
getClassName() - Method in interface javax.management.modelmbean.ModelMBeanInfo
 
getConstructor(String) - Method in class javax.management.modelmbean.ModelMBeanInfoSupport
 
getConstructorDescriptors() - Method in class javax.management.modelmbean.ModelMBeanInfoSupport
 
getConstructors() - Method in interface javax.management.modelmbean.ModelMBeanInfo
 
getConstructors() - Method in class javax.management.modelmbean.ModelMBeanInfoSupport
 
getDescription() - Method in interface javax.management.modelmbean.ModelMBeanInfo
 
getDescriptor() - Method in class javax.management.modelmbean.ModelMBeanAttributeInfo
Returns a copy of the descriptor associated with this attribute.
getDescriptor() - Method in class javax.management.modelmbean.ModelMBeanConstructorInfo
Returns a copy of the descriptor associated with this constructor.
getDescriptor(String, String) - Method in interface javax.management.modelmbean.ModelMBeanInfo
 
getDescriptor(String, String) - Method in class javax.management.modelmbean.ModelMBeanInfoSupport
Returns a descriptor of a management interface element matching the given name and type.
getDescriptor(String) - Method in class javax.management.modelmbean.ModelMBeanInfoSupport
Deprecated. use ModelMBeanInfoSupport.getDescriptor(String, String) 55 instead.
getDescriptor() - Method in class javax.management.modelmbean.ModelMBeanNotificationInfo
 
getDescriptor() - Method in class javax.management.modelmbean.ModelMBeanOperationInfo
Returns a copy of the descriptor associated with this operation.
getDescriptors(String) - Method in interface javax.management.modelmbean.ModelMBeanInfo
 
getDescriptors(String) - Method in class javax.management.modelmbean.ModelMBeanInfoSupport
Returns the descriptors of an Model MBean for a given management interface element type.
getFieldNames() - Method in class javax.management.modelmbean.DescriptorSupport
 
getFieldValue(String) - Method in class javax.management.modelmbean.DescriptorSupport
 
getFieldValues(String[]) - Method in class javax.management.modelmbean.DescriptorSupport
 
getFields() - Method in class javax.management.modelmbean.DescriptorSupport
 
getImpactString() - Method in class javax.management.modelmbean.ModelMBeanOperationInfo
 
getMBeanDescriptor() - Method in interface javax.management.modelmbean.ModelMBeanInfo
 
getMBeanDescriptor() - Method in class javax.management.modelmbean.ModelMBeanInfoSupport
 
getMBeanInfo() - Method in class javax.management.modelmbean.RequiredModelMBean
 
getNotification(String) - Method in interface javax.management.modelmbean.ModelMBeanInfo
 
getNotification(String) - Method in class javax.management.modelmbean.ModelMBeanInfoSupport
 
getNotificationDescriptors() - Method in class javax.management.modelmbean.ModelMBeanInfoSupport
 
getNotificationInfo() - Method in class javax.management.modelmbean.RequiredModelMBean
 
getNotifications() - Method in interface javax.management.modelmbean.ModelMBeanInfo
 
getNotifications() - Method in class javax.management.modelmbean.ModelMBeanInfoSupport
 
getOperation(String) - Method in interface javax.management.modelmbean.ModelMBeanInfo
 
getOperation(String) - Method in class javax.management.modelmbean.ModelMBeanInfoSupport
 
getOperationDescriptors() - Method in class javax.management.modelmbean.ModelMBeanInfoSupport
 
getOperations() - Method in interface javax.management.modelmbean.ModelMBeanInfo
 
getOperations() - Method in class javax.management.modelmbean.ModelMBeanInfoSupport
 
getSignatureString() - Method in class javax.management.modelmbean.ModelMBeanOperationInfo
 

I

InvalidTargetObjectTypeException - exception javax.management.modelmbean.InvalidTargetObjectTypeException.
Thrown when unrecognizable target object type is set to a Model MBean instance
InvalidTargetObjectTypeException() - Constructor for class javax.management.modelmbean.InvalidTargetObjectTypeException
 
InvalidTargetObjectTypeException(String) - Constructor for class javax.management.modelmbean.InvalidTargetObjectTypeException
 
InvalidTargetObjectTypeException(Exception, String) - Constructor for class javax.management.modelmbean.InvalidTargetObjectTypeException
 
invoke(String, Object[], String[]) - Method in class javax.management.modelmbean.RequiredModelMBean
 
isValid() - Method in class javax.management.modelmbean.DescriptorSupport
 

J

javax.management.modelmbean - package javax.management.modelmbean
 

L

load() - Method in class javax.management.modelmbean.RequiredModelMBean
 
log - Static variable in class javax.management.modelmbean.ModelMBeanAttributeInfo
 

M

ModelMBean - interface javax.management.modelmbean.ModelMBean.
Defines Model MBean.
ModelMBeanAttributeInfo - class javax.management.modelmbean.ModelMBeanAttributeInfo.
Represents a Model MBean's management attribute.
ModelMBeanAttributeInfo(String, String, Method, Method) - Constructor for class javax.management.modelmbean.ModelMBeanAttributeInfo
Creates a new attribute info with a default descriptor.
ModelMBeanAttributeInfo(String, String, Method, Method, Descriptor) - Constructor for class javax.management.modelmbean.ModelMBeanAttributeInfo
Creates a new attribute info object.
ModelMBeanAttributeInfo(String, String, String, boolean, boolean, boolean) - Constructor for class javax.management.modelmbean.ModelMBeanAttributeInfo
Creates a new attribute info object with a default descriptor.
ModelMBeanAttributeInfo(String, String, String, boolean, boolean, boolean, Descriptor) - Constructor for class javax.management.modelmbean.ModelMBeanAttributeInfo
Creates a new attribute info object with a given descriptor.
ModelMBeanAttributeInfo(ModelMBeanAttributeInfo) - Constructor for class javax.management.modelmbean.ModelMBeanAttributeInfo
Copy constructor.
ModelMBeanConstructorInfo - class javax.management.modelmbean.ModelMBeanConstructorInfo.
Represents constructor.
ModelMBeanConstructorInfo(String, Constructor) - Constructor for class javax.management.modelmbean.ModelMBeanConstructorInfo
Creates a new constructor info with a default descriptor.
ModelMBeanConstructorInfo(String, Constructor, Descriptor) - Constructor for class javax.management.modelmbean.ModelMBeanConstructorInfo
Creates a new constructor info with a given descriptor.
ModelMBeanConstructorInfo(String, String, MBeanParameterInfo[]) - Constructor for class javax.management.modelmbean.ModelMBeanConstructorInfo
Creates a new constructor info with default descriptor.
ModelMBeanConstructorInfo(String, String, MBeanParameterInfo[], Descriptor) - Constructor for class javax.management.modelmbean.ModelMBeanConstructorInfo
Creates a new constructor info with a given descriptor.
ModelMBeanInfo - interface javax.management.modelmbean.ModelMBeanInfo.
 
ModelMBeanInfoSupport - class javax.management.modelmbean.ModelMBeanInfoSupport.
Support class for ModelMBeanInfo interface.
ModelMBeanInfoSupport(ModelMBeanInfo) - Constructor for class javax.management.modelmbean.ModelMBeanInfoSupport
Copy constructor for Model MBean info.
ModelMBeanInfoSupport(String, String, ModelMBeanAttributeInfo[], ModelMBeanConstructorInfo[], ModelMBeanOperationInfo[], ModelMBeanNotificationInfo[]) - Constructor for class javax.management.modelmbean.ModelMBeanInfoSupport
Creates an instance of Model MBean info implementation based on the given values.
ModelMBeanInfoSupport(String, String, ModelMBeanAttributeInfo[], ModelMBeanConstructorInfo[], ModelMBeanOperationInfo[], ModelMBeanNotificationInfo[], Descriptor) - Constructor for class javax.management.modelmbean.ModelMBeanInfoSupport
Creates an instance of Model MBean info implementation based on the given values and descriptor.
ModelMBeanNotificationBroadcaster - interface javax.management.modelmbean.ModelMBeanNotificationBroadcaster.
 
ModelMBeanNotificationInfo - class javax.management.modelmbean.ModelMBeanNotificationInfo.
Represents a notification in a Model MBean's management interface.
ModelMBeanNotificationInfo(String[], String, String) - Constructor for class javax.management.modelmbean.ModelMBeanNotificationInfo
 
ModelMBeanNotificationInfo(String[], String, String, Descriptor) - Constructor for class javax.management.modelmbean.ModelMBeanNotificationInfo
 
ModelMBeanNotificationInfo(ModelMBeanNotificationInfo) - Constructor for class javax.management.modelmbean.ModelMBeanNotificationInfo
 
ModelMBeanOperationInfo - class javax.management.modelmbean.ModelMBeanOperationInfo.
Represents Model MBean operation.
ModelMBeanOperationInfo(String, Method) - Constructor for class javax.management.modelmbean.ModelMBeanOperationInfo
Creates a new operation info with a default descriptor.
ModelMBeanOperationInfo(String, Method, Descriptor) - Constructor for class javax.management.modelmbean.ModelMBeanOperationInfo
Creates a new operation info with a given descriptor.
ModelMBeanOperationInfo(String, String, MBeanParameterInfo[], String, int) - Constructor for class javax.management.modelmbean.ModelMBeanOperationInfo
Creates a new operation info with a default descriptor.
ModelMBeanOperationInfo(String, String, MBeanParameterInfo[], String, int, Descriptor) - Constructor for class javax.management.modelmbean.ModelMBeanOperationInfo
Creates a new operation info with a given descriptor.
ModelMBeanOperationInfo(ModelMBeanOperationInfo) - Constructor for class javax.management.modelmbean.ModelMBeanOperationInfo
Copy constructor.
mbeanDescriptor - Variable in class javax.management.modelmbean.ModelMBeanInfoSupport
MBean descriptor for this Model MBean.

P

postDeregister() - Method in class javax.management.modelmbean.RequiredModelMBean
 
postRegister(Boolean) - Method in class javax.management.modelmbean.RequiredModelMBean
 
preDeregister() - Method in class javax.management.modelmbean.RequiredModelMBean
 
preRegister(MBeanServer, ObjectName) - Method in class javax.management.modelmbean.RequiredModelMBean
 

R

RequiredModelMBean - class javax.management.modelmbean.RequiredModelMBean.
Mandatory Model MBean implementation.
RequiredModelMBean() - Constructor for class javax.management.modelmbean.RequiredModelMBean
 
RequiredModelMBean(ModelMBeanInfo) - Constructor for class javax.management.modelmbean.RequiredModelMBean
 
readObject(ObjectInputStream) - Method in class javax.management.modelmbean.DescriptorSupport
 
readObject(ObjectInputStream) - Method in class javax.management.modelmbean.InvalidTargetObjectTypeException
 
readObject(ObjectInputStream) - Method in class javax.management.modelmbean.ModelMBeanAttributeInfo
 
readObject(ObjectInputStream) - Method in class javax.management.modelmbean.ModelMBeanConstructorInfo
 
readObject(ObjectInputStream) - Method in class javax.management.modelmbean.ModelMBeanInfoSupport
 
readObject(ObjectInputStream) - Method in class javax.management.modelmbean.ModelMBeanNotificationInfo
 
readObject(ObjectInputStream) - Method in class javax.management.modelmbean.ModelMBeanOperationInfo
 
readObject(ObjectInputStream) - Method in class javax.management.modelmbean.XMLParseException
 
registrationInterface - Variable in class javax.management.modelmbean.RequiredModelMBean
 
removeAttributeChangeNotificationListener(NotificationListener, String) - Method in interface javax.management.modelmbean.ModelMBeanNotificationBroadcaster
 
removeAttributeChangeNotificationListener(NotificationListener, String) - Method in class javax.management.modelmbean.RequiredModelMBean
 
removeField(String) - Method in class javax.management.modelmbean.DescriptorSupport
 
removeNotificationListener(NotificationListener) - Method in class javax.management.modelmbean.RequiredModelMBean
 

S

sendAttributeChangeNotification(AttributeChangeNotification) - Method in interface javax.management.modelmbean.ModelMBeanNotificationBroadcaster
 
sendAttributeChangeNotification(Attribute, Attribute) - Method in interface javax.management.modelmbean.ModelMBeanNotificationBroadcaster
 
sendAttributeChangeNotification(AttributeChangeNotification) - Method in class javax.management.modelmbean.RequiredModelMBean
 
sendAttributeChangeNotification(Attribute, Attribute) - Method in class javax.management.modelmbean.RequiredModelMBean
 
sendNotification(Notification) - Method in interface javax.management.modelmbean.ModelMBeanNotificationBroadcaster
 
sendNotification(String) - Method in interface javax.management.modelmbean.ModelMBeanNotificationBroadcaster
 
sendNotification(Notification) - Method in class javax.management.modelmbean.RequiredModelMBean
 
sendNotification(String) - Method in class javax.management.modelmbean.RequiredModelMBean
 
serialPersistentFields - Static variable in class javax.management.modelmbean.DescriptorSupport
 
serialPersistentFields - Static variable in class javax.management.modelmbean.InvalidTargetObjectTypeException
 
serialPersistentFields - Static variable in class javax.management.modelmbean.ModelMBeanAttributeInfo
 
serialPersistentFields - Static variable in class javax.management.modelmbean.ModelMBeanConstructorInfo
 
serialPersistentFields - Static variable in class javax.management.modelmbean.ModelMBeanInfoSupport
 
serialPersistentFields - Static variable in class javax.management.modelmbean.ModelMBeanNotificationInfo
 
serialPersistentFields - Static variable in class javax.management.modelmbean.ModelMBeanOperationInfo
 
serialPersistentFields - Static variable in class javax.management.modelmbean.XMLParseException
 
serialVersionUID - Static variable in class javax.management.modelmbean.DescriptorSupport
 
serialVersionUID - Static variable in class javax.management.modelmbean.InvalidTargetObjectTypeException
 
serialVersionUID - Static variable in class javax.management.modelmbean.ModelMBeanAttributeInfo
 
serialVersionUID - Static variable in class javax.management.modelmbean.ModelMBeanConstructorInfo
 
serialVersionUID - Static variable in class javax.management.modelmbean.ModelMBeanInfoSupport
 
serialVersionUID - Static variable in class javax.management.modelmbean.ModelMBeanNotificationInfo
 
serialVersionUID - Static variable in class javax.management.modelmbean.ModelMBeanOperationInfo
 
serialVersionUID - Static variable in class javax.management.modelmbean.XMLParseException
 
setAttribute(Attribute) - Method in class javax.management.modelmbean.RequiredModelMBean
 
setAttributes(AttributeList) - Method in class javax.management.modelmbean.RequiredModelMBean
 
setDescriptor(Descriptor) - Method in class javax.management.modelmbean.ModelMBeanAttributeInfo
Replaces the descriptor associated with this attribute.
setDescriptor(Descriptor) - Method in class javax.management.modelmbean.ModelMBeanConstructorInfo
Replaces the descriptor associated with this constructor.
setDescriptor(Descriptor, String) - Method in interface javax.management.modelmbean.ModelMBeanInfo
 
setDescriptor(Descriptor, String) - Method in class javax.management.modelmbean.ModelMBeanInfoSupport
Adds or replaces the descriptor in this Model MBean.
setDescriptor(Descriptor) - Method in class javax.management.modelmbean.ModelMBeanNotificationInfo
 
setDescriptor(Descriptor) - Method in class javax.management.modelmbean.ModelMBeanOperationInfo
Replaces the descriptor associated with this operation.
setDescriptors(Descriptor[]) - Method in interface javax.management.modelmbean.ModelMBeanInfo
 
setDescriptors(Descriptor[]) - Method in class javax.management.modelmbean.ModelMBeanInfoSupport
Adds or replaces the descriptors in this Model MBean.
setField(String, Object) - Method in class javax.management.modelmbean.DescriptorSupport
 
setFields(String[], Object[]) - Method in class javax.management.modelmbean.DescriptorSupport
 
setMBeanDescriptor(Descriptor) - Method in interface javax.management.modelmbean.ModelMBeanInfo
 
setMBeanDescriptor(Descriptor) - Method in class javax.management.modelmbean.ModelMBeanInfoSupport
 
setManagedResource(Object, String) - Method in interface javax.management.modelmbean.ModelMBean
 
setManagedResource(Object, String) - Method in class javax.management.modelmbean.RequiredModelMBean
 
setModelMBeanInfo(ModelMBeanInfo) - Method in interface javax.management.modelmbean.ModelMBean
 
setModelMBeanInfo(ModelMBeanInfo) - Method in class javax.management.modelmbean.RequiredModelMBean
 
store() - Method in class javax.management.modelmbean.RequiredModelMBean
 

T

toString() - Method in class javax.management.modelmbean.DescriptorSupport
 
toString() - Method in class javax.management.modelmbean.InvalidTargetObjectTypeException
Returns a string representation of this exception.
toString() - Method in class javax.management.modelmbean.ModelMBeanAttributeInfo
Returns a string representation of this Model MBean attribute info object.
toString() - Method in class javax.management.modelmbean.ModelMBeanConstructorInfo
 
toString() - Method in class javax.management.modelmbean.ModelMBeanNotificationInfo
 
toString() - Method in class javax.management.modelmbean.ModelMBeanOperationInfo
Returns a string representation of this Model MBean operation info object.

W

writeObject(ObjectOutputStream) - Method in class javax.management.modelmbean.DescriptorSupport
 
writeObject(ObjectOutputStream) - Method in class javax.management.modelmbean.InvalidTargetObjectTypeException
 
writeObject(ObjectOutputStream) - Method in class javax.management.modelmbean.ModelMBeanAttributeInfo
 
writeObject(ObjectOutputStream) - Method in class javax.management.modelmbean.ModelMBeanConstructorInfo
 
writeObject(ObjectOutputStream) - Method in class javax.management.modelmbean.ModelMBeanInfoSupport
 
writeObject(ObjectOutputStream) - Method in class javax.management.modelmbean.ModelMBeanNotificationInfo
 
writeObject(ObjectOutputStream) - Method in class javax.management.modelmbean.ModelMBeanOperationInfo
 
writeObject(ObjectOutputStream) - Method in class javax.management.modelmbean.XMLParseException
 

X

XMLParseException - exception javax.management.modelmbean.XMLParseException.
Exceptions related to XML handling.
XMLParseException() - Constructor for class javax.management.modelmbean.XMLParseException
 
XMLParseException(String) - Constructor for class javax.management.modelmbean.XMLParseException
 
XMLParseException(Exception, String) - Constructor for class javax.management.modelmbean.XMLParseException
 

A C D E F G I J L M P R S T W X