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

Quick Search    Search Deep
A B C D E F G H I J K L M N O P Q R S T U V W

A

ACTION - Static variable in class javax.management.MBeanOperationInfo
Management operation impact: ACTION.
ACTION_INFO - Static variable in class javax.management.MBeanOperationInfo
Management operation impact: ACTION_INFO.
ATTRIBUTE_CHANGE - Static variable in class javax.management.AttributeChangeNotification
The AttributeChangeNotification notification type.
AndQueryExp - class javax.management.AndQueryExp.
An And Query Expression.
AndQueryExp(QueryExp, QueryExp) - Constructor for class javax.management.AndQueryExp
Create a new AND query Expression
AnySubStringQueryExp - class javax.management.AnySubStringQueryExp.
An Any Substring Query Expression.
AnySubStringQueryExp(AttributeValueExp, StringValueExp) - Constructor for class javax.management.AnySubStringQueryExp
Construct a new Any Substring query expression
Attribute - class javax.management.Attribute.
Represents an MBean attribute, having the name and the assigned value.
Attribute(String, Object) - Constructor for class javax.management.Attribute
Create the attribute with the given name and value.
AttributeChangeNotification - class javax.management.AttributeChangeNotification.
This is the mandated object for sending notifications of attribute changes.
AttributeChangeNotification(Object, long, long, String, String, String, Object, Object) - Constructor for class javax.management.AttributeChangeNotification
Contruct a new attribute change notification.
AttributeChangeNotificationFilter - class javax.management.AttributeChangeNotificationFilter.
Notification filter support for attribute change notifications.
AttributeChangeNotificationFilter() - Constructor for class javax.management.AttributeChangeNotificationFilter
Constructs an attribute change notification filter.
AttributeList - class javax.management.AttributeList.
A list of a MBean attributes.
AttributeList() - Constructor for class javax.management.AttributeList
Contruct a new empty attribute list.
AttributeList(int) - Constructor for class javax.management.AttributeList
Contruct a new empty attriute list with an initial capacity.
AttributeList(AttributeList) - Constructor for class javax.management.AttributeList
Contruct a new attribute from another attribute list.
AttributeNotFoundException - exception javax.management.AttributeNotFoundException.
Thrown when the attribute does not exist or cannot be retrieved.
AttributeNotFoundException() - Constructor for class javax.management.AttributeNotFoundException
Construct a new AttributeNotFoundException with no message.
AttributeNotFoundException(String) - Constructor for class javax.management.AttributeNotFoundException
Construct a new AttributeNotFoundException with the given message.
AttributeValueExp - class javax.management.AttributeValueExp.
A String that is an arguement to a query.
AttributeValueExp() - Constructor for class javax.management.AttributeValueExp
Construct an attribute value expression for the null attribute name
AttributeValueExp(String) - Constructor for class javax.management.AttributeValueExp
Construct an attribute value expression for the passed attribute name
add(Attribute) - Method in class javax.management.AttributeList
Append an Attribute to the list.
add(int, Attribute) - Method in class javax.management.AttributeList
Insert a new Attribute into the list at the specified location.
addAll(AttributeList) - Method in class javax.management.AttributeList
Append the attributes the passed list to the end of this list.
addAll(int, AttributeList) - Method in class javax.management.AttributeList
Insert all the attributes in the passed list at the specified location in this list.
addNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object) - Method in interface javax.management.MBeanServer
 
addNotificationListener(ObjectName, ObjectName, NotificationFilter, Object) - Method in interface javax.management.MBeanServer
 
addNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class javax.management.MBeanServerDelegate
 
addNotificationListener(NotificationListener, NotificationFilter, Object) - Method in interface javax.management.NotificationBroadcaster
 
addNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class javax.management.NotificationBroadcasterSupport
 
agentID - Variable in class javax.management.MBeanServerDelegate
 
and(QueryExp, QueryExp) - Static method in class javax.management.Query
And Query expression.
anySubString(AttributeValueExp, StringValueExp) - Static method in class javax.management.Query
Tests an attribute contains a string as a subset.
apply(ObjectName) - Method in class javax.management.AndQueryExp
 
apply(ObjectName) - Method in class javax.management.AnySubStringQueryExp
 
apply(ObjectName) - Method in class javax.management.AttributeValueExp
 
apply(ObjectName) - Method in class javax.management.BetweenQueryExp
 
apply(ObjectName) - Method in class javax.management.BinaryComparisonQueryExp
 
apply(ObjectName) - Method in class javax.management.BinaryOpValueExp
 
apply(ObjectName) - Method in class javax.management.ClassAttributeValueExp
 
apply(ObjectName) - Method in class javax.management.FinalSubStringQueryExp
 
apply(ObjectName) - Method in class javax.management.InQueryExp
 
apply(ObjectName) - Method in class javax.management.InitialSubStringQueryExp
 
apply(ObjectName) - Method in class javax.management.MatchQueryExp
 
apply(ObjectName) - Method in class javax.management.NotQueryExp
 
apply(ObjectName) - Method in class javax.management.OrQueryExp
 
apply(ObjectName) - Method in class javax.management.QualifiedAttributeValueExp
 
apply(ObjectName) - Method in interface javax.management.QueryExp
Apply this query expression to an MBean.
apply(ObjectName) - Method in class javax.management.QueryExpSupport
 
apply(ObjectName) - Method in interface javax.management.ValueExp
Apply this value expression to an MBean.
apply(ObjectName) - Method in class javax.management.ValueExpSupport
 
attr - Variable in class javax.management.AnySubStringQueryExp
The attribute to test
attr - Variable in class javax.management.AttributeValueExp
The attribute name
attr - Variable in class javax.management.FinalSubStringQueryExp
The attribute to test
attr - Variable in class javax.management.InitialSubStringQueryExp
The attribute to test
attr - Variable in class javax.management.MatchQueryExp
The attribute to test
attr(String) - Static method in class javax.management.Query
An attribute expression
attr(String, String) - Static method in class javax.management.Query
An attribute expression restricted to a specific class
attributeName - Variable in class javax.management.AttributeChangeNotification
The name of the attribute.
attributeType - Variable in class javax.management.AttributeChangeNotification
The type of the attribute.
attributeType - Variable in class javax.management.MBeanAttributeInfo
Attribute type string.
attributes - Variable in class javax.management.AttributeChangeNotificationFilter
 
attributes - Variable in class javax.management.MBeanInfo
 

B

BadAttributeValueExpException - exception javax.management.BadAttributeValueExpException.
Thrown when an invalid attribute value is passed to a query construction method.
BadAttributeValueExpException(Object) - Constructor for class javax.management.BadAttributeValueExpException
Construct a new BadAttributeValueExpException with the given value.
BadBinaryOpValueExpException - exception javax.management.BadBinaryOpValueExpException.
Thrown when an invalid expression is passed to a query construction method.
BadBinaryOpValueExpException(ValueExp) - Constructor for class javax.management.BadBinaryOpValueExpException
Construct a new BadBinaryValueExpException with the given expression.
BadStringOperationException - exception javax.management.BadStringOperationException.
Thrown when an invalid string operation is passed to a query construction method.
BadStringOperationException(String) - Constructor for class javax.management.BadStringOperationException
Construct a new BadStringOperationException with the given operation.
BetweenQueryExp - class javax.management.BetweenQueryExp.
A Between Query Expression.
BetweenQueryExp(ValueExp, ValueExp, ValueExp) - Constructor for class javax.management.BetweenQueryExp
Create a new BETWEEN query Expression
BinaryComparisonQueryExp - class javax.management.BinaryComparisonQueryExp.
A Binary Comparison query.
BinaryComparisonQueryExp(int, ValueExp, ValueExp) - Constructor for class javax.management.BinaryComparisonQueryExp
Construct a binary comparison query
BinaryOpValueExp - class javax.management.BinaryOpValueExp.
A Binary Operation that is an arguement to a query.
BinaryOpValueExp(int, ValueExp, ValueExp) - Constructor for class javax.management.BinaryOpValueExp
Construct a binary operation value
BooleanValueExp - class javax.management.BooleanValueExp.
A Boolean that is an arguement to a query.
BooleanValueExp(Boolean) - Constructor for class javax.management.BooleanValueExp
Construct a boolean value expression for the passed boolean
between(ValueExp, ValueExp, ValueExp) - Static method in class javax.management.Query
Tests a value is between two other values.

C

CREATE - Static variable in class javax.management.MBeanServerFactory
 
ClassAttributeValueExp - class javax.management.ClassAttributeValueExp.
Get the class name of the mbean
ClassAttributeValueExp() - Constructor for class javax.management.ClassAttributeValueExp
Construct an class attribute value expression
checkPermission(MBeanServerPermission) - Static method in class javax.management.MBeanServerFactory
 
ckProps - Variable in class javax.management.ObjectName
 
className - Variable in class javax.management.MBeanInfo
 
className - Variable in class javax.management.ObjectInstance
 
className - Variable in class javax.management.QualifiedAttributeValueExp
The class name
classattr() - Static method in class javax.management.Query
What is this?
clone() - Method in interface javax.management.Descriptor
Returns a descriptor that is a duplicate of this one.
clone() - Method in class javax.management.MBeanAttributeInfo
Creates a copy of this object.
clone() - Method in class javax.management.MBeanConstructorInfo
 
clone() - Method in class javax.management.MBeanInfo
 
clone() - Method in class javax.management.MBeanNotificationInfo
 
clone() - Method in class javax.management.MBeanOperationInfo
Creates a copy of this object.
clone() - Method in class javax.management.MBeanParameterInfo
 
constructors - Variable in class javax.management.MBeanInfo
 
createMBean(String, ObjectName) - Method in interface javax.management.MBeanServer
 
createMBean(String, ObjectName, ObjectName) - Method in interface javax.management.MBeanServer
 
createMBean(String, ObjectName, Object[], String[]) - Method in interface javax.management.MBeanServer
 
createMBean(String, ObjectName, ObjectName, Object[], String[]) - Method in interface javax.management.MBeanServer
 
createMBeanServer() - Static method in class javax.management.MBeanServerFactory
 
createMBeanServer(String) - Static method in class javax.management.MBeanServerFactory
 
createMBeanServer(String, boolean) - Static method in class javax.management.MBeanServerFactory
 

D

DIV - Static variable in class javax.management.Query
Divide expression
Descriptor - interface javax.management.Descriptor.
This interface defines behavioral and runtime metadata for ModelMBeans.
DescriptorAccess - interface javax.management.DescriptorAccess.
This interface is used to gain access to descriptors of a JMX component.
DynamicMBean - interface javax.management.DynamicMBean.
The DynamicMBean interface is implemented by resources that expose their definition at runtime.
description - Variable in class javax.management.MBeanFeatureInfo
Human readable description string of the MBean feature.
description - Variable in class javax.management.MBeanInfo
 
deserialize(ObjectName, byte[]) - Method in interface javax.management.MBeanServer
 
deserialize(String, byte[]) - Method in interface javax.management.MBeanServer
 
deserialize(String, ObjectName, byte[]) - Method in interface javax.management.MBeanServer
 
disableAllAttributes() - Method in class javax.management.AttributeChangeNotificationFilter
Disables all attribute change notifications.
disableAllTypes() - Method in class javax.management.NotificationFilterSupport
Disable all notification types.
disableAttribute(String) - Method in class javax.management.AttributeChangeNotificationFilter
Disable the attribute change notifications of the given attribute.
disableType(String) - Method in class javax.management.NotificationFilterSupport
Disable a notification type.
div(ValueExp, ValueExp) - Static method in class javax.management.Query
An expression that divides the first expression by the second
domain - Variable in class javax.management.ObjectName
 

E

EQ - Static variable in class javax.management.Query
Equals expression
enableAttribute(String) - Method in class javax.management.AttributeChangeNotificationFilter
Enables the attribute change notifications of the given attribute to be sent to the listener.
enableType(String) - Method in class javax.management.NotificationFilterSupport
Enable a notification type.
enabledTypes - Variable in class javax.management.NotificationFilterSupport
Enabled notification types.
eq(ValueExp, ValueExp) - Static method in class javax.management.Query
Equals Comparison.
equals(Object) - Method in class javax.management.Attribute
Compares the attribute with another attribute.
equals(Object) - Method in class javax.management.ObjectInstance
 
equals(Object) - Method in class javax.management.ObjectName
 
error - Variable in class javax.management.RuntimeErrorException
The wrapped error.
exception - Variable in class javax.management.MBeanException
The wrapped exception.
exception - Variable in class javax.management.ReflectionException
The wrapped exception.
exp - Variable in class javax.management.BadBinaryOpValueExpException
The invalid expression.
expression - Variable in class javax.management.NotQueryExp
The query expression to negate

F

FIND - Static variable in class javax.management.MBeanServerFactory
 
FinalSubStringQueryExp - class javax.management.FinalSubStringQueryExp.
A Final Substring Query Expression.
FinalSubStringQueryExp(AttributeValueExp, StringValueExp) - Constructor for class javax.management.FinalSubStringQueryExp
Construct a new Final Substring query expression
finalSubString(AttributeValueExp, StringValueExp) - Static method in class javax.management.Query
Tests an attribute ends with a string as a subset.
findMBeanServer(String) - Static method in class javax.management.MBeanServerFactory
 
first - Variable in class javax.management.AndQueryExp
The first query expression
first - Variable in class javax.management.BinaryComparisonQueryExp
The first expression
first - Variable in class javax.management.BinaryOpValueExp
The first expression
first - Variable in class javax.management.OrQueryExp
The first query expression

G

GE - Static variable in class javax.management.Query
Greater than or equals expression
GT - Static variable in class javax.management.Query
Greater than expression
geq(ValueExp, ValueExp) - Static method in class javax.management.Query
Greater than or Equals Comparison.
getAttribute(ObjectName) - Method in class javax.management.AttributeValueExp
Get the value of the attribute for a given object name
getAttribute(String) - Method in interface javax.management.DynamicMBean
Returns the value of the attribute with the name matching the passed string.
getAttribute(ObjectName, String) - Method in interface javax.management.MBeanServer
 
getAttributeName() - Method in class javax.management.AttributeChangeNotification
Retrieves the name of the attribute.
getAttributeName() - Method in class javax.management.AttributeValueExp
Get the attribute name.
getAttributeType() - Method in class javax.management.AttributeChangeNotification
Retrieves the type of the attribute.
getAttributes(String[]) - Method in interface javax.management.DynamicMBean
Returns the values of the attributes with names matching the passed string array.
getAttributes() - Method in class javax.management.MBeanInfo
 
getAttributes(ObjectName, String[]) - Method in interface javax.management.MBeanServer
 
getCanonicalKeyPropertyListString() - Method in class javax.management.ObjectName
 
getCanonicalName() - Method in class javax.management.ObjectName
 
getClassLoaderRepository(MBeanServer) - Static method in class javax.management.MBeanServerFactory
Returns the classloader repository for an MBeanServer
getClassName() - Method in class javax.management.MBeanInfo
 
getClassName() - Method in class javax.management.ObjectInstance
 
getConstructors() - Method in class javax.management.MBeanInfo
 
getDefaultDomain() - Method in interface javax.management.MBeanServer
 
getDescription() - Method in class javax.management.MBeanFeatureInfo
Returns the description of the MBean feature.
getDescription() - Method in class javax.management.MBeanInfo
 
getDescriptor() - Method in interface javax.management.DescriptorAccess
Retrieves the descriptor.
getDomain() - Method in class javax.management.ObjectName
 
getDoubleValue() - Method in class javax.management.NumberValueExp
Get the value of this number (floating)
getEnabledAttributes() - Method in class javax.management.AttributeChangeNotificationFilter
Returns the names of the attributes whose notifications are allowed to pass this filter.
getEnabledTypes() - Method in class javax.management.NotificationFilterSupport
Get all the enabled notification types.
getExp() - Method in class javax.management.BadBinaryOpValueExpException
Retrieve the bad binary value expression.
getFieldNames() - Method in interface javax.management.Descriptor
Retrieves all the field names in this descriptor.
getFieldValue(String) - Method in interface javax.management.Descriptor
Retrieves the value of a field.
getFieldValues(String[]) - Method in interface javax.management.Descriptor
Retrieves all the field values for the passed field names.
getFields() - Method in interface javax.management.Descriptor
Retrieves all the fields in this descriptor.
getImpact() - Method in class javax.management.MBeanOperationInfo
Returns the impact of this operation.
getImplementationName() - Method in class javax.management.MBeanServerDelegate
 
getImplementationName() - Method in interface javax.management.MBeanServerDelegateMBean
 
getImplementationVendor() - Method in class javax.management.MBeanServerDelegate
 
getImplementationVendor() - Method in interface javax.management.MBeanServerDelegateMBean
 
getImplementationVersion() - Method in class javax.management.MBeanServerDelegate
 
getImplementationVersion() - Method in interface javax.management.MBeanServerDelegateMBean
 
getKeyProperty(String) - Method in class javax.management.ObjectName
 
getKeyPropertyList() - Method in class javax.management.ObjectName
 
getKeyPropertyListString() - Method in class javax.management.ObjectName
 
getListenerMap() - Method in class javax.management.NotificationBroadcasterSupport
 
getLongValue() - Method in class javax.management.NumberValueExp
Get the value of this number (integers)
getMBeanCount() - Method in interface javax.management.MBeanServer
 
getMBeanInfo() - Method in interface javax.management.DynamicMBean
Returns the management interface that describes this dynamic resource.
getMBeanInfo(ObjectName) - Method in interface javax.management.MBeanServer
 
getMBeanName() - Method in class javax.management.MBeanServerNotification
Get the object name of the mbean being (un)registered
getMBeanServer() - Method in class javax.management.ValueExpSupport
Get the MBean server
getMBeanServerId() - Method in class javax.management.MBeanServerDelegate
 
getMBeanServerId() - Method in interface javax.management.MBeanServerDelegateMBean
 
getMessage() - Method in class javax.management.Notification
Retrieve the message of the notification
getName() - Method in class javax.management.Attribute
Returns the attribute name.
getName() - Method in class javax.management.MBeanFeatureInfo
Returns the name of the MBean feature.
getNewValue() - Method in class javax.management.AttributeChangeNotification
Retrieves the new value of the attribute.
getNotifTypes() - Method in class javax.management.MBeanNotificationInfo
 
getNotificationInfo() - Method in class javax.management.MBeanServerDelegate
 
getNotificationInfo() - Method in interface javax.management.NotificationBroadcaster
 
getNotificationInfo() - Method in class javax.management.NotificationBroadcasterSupport
 
getNotifications() - Method in class javax.management.MBeanInfo
 
getObjectInstance(ObjectName) - Method in interface javax.management.MBeanServer
 
getObjectName() - Method in class javax.management.ObjectInstance
 
getOldValue() - Method in class javax.management.AttributeChangeNotification
Retrieves the old value of the attribute.
getOperations() - Method in class javax.management.MBeanInfo
 
getReturnType() - Method in class javax.management.MBeanOperationInfo
Returns a fully qualified class name of the return type of this operation.
getSequenceNumber() - Method in class javax.management.Notification
Retrieve the sequence number of the notification
getSignature() - Method in class javax.management.MBeanConstructorInfo
 
getSignature() - Method in class javax.management.MBeanOperationInfo
Returns the signature of this operation.
getSource() - Method in class javax.management.Notification
Retrieve the source of the notification
getSpecificationName() - Method in class javax.management.MBeanServerDelegate
 
getSpecificationName() - Method in interface javax.management.MBeanServerDelegateMBean
 
getSpecificationVendor() - Method in class javax.management.MBeanServerDelegate
 
getSpecificationVendor() - Method in interface javax.management.MBeanServerDelegateMBean
 
getSpecificationVersion() - Method in class javax.management.MBeanServerDelegate
 
getSpecificationVersion() - Method in interface javax.management.MBeanServerDelegateMBean
 
getString() - Method in class javax.management.StringValueExp
Get the value of the string.
getTargetError() - Method in class javax.management.RuntimeErrorException
Retrieves the wrapped error.
getTargetException() - Method in class javax.management.MBeanException
Retrieves the wrapped exception.
getTargetException() - Method in class javax.management.ReflectionException
Retrieves the wrapped exception.
getTargetException() - Method in class javax.management.RuntimeMBeanException
Retrieves the wrapped runtime exception.
getTargetException() - Method in class javax.management.RuntimeOperationsException
Retrieves the wrapped runtime exception.
getTimeStamp() - Method in class javax.management.Notification
Retrieve the time of the notification
getType() - Method in class javax.management.MBeanAttributeInfo
Returns the type string of this attribute.
getType() - Method in class javax.management.MBeanParameterInfo
 
getType() - Method in class javax.management.Notification
Retrieve the type of the notification
getUserData() - Method in class javax.management.Notification
Retrieve the user data of the notification
getValue() - Method in class javax.management.Attribute
Returns the attribute value.
getValue() - Method in class javax.management.SingleValueExpSupport
Get the value of the expression
gt(ValueExp, ValueExp) - Static method in class javax.management.Query
Greater than.

H

handleNotification(Notification, Object) - Method in interface javax.management.NotificationListener
 
hasPattern - Variable in class javax.management.ObjectName
 
hasPropertyPattern - Variable in class javax.management.ObjectName
 
hash - Variable in class javax.management.ObjectName
 
hashCode() - Method in class javax.management.Attribute
Need to override as Attribute.equals(java.lang.Object) 55 is overridden.
hashCode() - Method in class javax.management.ObjectName
 

I

INFO - Static variable in class javax.management.MBeanOperationInfo
Management operation impact: INFO.
InQueryExp - class javax.management.InQueryExp.
An In Query Expression.
InQueryExp(ValueExp, ValueExp[]) - Constructor for class javax.management.InQueryExp
Create a new IN query Expression
InitialSubStringQueryExp - class javax.management.InitialSubStringQueryExp.
An Initial Substring Query Expression.
InitialSubStringQueryExp(AttributeValueExp, StringValueExp) - Constructor for class javax.management.InitialSubStringQueryExp
Construct a new Initial Substring query expression
InstanceAlreadyExistsException - exception javax.management.InstanceAlreadyExistsException.
Thrown when an MBean is already registered with the specified ObjectName.
InstanceAlreadyExistsException() - Constructor for class javax.management.InstanceAlreadyExistsException
Construct a new InstanceAlreadyExistsException with no message.
InstanceAlreadyExistsException(String) - Constructor for class javax.management.InstanceAlreadyExistsException
Construct a new InstanceAlreadyExistsException with the given message.
InstanceNotFoundException - exception javax.management.InstanceNotFoundException.
Thrown when an MBean is not registered with the specified ObjectName.
InstanceNotFoundException() - Constructor for class javax.management.InstanceNotFoundException
Construct a new InstanceNotFoundException with no message.
InstanceNotFoundException(String) - Constructor for class javax.management.InstanceNotFoundException
Construct a new InstanceNotFoundException with the given message.
IntrospectionException - exception javax.management.IntrospectionException.
Thrown when an error occurs introspecting an MBean.
IntrospectionException() - Constructor for class javax.management.IntrospectionException
Construct a new IntrospectionException with no message.
IntrospectionException(String) - Constructor for class javax.management.IntrospectionException
Construct a new IntrospectionException with the given message.
InvalidApplicationException - exception javax.management.InvalidApplicationException.
Thrown when an attempt is made to apply either of the following.
InvalidApplicationException(Object) - Constructor for class javax.management.InvalidApplicationException
Construct a new IntrospectionException with the specified object.
InvalidAttributeValueException - exception javax.management.InvalidAttributeValueException.
Thrown when trying to change an attribute to a incorrect value or type.
InvalidAttributeValueException() - Constructor for class javax.management.InvalidAttributeValueException
Construct a new InvalidAttributeValueException with no message.
InvalidAttributeValueException(String) - Constructor for class javax.management.InvalidAttributeValueException
Construct a new InvalidAttributeValueException with the given message.
impact - Variable in class javax.management.MBeanOperationInfo
Impact of this operation.
in(ValueExp, ValueExp[]) - Static method in class javax.management.Query
Tests a value is in one of the listed values.
init(String) - Method in class javax.management.ObjectName
constructs an object name from a string
initDomain(String) - Method in class javax.management.ObjectName
checks for domain patterns and illegal characters
initProperties(String) - Method in class javax.management.ObjectName
takes the properties string and breaks it up into key/value pairs for insertion into a newly created hashtable.
initProperties(Hashtable) - Method in class javax.management.ObjectName
validates incoming properties hashtable builds canonical string precomputes the hashcode
initialSubString(AttributeValueExp, StringValueExp) - Static method in class javax.management.Query
Tests an attribute starts with a string as a subset.
instantiate(String) - Method in interface javax.management.MBeanServer
Instantiates an object using the default loader repository and default no-args constructor.
instantiate(String, ObjectName) - Method in interface javax.management.MBeanServer
Instantiates an object using the given class loader.
instantiate(String, Object[], String[]) - Method in interface javax.management.MBeanServer
Instantiates an object using the default loader repository and a given constructor.
instantiate(String, ObjectName, Object[], String[]) - Method in interface javax.management.MBeanServer
Instantiates an object using the given class loader.
invoke(String, Object[], String[]) - Method in interface javax.management.DynamicMBean
Invokes a resource operation.
invoke(ObjectName, String, Object[], String[]) - Method in interface javax.management.MBeanServer
 
is - Variable in class javax.management.MBeanAttributeInfo
Is attribute using the boolean isAttributeName naming convention.
isIllegalDomain(String) - Method in class javax.management.ObjectName
returns true if the domain contains illegal characters
isIllegalKeyOrValue(String) - Method in class javax.management.ObjectName
returns true if the key or value string is zero length or contains illegal characters
isInstanceOf(ObjectName, String) - Method in interface javax.management.MBeanServer
 
isInteger() - Method in class javax.management.NumberValueExp
Test whether the type is integer
isIs() - Method in class javax.management.MBeanAttributeInfo
If the attribute is using the boolean isAttributeName naming convention for its read accessor.
isNotificationEnabled(Notification) - Method in class javax.management.AttributeChangeNotificationFilter
 
isNotificationEnabled(Notification) - Method in interface javax.management.NotificationFilter
This method is called before a notification is sent to see whether the listener wants the notification.
isNotificationEnabled(Notification) - Method in class javax.management.NotificationFilterSupport
Test to see whether this notification is enabled
isPattern() - Method in class javax.management.ObjectName
 
isPropertyPattern() - Method in class javax.management.ObjectName
 
isRead - Variable in class javax.management.MBeanAttributeInfo
Is attribute readable.
isReadable() - Method in class javax.management.MBeanAttributeInfo
If the attribute is readable.
isRegistered(ObjectName) - Method in interface javax.management.MBeanServer
 
isValid() - Method in interface javax.management.Descriptor
Checks to see that this descriptor is valid.
isWritable() - Method in class javax.management.MBeanAttributeInfo
If the attribute is writable.
isWrite - Variable in class javax.management.MBeanAttributeInfo
Is attribute writable.

J

JMException - exception javax.management.JMException.
Exceptions thrown by JMX implementations.
JMException() - Constructor for class javax.management.JMException
Construct a new JMException with no message.
JMException(String) - Constructor for class javax.management.JMException
Construct a new JMException with the given message.
JMRuntimeException - exception javax.management.JMRuntimeException.
Exceptions thrown by JMX implementations.
JMRuntimeException() - Constructor for class javax.management.JMRuntimeException
Construct a new JMRuntimeException with no message.
JMRuntimeException(String) - Constructor for class javax.management.JMRuntimeException
Construct a new JMRuntimeException with the given message.
javax.management - package javax.management
 

K

kProps - Variable in class javax.management.ObjectName
 

L

LE - Static variable in class javax.management.Query
Less than or equals expression
LT - Static variable in class javax.management.Query
Less than expression
ListenerNotFoundException - exception javax.management.ListenerNotFoundException.
Thrown when a specified Listener does not exist.
ListenerNotFoundException() - Constructor for class javax.management.ListenerNotFoundException
Construct a new ListenerNotFoundException with no message.
ListenerNotFoundException(String) - Constructor for class javax.management.ListenerNotFoundException
Construct a new ListenerNotFoundException with the given message.
leq(ValueExp, ValueExp) - Static method in class javax.management.Query
Less than or equal.
list - Variable in class javax.management.InQueryExp
The list of values
listenerMap - Variable in class javax.management.NotificationBroadcasterSupport
The map of notification listeners.
load() - Method in interface javax.management.PersistentMBean
 
loadClass(String) - Method in class javax.management.MBeanServerFactory.DefaultLoaderRepositoryWrapper
 
loadClassWithout(ClassLoader, String) - Method in class javax.management.MBeanServerFactory.DefaultLoaderRepositoryWrapper
 
log - Variable in class javax.management.NotificationBroadcasterSupport
The instance logger for the service.
lower - Variable in class javax.management.BetweenQueryExp
The lower bound
lt(ValueExp, ValueExp) - Static method in class javax.management.Query
Less than.

M

MBeanAttributeInfo - class javax.management.MBeanAttributeInfo.
Represents a management attribute in an MBeans' management interface.
MBeanAttributeInfo(String, String, String, boolean, boolean, boolean) - Constructor for class javax.management.MBeanAttributeInfo
Creates an MBean attribute info object.
MBeanAttributeInfo(String, String, Method, Method) - Constructor for class javax.management.MBeanAttributeInfo
Creates an MBean attribute info object using the given accessor methods.
MBeanConstructorInfo - class javax.management.MBeanConstructorInfo.
Describes a constructor exposed by an MBean This implementation protects its immutability by taking shallow clones of all arrays supplied in constructors and by returning shallow array clones in getXXX() methods.
MBeanConstructorInfo(String, Constructor) - Constructor for class javax.management.MBeanConstructorInfo
 
MBeanConstructorInfo(String, String, MBeanParameterInfo[]) - Constructor for class javax.management.MBeanConstructorInfo
 
MBeanException - exception javax.management.MBeanException.
A wrapper for exceptions thrown by MBeans.
MBeanException(Exception) - Constructor for class javax.management.MBeanException
Construct a new MBeanException from a given exception.
MBeanException(Exception, String) - Constructor for class javax.management.MBeanException
Construct a new MBeanException from a given exception and message.
MBeanFeatureInfo - class javax.management.MBeanFeatureInfo.
General information for MBean descriptor objects.
MBeanFeatureInfo(String, String) - Constructor for class javax.management.MBeanFeatureInfo
Constructs an MBean feature info object.
MBeanInfo - class javax.management.MBeanInfo.
Describes an MBeans' management interface.
MBeanInfo(String, String, MBeanAttributeInfo[], MBeanConstructorInfo[], MBeanOperationInfo[], MBeanNotificationInfo[]) - Constructor for class javax.management.MBeanInfo
 
MBeanNotificationInfo - class javax.management.MBeanNotificationInfo.
Describes a notification emitted by an MBean This implementation protects its immutability by taking shallow clones of all arrays supplied in constructors and by returning shallow array clones in getXXX() methods.
MBeanNotificationInfo(String[], String, String) - Constructor for class javax.management.MBeanNotificationInfo
 
MBeanOperationInfo - class javax.management.MBeanOperationInfo.
Describes an operation exposed by an MBean This implementation protects its immutability by taking shallow clones of all arrays supplied in constructors and by returning shallow array clones in getXXX() methods.
MBeanOperationInfo(String, Method) - Constructor for class javax.management.MBeanOperationInfo
Constructs management operation metadata from a given Method object and description.
MBeanOperationInfo(String, String, MBeanParameterInfo[], String, int) - Constructor for class javax.management.MBeanOperationInfo
Constructs a management operation metadata.
MBeanParameterInfo - class javax.management.MBeanParameterInfo.
Describes an argument of an operation exposed by an MBean
MBeanParameterInfo(String, String, String) - Constructor for class javax.management.MBeanParameterInfo
 
MBeanRegistration - interface javax.management.MBeanRegistration.
This interface is implemented by an MBean that wants to perform operations pre and post registration and deregistration.
MBeanRegistrationException - exception javax.management.MBeanRegistrationException.
A wrapper for exceptions thrown by MBeans that implement MBeanRegistration.
MBeanRegistrationException(Exception) - Constructor for class javax.management.MBeanRegistrationException
Construct a new MBeanRegistrationException from a given exception.
MBeanRegistrationException(Exception, String) - Constructor for class javax.management.MBeanRegistrationException
Construct a new MBeanRegistrationException from a given exception and message.
MBeanServer - interface javax.management.MBeanServer.
The interface used to access the MBean server instances.
MBeanServerDelegate - class javax.management.MBeanServerDelegate.
Mandatory MBean server delegate MBean implementation.
MBeanServerDelegate() - Constructor for class javax.management.MBeanServerDelegate
 
MBeanServerDelegateMBean - interface javax.management.MBeanServerDelegateMBean.
Management interface of the MBean server delegate MBean.
MBeanServerFactory - class javax.management.MBeanServerFactory.
MBeanServerFactory is used to create instances of MBean servers.
MBeanServerFactory() - Constructor for class javax.management.MBeanServerFactory
 
MBeanServerFactory.DefaultLoaderRepositoryWrapper - class javax.management.MBeanServerFactory.DefaultLoaderRepositoryWrapper.
 
MBeanServerFactory.DefaultLoaderRepositoryWrapper() - Constructor for class javax.management.MBeanServerFactory.DefaultLoaderRepositoryWrapper
 
MBeanServerNotification - class javax.management.MBeanServerNotification.
A notification sent by the MBeanServer delegate when an MBean is registered or unregisterd.
MBeanServerNotification(String, Object, long, ObjectName) - Constructor for class javax.management.MBeanServerNotification
Construct a new MBeanServer notification
MBeanServerPermission - class javax.management.MBeanServerPermission.
Controls access to actions performed on MBeanServers.
MBeanServerPermission(String) - Constructor for class javax.management.MBeanServerPermission
Construct a new MBeanServer permission for a given name
MBeanServerPermission(String, String) - Constructor for class javax.management.MBeanServerPermission
Construct a new MBeanServer permission for a given name
MINUS - Static variable in class javax.management.Query
Minus expression
MalformedObjectNameException - exception javax.management.MalformedObjectNameException.
Thrown when a string used to construct an ObjectName is not valid.
MalformedObjectNameException() - Constructor for class javax.management.MalformedObjectNameException
Construct a new MalformedObjectNameException with no message.
MalformedObjectNameException(String) - Constructor for class javax.management.MalformedObjectNameException
Construct a new MalformedObjectNameException with the given message.
MatchQueryExp - class javax.management.MatchQueryExp.
A Match Query Expression.
MatchQueryExp(AttributeValueExp, StringValueExp) - Constructor for class javax.management.MatchQueryExp
Construct a new MATCH query expression
m_name - Variable in class javax.management.Attribute
The attribute name.
m_value - Variable in class javax.management.Attribute
The attribute value.
match(AttributeValueExp, StringValueExp) - Static method in class javax.management.Query
Tests an attribute equals a string value.
message - Variable in class javax.management.Notification
The message of the notification
minus(ValueExp, ValueExp) - Static method in class javax.management.Query
An expression that subtracts the second expression from the first
mySource - Variable in class javax.management.Notification
The source of the notification

N

NEW - Static variable in class javax.management.MBeanServerFactory
 
NotCompliantMBeanException - exception javax.management.NotCompliantMBeanException.
Thrown when trying to register an MBean that does not conform the JMX specification.
NotCompliantMBeanException() - Constructor for class javax.management.NotCompliantMBeanException
Construct a new NotCompliantMBeanException with no message.
NotCompliantMBeanException(String) - Constructor for class javax.management.NotCompliantMBeanException
Construct a new NotCompliantMBeanException with the given message.
NotQueryExp - class javax.management.NotQueryExp.
A NOT Query Expression.
NotQueryExp(QueryExp) - Constructor for class javax.management.NotQueryExp
Create a new NOT query Expression
Notification - class javax.management.Notification.
A Notification.
Notification(String, Object, long) - Constructor for class javax.management.Notification
Create a new notification
Notification(String, Object, long, String) - Constructor for class javax.management.Notification
Create a new notification
Notification(String, Object, long, long) - Constructor for class javax.management.Notification
Create a new notification
Notification(String, Object, long, long, String) - Constructor for class javax.management.Notification
Create a new notification
NotificationBroadcaster - interface javax.management.NotificationBroadcaster.
 
NotificationBroadcasterSupport - class javax.management.NotificationBroadcasterSupport.
 
NotificationBroadcasterSupport() - Constructor for class javax.management.NotificationBroadcasterSupport
 
NotificationFilter - interface javax.management.NotificationFilter.
This interface is implemented by any class acting as a notification filter.
NotificationFilterSupport - class javax.management.NotificationFilterSupport.
An implementation of the NotificationFilter interface.
NotificationFilterSupport() - Constructor for class javax.management.NotificationFilterSupport
Create a filter that filters out all notification types.
NotificationListener - interface javax.management.NotificationListener.
 
NumberValueExp - class javax.management.NumberValueExp.
A Number that is an arguement to a query.
NumberValueExp(Number) - Constructor for class javax.management.NumberValueExp
Construct a number value expression for the passed number
name - Variable in class javax.management.MBeanFeatureInfo
Name of the MBean feature.
name - Variable in class javax.management.ObjectInstance
 
newMBeanServer() - Static method in class javax.management.MBeanServerFactory
 
newMBeanServer(String) - Static method in class javax.management.MBeanServerFactory
 
newValue - Variable in class javax.management.AttributeChangeNotification
The new value of the attribute.
not(QueryExp) - Static method in class javax.management.Query
Not Query expression.
notificationInfo - Variable in class javax.management.MBeanServerDelegate
 
notifications - Variable in class javax.management.MBeanInfo
 
notifier - Variable in class javax.management.MBeanServerDelegate
 

O

ObjectInstance - class javax.management.ObjectInstance.
Information about an object registered in the MBeanServer.
ObjectInstance(String, String) - Constructor for class javax.management.ObjectInstance
 
ObjectInstance(ObjectName, String) - Constructor for class javax.management.ObjectInstance
 
ObjectName - class javax.management.ObjectName.
Object name represents the MBean reference.
ObjectName(String) - Constructor for class javax.management.ObjectName
 
ObjectName(String, String, String) - Constructor for class javax.management.