当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 jmx API Documentation 英文版文档
Index (JBoss/JMX API) - JBoss 4.0.1 sp1 jmx API Documentation 英文版文档
A B C D E F G H I J K L M N O P Q R S T U V W X
A
- ACTION -
Static variable in class javax.management.MBeanOperationInfo
- Management operation impact: ACTION.
- ACTION -
Static variable in interface org.jboss.mx.modelmbean.ModelMBeanConstants
-
- ACTION_INFO -
Static variable in class javax.management.MBeanOperationInfo
- Management operation impact: ACTION_INFO.
- ACTION_INFO -
Static variable in interface org.jboss.mx.modelmbean.ModelMBeanConstants
-
- ALLOWED_CLASSNAMES -
Static variable in class javax.management.openmbean.OpenType
- The allowed classnames.
- ALL_DESCRIPTORS -
Static variable in interface org.jboss.mx.modelmbean.ModelMBeanConstants
- A convenience constant to use with
getDescriptors()
to return the descriptors of all management interface elements
(a null string).
- ATTRIBUTE_ACCESS -
Static variable in class org.jboss.mx.server.InvocationContext
-
- ATTRIBUTE_CHANGE -
Static variable in class javax.management.AttributeChangeNotification
- The AttributeChangeNotification notification type.
- ATTRIBUTE_DESCRIPTOR -
Static variable in interface org.jboss.mx.modelmbean.ModelMBeanConstants
-
- ATTRIBUTE_VALUE -
Static variable in interface org.jboss.mx.modelmbean.ModelMBeanConstants
-
- AbstractBuilder - class org.jboss.mx.metadata.AbstractBuilder.
- Abstract helper class for builder implementations.
- AbstractBuilder() -
Constructor for class org.jboss.mx.metadata.AbstractBuilder
- Default constructor.
- AbstractBuilder(Map) -
Constructor for class org.jboss.mx.metadata.AbstractBuilder
-
- AbstractInterceptor - class org.jboss.mx.interceptor.AbstractInterceptor.
- Base class for all interceptors.
- AbstractInterceptor() -
Constructor for class org.jboss.mx.interceptor.AbstractInterceptor
- Constructs a new intereceptor instance.
- AbstractInterceptor(String) -
Constructor for class org.jboss.mx.interceptor.AbstractInterceptor
- Constructs a new interceptor instance with a given name.
- AbstractMBeanInvoker - class org.jboss.mx.server.AbstractMBeanInvoker.
- A base MBeanInvoker class that provides common state as well as
- AbstractMBeanInvoker() -
Constructor for class org.jboss.mx.server.AbstractMBeanInvoker
- Constructs a new invoker.
- AbstractMBeanInvoker(Object) -
Constructor for class org.jboss.mx.server.AbstractMBeanInvoker
- Constructs a new invoker with a given target resource.
- AbstractMBeanInvoker(MBeanEntry) -
Constructor for class org.jboss.mx.server.AbstractMBeanInvoker
- Constructs an invoker with the target resource entry.
- AbstractMBeanInvoker.OperationKey - class org.jboss.mx.server.AbstractMBeanInvoker.OperationKey.
-
- AbstractMBeanInvoker.OperationKey(String, String) -
Constructor for class org.jboss.mx.server.AbstractMBeanInvoker.OperationKey
-
- AbstractMBeanInvoker.OperationKey(String, String[]) -
Constructor for class org.jboss.mx.server.AbstractMBeanInvoker.OperationKey
-
- AbstractMBeanInvoker.OperationKey(String, MBeanParameterInfo[]) -
Constructor for class org.jboss.mx.server.AbstractMBeanInvoker.OperationKey
-
- AbstractMBeanInvoker.OperationKey(MBeanOperationInfo) -
Constructor for class org.jboss.mx.server.AbstractMBeanInvoker.OperationKey
-
- AbstractSharedInterceptor - class org.jboss.mx.interceptor.AbstractSharedInterceptor.
- Base class for shared interceptors.
- AbstractSharedInterceptor() -
Constructor for class org.jboss.mx.interceptor.AbstractSharedInterceptor
- Constructs a new shared interceptor instance.
- AbstractSharedInterceptor(String) -
Constructor for class org.jboss.mx.interceptor.AbstractSharedInterceptor
- Constructs a new shared interceptor instance with a given name.
- AgentID - class org.jboss.mx.util.AgentID.
- Utility class for creating JMX agent identifiers.
- AgentID() -
Constructor for class org.jboss.mx.util.AgentID
-
- ArrayType - class javax.management.openmbean.ArrayType.
- Array types.
- ArrayType(int, OpenType) -
Constructor for class javax.management.openmbean.ArrayType
- Construct an ArrayType.
- AsynchNotificationBroadcasterSupport - class org.jboss.mx.notification.AsynchNotificationBroadcasterSupport.
- A notification broadcaster with asynch notifications
- AsynchNotificationBroadcasterSupport() -
Constructor for class org.jboss.mx.notification.AsynchNotificationBroadcasterSupport
- Construct a new Asyncrhonous broadcaster
Calls this(defaultNotificationTimeout, defaultPool)
- AsynchNotificationBroadcasterSupport(long) -
Constructor for class org.jboss.mx.notification.AsynchNotificationBroadcasterSupport
- Construct a new Asyncrhonous broadcaster.
- AsynchNotificationBroadcasterSupport(long, ThreadPool) -
Constructor for class org.jboss.mx.notification.AsynchNotificationBroadcasterSupport
- Construct a new Asyncrhonous broadcaster
- AsynchNotificationBroadcasterSupport.AsynchNotifier - class org.jboss.mx.notification.AsynchNotificationBroadcasterSupport.AsynchNotifier.
-
- AsynchNotificationBroadcasterSupport.AsynchNotifier(NotificationListener, Notification, Object) -
Constructor for class org.jboss.mx.notification.AsynchNotificationBroadcasterSupport.AsynchNotifier
-
- Attribute - class javax.management.Attribute.
- A representation of an MBean attribute.
- Attribute(String, Object) -
Constructor for class javax.management.Attribute
- Contruct a new attribute given a 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.
- AttributeDispatcher - class org.jboss.mx.interceptor.AttributeDispatcher.
- A dispatcher used by the AbstractMBeanInvoker class for the attribute
getter and setter dispatch.
- AttributeDispatcher(Method, Method, boolean) -
Constructor for class org.jboss.mx.interceptor.AttributeDispatcher
-
- 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.
- AttributeOperationResolver - class org.jboss.mx.metadata.AttributeOperationResolver.
- AttributeOperationResolver is a modified TST for mapping an Integer code against attribute and operation keys.
- AttributeOperationResolver() -
Constructor for class org.jboss.mx.metadata.AttributeOperationResolver
- Default constructor.
- AttributeOperationResolver(MBeanInfo) -
Constructor for class org.jboss.mx.metadata.AttributeOperationResolver
- Uses the AttributeInfo and OperationInfo arrays in the MBeanInfo to configure the
resolver.
- AttributeOperationResolver(MBeanAttributeInfo[], MBeanOperationInfo[]) -
Constructor for class org.jboss.mx.metadata.AttributeOperationResolver
- Uses the AttributeInfo and OperationInfo arrays to configure the resolver.
- AttributeOperationResolver.Node - class org.jboss.mx.metadata.AttributeOperationResolver.Node.
-
- AttributeOperationResolver.Node() -
Constructor for class org.jboss.mx.metadata.AttributeOperationResolver.Node
-
- AttributePersistenceManager - interface org.jboss.mx.persistence.AttributePersistenceManager.
- AttributePersistenceManager interface.
- 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
- acquire() -
Method in class org.jboss.mx.loading.RepositoryClassLoader
- Acquire the class loading lock.
- 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.
- add(Role) -
Method in class javax.management.relation.RoleList
- Appends a role to the end of the list.
- add(int, Role) -
Method in class javax.management.relation.RoleList
- Adds a role at the specified location in the list.
- add(RoleUnresolved) -
Method in class javax.management.relation.RoleUnresolvedList
- Appends a unresolved role to the end of the list.
- add(int, RoleUnresolved) -
Method in class javax.management.relation.RoleUnresolvedList
- Adds an unresolved role at the specified location in the list.
- add(NotificationListener, NotificationFilter, Object) -
Method in class org.jboss.mx.notification.ListenerRegistry
- Adds a listener to a broadcaster
- add(ObjectName, NotificationBroadcaster, NotificationListener, NotificationFilter, Object) -
Method in class org.jboss.mx.notification.MBeanServerListenerRegistry
- Adds a listener to the mbean
- add(MBeanEntry) -
Method in class org.jboss.mx.server.registry.BasicMBeanRegistry
- Adds an MBean entry
- add(ObjectName) -
Method in class org.jboss.mx.server.registry.MbeanInfoDb
-
- add(Vector) -
Method in class org.jboss.mx.server.registry.MbeanInfoDb
-
- add(TimeFormat) -
Method in class org.jboss.mx.util.TimeFormat
- add a timeformat
- 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.
- addAll(RoleList) -
Method in class javax.management.relation.RoleList
- Appends a role list to the end of the list.
- addAll(int, RoleList) -
Method in class javax.management.relation.RoleList
- Inserts a role list at the specified location in the list.
- addAll(RoleUnresolvedList) -
Method in class javax.management.relation.RoleUnresolvedList
- Appends an unresolved role list to the end of the list.
- addAll(int, RoleUnresolvedList) -
Method in class javax.management.relation.RoleUnresolvedList
- Inserts an unresolved role list at the specified location in the list.
- addArg(String, String) -
Method in class org.jboss.mx.loading.MBeanElement
-
- addAttributeChangeNotificationListener(NotificationListener, String, Object) -
Method in interface javax.management.modelmbean.ModelMBeanNotificationBroadcaster
-
- addAttributeChangeNotificationListener(NotificationListener, String, Object) -
Method in class javax.management.modelmbean.RequiredModelMBean
-
- addAttributeChangeNotificationListener(NotificationListener, String, Object) -
Method in class org.jboss.mx.modelmbean.ModelMBeanInvoker
-
- addClassLoader(ClassLoader) -
Method in class org.jboss.mx.loading.BasicLoaderRepository
-
- addClassLoader(ClassLoader) -
Method in class org.jboss.mx.loading.LoaderRepository
- Add a class loader to the repository
- addClassLoader(ClassLoader) -
Method in class org.jboss.mx.loading.UnifiedLoaderRepository3
- Add a class loader to the repository.
- addClassLoaderURL(ClassLoader, URL) -
Method in class org.jboss.mx.loading.BasicLoaderRepository
-
- addClassLoaderURL(ClassLoader, URL) -
Method in class org.jboss.mx.loading.LoaderRepository
- Update the set of URLs known to be associated with a previously added
class loader.
- addClassLoaderURL(ClassLoader, URL) -
Method in class org.jboss.mx.loading.UnifiedLoaderRepository3
-
- addContext(InvocationContext) -
Method in class org.jboss.mx.server.Invocation
-
- addNotification(String, String, Object, Date) -
Method in class javax.management.timer.Timer
-
- addNotification(String, String, Object, Date, long) -
Method in class javax.management.timer.Timer
-
- addNotification(String, String, Object, Date, long, long) -
Method in class javax.management.timer.Timer
-
- addNotification(String, String, Object, Date, long, long, boolean) -
Method in class javax.management.timer.Timer
- Creates a new timer notification with the specified type, message and userData and inserts it into the list of notifications with a given date, period and number of occurences.
- addNotification(String, String, Object, Date, long, long, boolean) -
Method in interface javax.management.timer.TimerMBean
- Creates a new timer notification with the specified type, message and userData and inserts it into the list of notifications with a given date, period and number of occurences.
- addNotification(String, String, Object, Date, long, long) -
Method in interface javax.management.timer.TimerMBean
- Creates a new timer notification for a specific date/time, with an
optional repeat period and a maximum number of occurences.
- addNotification(String, String, Object, Date, long) -
Method in interface javax.management.timer.TimerMBean
- Creates a new timer notification for a specific date/time, with an
optional repeat period.
- addNotification(String, String, Object, Date) -
Method in interface javax.management.timer.TimerMBean
- Creates a new timer notification for a specific date/time.
- addNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object) -
Method in interface javax.management.MBeanServer
- Add a notification listener to an MBean.
- addNotificationListener(ObjectName, ObjectName, NotificationFilter, Object) -
Method in interface javax.management.MBeanServer
- Add a notification listener to an MBean.
- addNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object) -
Method in interface javax.management.MBeanServerConnection
- Add a notification listener to an MBean.
- addNotificationListener(ObjectName, ObjectName, NotificationFilter, Object) -
Method in interface javax.management.MBeanServerConnection
- Add a notification listener to an MBean.
- addNotificationListener(NotificationListener, NotificationFilter, Object) -
Method in class javax.management.MBeanServerDelegate
-
- addNotificationListener(NotificationListener, NotificationFilter, Object) -
Method in interface javax.management.NotificationBroadcaster
- Add a listener to an MBean.
- addNotificationListener(NotificationListener, NotificationFilter, Object) -
Method in class javax.management.NotificationBroadcasterSupport
-
- addNotificationListener(NotificationListener, NotificationFilter, Object) -
Method in class javax.management.modelmbean.RequiredModelMBean
-
- addNotificationListener(NotificationListener, NotificationFilter, Object) -
Method in class org.jboss.mx.loading.UnifiedLoaderRepository3
- addNotificationListener delegates to the broadcaster object we hold.
- addNotificationListener(NotificationListener, NotificationFilter, Object) -
Method in class org.jboss.mx.modelmbean.ModelMBeanInvoker
-
- addNotificationListener(NotificationListener, NotificationFilter, Object) -
Method in class org.jboss.mx.modelmbean.XMBean
-
- addNotificationListener(NotificationListener, NotificationFilter, Object) -
Method in class org.jboss.mx.server.AbstractMBeanInvoker
-
- addNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object) -
Method in class org.jboss.mx.server.MBeanServerImpl
- Adds a listener to a registered MBean.
- addNotificationListener(ObjectName, ObjectName, NotificationFilter, Object) -
Method in class org.jboss.mx.server.MBeanServerImpl
- Adds a listener to a registered MBean.
- addNotificationListener(NotificationListener, NotificationFilter, Object) -
Method in class org.jboss.mx.util.JBossNotificationBroadcasterSupport
-
- addNotificationListenerToResource(NotificationListener, NotificationFilter, Object) -
Method in class org.jboss.mx.server.AbstractMBeanInvoker
-
- addObservedObject(ObjectName) -
Method in class javax.management.monitor.Monitor
-
- addObservedObject(ObjectName) -
Method in interface javax.management.monitor.MonitorMBean
- Add the object name of the MBean monitored.
- addRelation(ObjectName) -
Method in class javax.management.relation.RelationService
-
- addRelation(ObjectName) -
Method in interface javax.management.relation.RelationServiceMBean
- Add a manually created relation to the relation service.
- addRelationType(RelationType) -
Method in class javax.management.relation.RelationService
-
- addRelationType(RelationType) -
Method in interface javax.management.relation.RelationServiceMBean
- Add a relation type to the relation service.
- addRoleInfo(RoleInfo) -
Method in class javax.management.relation.RelationTypeSupport
- Add a role information object to the relation type.
- addToClassBlackList(String) -
Method in class org.jboss.mx.loading.RepositoryClassLoader
- Black list a class
- addToResourceBlackList(String) -
Method in class org.jboss.mx.loading.RepositoryClassLoader
- Black list a resource
- addURL(URL) -
Method in class javax.management.loading.MLet
-
- addURL(String) -
Method in class javax.management.loading.MLet
-
- addURL(URL) -
Method in interface javax.management.loading.MLetMBean
- Adds the given URL to the MLet's classpath.
- addURL(String) -
Method in interface javax.management.loading.MLetMBean
- Adds the given URL to the MLet's classpath.
- addURL(URL) -
Method in class org.jboss.mx.loading.RepositoryClassLoader
- Append the given url to the URLs used for class and resource loading
- alreadyNotified -
Variable in class javax.management.monitor.Monitor
- Deprecated. use
Monitor.alreadyNotifieds
[0]
- alreadyNotifieds -
Variable in class javax.management.monitor.Monitor
- The errors that have already been notified.
- 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.AttributeValueExp
-
- apply(ObjectName) -
Method in class javax.management.ObjectName
-
- apply(ObjectName) -
Method in interface javax.management.QueryExp
- Apply this query expression to an MBean.
- apply(ObjectName) -
Method in class javax.management.StringValueExp
-
- apply(ObjectName) -
Method in interface javax.management.ValueExp
- Apply this value expression to an MBean.
- apply(ObjectName) -
Method in class org.jboss.mx.util.InstanceOfQueryExp
-
- attempt(long) -
Method in class org.jboss.mx.loading.RepositoryClassLoader
- Attempt to acquire the class loading lock.
- 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
- attrNotifierSequence -
Variable in class org.jboss.mx.modelmbean.ModelMBeanInvoker
- Notification sequence number for attribute change notifications.
- attributeContextMap -
Variable in class org.jboss.mx.server.AbstractMBeanInvoker
-
B
- BIGDECIMAL -
Static variable in class javax.management.openmbean.SimpleType
- The simple type for java.math.BigDecimal
- BIGINTEGER -
Static variable in class javax.management.openmbean.SimpleType
- The simple type for java.math.BigInteger
- BOOLEAN -
Static variable in class javax.management.openmbean.SimpleType
- The simple type for java.lang.Boolean
- BOOLEAN_TYPE_NAME -
Static variable in class org.jboss.mx.util.MetaDataUtil
-
- BYTE -
Static variable in class javax.management.openmbean.SimpleType
- The simple type for java.lang.Byte
- BYTE_TYPE_NAME -
Static variable in class org.jboss.mx.util.MetaDataUtil
-
- 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.
- BasicLoaderRepository - class org.jboss.mx.loading.BasicLoaderRepository.
- Implements a simple classloader repository for the MBean server.
- BasicLoaderRepository() -
Constructor for class org.jboss.mx.loading.BasicLoaderRepository
-
- BasicMBeanRegistry - class org.jboss.mx.server.registry.BasicMBeanRegistry.
- The registry for object name - object reference mapping in the
MBean server.
- BasicMBeanRegistry(MBeanServer, String, ClassLoaderRepository) -
Constructor for class org.jboss.mx.server.registry.BasicMBeanRegistry
- Constructs a new BasicMBeanRegistry.
- beginLoadTask(ClassLoadingTask, UnifiedLoaderRepository3) -
Static method in class org.jboss.mx.loading.LoadMgr3
- Initiate the class loading task.
- between(ValueExp, ValueExp, ValueExp) -
Static method in class javax.management.Query
- Tests a value is between two other values.
- bindAttributeAt(int, Method, Method) -
Method in class org.jboss.mx.capability.ReflectedMBeanDispatcher
-
- bindOperationAt(int, Method) -
Method in class org.jboss.mx.capability.ReflectedMBeanDispatcher
-
- build() -
Method in class org.jboss.mx.metadata.AbstractBuilder
-
- build() -
Method in class org.jboss.mx.metadata.JBossXMBean10
-
- build() -
Method in interface org.jboss.mx.metadata.MetaDataBuilder
- Constructs the Model MBean metadata.
- build() -
Method in class org.jboss.mx.metadata.StandardMetaData
-
- build() -
Method in class org.jboss.mx.metadata.XMLMetaData
- Constructs the Model MBean metadata.
- buildAttributeInfo(List) -
Method in class org.jboss.mx.metadata.JBossXMBean10
-
- buildConstructorInfo(List) -
Method in class org.jboss.mx.metadata.JBossXMBean10
-
- buildInterceptors(Element) -
Method in class org.jboss.mx.metadata.JBossXMBean10
-
- buildMBeanMetaData(String, List, List, List, List, Descriptor) -
Method in class org.jboss.mx.metadata.JBossXMBean10
-
- buildNotificationInfo(List) -
Method in class org.jboss.mx.metadata.JBossXMBean10
-
- buildOperationInfo(List, List) -
Method in class org.jboss.mx.metadata.JBossXMBean10
-
- buildParameterInfo(List) -
Method in class org.jboss.mx.metadata.JBossXMBean10
-
C
- CACHED_VALUE -
Static variable in interface org.jboss.mx.modelmbean.ModelMBeanConstants
-
- CACHE_ALWAYS -
Static variable in interface org.jboss.mx.modelmbean.ModelMBeanConstants
-
- CACHE_ALWAYS_LIMIT -
Static variable in interface org.jboss.mx.modelmbean.ModelMBeanConstants
-
- CACHE_NEVER -
Static variable in interface org.jboss.mx.modelmbean.ModelMBeanConstants
-
- CACHE_NEVER_LIMIT -
Static variable in interface org.jboss.mx.modelmbean.ModelMBeanConstants
-
- CHARACTER -
Static variable in class javax.management.openmbean.SimpleType
- The simple type for java.lang.Character
- CHAR_TYPE_NAME -
Static variable in class org.jboss.mx.util.MetaDataUtil
-
- CLASS -
Static variable in interface org.jboss.mx.modelmbean.ModelMBeanConstants
-
- CLASSLOADER -
Static variable in interface org.jboss.mx.server.ServerConstants
- The key for the context classloader for an MBean registration
- CLASSLOADER_ADDED -
Static variable in interface org.jboss.mx.server.ServerConstants
-
- CLASSLOADER_REMOVED -
Static variable in interface org.jboss.mx.server.ServerConstants
-
- CLASS_REMOVED -
Static variable in interface org.jboss.mx.server.ServerConstants
-
- CONSTRUCTOR_DESCRIPTOR -
Static variable in interface org.jboss.mx.modelmbean.ModelMBeanConstants
-
- CURRENCY_TIME_LIMIT -
Static variable in interface org.jboss.mx.modelmbean.ModelMBeanConstants
-
- ClassLoaderRepository - interface javax.management.loading.ClassLoaderRepository.
- A classloader repository.
- ClassLoaderUtils - class org.jboss.mx.loading.ClassLoaderUtils.
- Utility methods for class loader to package names, etc.
- ClassLoaderUtils() -
Constructor for class org.jboss.mx.loading.ClassLoaderUtils
-
- ClassLoadingTask - class org.jboss.mx.loading.ClassLoadingTask.
- An encapsulation of a UCL3.loadClass task.
- ClassLoadingTask(String, RepositoryClassLoader, Thread) -
Constructor for class org.jboss.mx.loading.ClassLoadingTask
-
- ClassLoadingTask(String, RepositoryClassLoader, Thread, int) -
Constructor for class org.jboss.mx.loading.ClassLoadingTask
-
- CompositeData - interface javax.management.openmbean.CompositeData.
- An Open Data Type for composite data structures.
- CompositeDataSupport - class javax.management.openmbean.CompositeDataSupport.
- An implementation of CompositeData.
- CompositeDataSupport(CompositeType, String[], Object[]) -
Constructor for class javax.management.openmbean.CompositeDataSupport
- Construct Composite Data
- CompositeDataSupport(CompositeType, Map) -
Constructor for class javax.management.openmbean.CompositeDataSupport
- Construct Composite Data
- CompositeType - class javax.management.openmbean.CompositeType.
- The CompositeType is an OpenType that describes CompositeData.
- CompositeType(String, String, String[], String[], OpenType[]) -
Constructor for class javax.management.openmbean.CompositeType
- Construct a composite type.
- CounterMonitor - class javax.management.monitor.CounterMonitor.
- The counter monitor service.
- CounterMonitor() -
Constructor for class javax.management.monitor.CounterMonitor
- Default Constructor
- CounterMonitorMBean - interface javax.management.monitor.CounterMonitorMBean.
- The counter monitor service MBean interface.
- cacheLoadedClass(String, Class, ClassLoader) -
Method in class org.jboss.mx.loading.UnifiedLoaderRepository3
- Add a Class to the repository cache.
- cacheMBeanInfo(MBeanInfo) -
Method in class javax.management.StandardMBean
- Sets the cached mbean info
- calculateIndex(CompositeData) -
Method in interface javax.management.openmbean.TabularData
- Calculate the index for the value passed if it were added to the
tabular data.
- calculateIndex(CompositeData) -
Method in class javax.management.openmbean.TabularDataSupport
-
- capacityIncrement -
Static variable in class javax.management.monitor.Monitor
- The amount by which arrays are incremented.
- check(String, URL, String, MLetContent) -
Method in class javax.management.loading.MLet
- This method is to be overridden when extending this service to support
caching and versioning.
- checkAssignable(String, Class, Object) -
Method in class org.jboss.mx.interceptor.AttributeDispatcher
-
- checkAssignable(String, Class, Object) -
Method in class org.jboss.mx.interceptor.ModelMBeanAttributeInterceptor
-
- checkAssignable(String, Class, Object) -
Method in class org.jboss.mx.interceptor.ModelMBeanOperationInterceptor
-
- checkMaxDegree(int) -
Method in class javax.management.relation.RoleInfo
- Check to see whether a given value is less than or equal to the
maximum degree.
- checkMinDegree(int) -
Method in class javax.management.relation.RoleInfo
- Check to see whether a given value is greater than or equal to the
minimum degree.
- checkRoleReading(String, String) -
Method in class javax.management.relation.RelationService
-
- checkRoleReading(String, String) -
Method in interface javax.management.relation.RelationServiceMBean
- Checks whether the passed role can be read in the given
relation type.
- checkRoleWriting(Role, String, Boolean) -
Method in class javax.management.relation.RelationService
-
- checkRoleWriting(Role, String, Boolean) -
Method in interface javax.management.relation.RelationServiceMBean
- Checks whether the passed role can be written in the given
relation type.
- classattr() -
Static method in class javax.management.Query
- What is this?
- classname -
Variable in class org.jboss.mx.loading.ClassLoadingTask
-
- clear() -
Method in interface javax.management.openmbean.TabularData
- Removes all CompositeData values from the Tabular Data
- clear() -
Method in class javax.management.openmbean.TabularDataSupport
-
- clearBlackLists() -
Method in class org.jboss.mx.loading.RepositoryClassLoader
- Clear all blacklists
- clearClassBlackList() -
Method in class org.jboss.mx.loading.RepositoryClassLoader
- Clear any class black list.
- clearResourceBlackList() -
Method in class org.jboss.mx.loading.RepositoryClassLoader
- Clear any resource blacklist.
- 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
-
- 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.
- clone() -
Method in class javax.management.openmbean.TabularDataSupport
-
- clone() -
Method in class javax.management.relation.Role
- Clones the object.
- clone() -
Method in class javax.management.relation.RoleList
- Cloning, creates a new RoleList with the same elements.
- clone() -
Method in class javax.management.relation.RoleUnresolved
- Clones the object.
- clone() -
Method in class javax.management.relation.RoleUnresolvedList
- Cloning.
- clonePackageSet(Object) -
Static method in class org.jboss.mx.loading.ClassLoaderUtils
- Clone a package set
- code -
Variable in class org.jboss.mx.metadata.AttributeOperationResolver.Node
-
- compare(LoaderRepository) -
Method in class org.jboss.mx.loading.HeirarchicalLoaderRepository3
-
- compare(LoaderRepository) -
Method in class org.jboss.mx.loading.LoaderRepository
- Compare two loader repository, by default we do no special ordering
- compareTo(Object) -
Method in class org.jboss.mx.util.SchedulableRunnable
-
- configParserClassName -
Variable in class org.jboss.mx.loading.LoaderRepositoryFactory.LoaderRepositoryConfig
-
- configure(LoaderRepository, String) -
Method in class org.jboss.mx.loading.HeirarchicalLoaderRepository3ConfigParser
- Set the HeirarchicalLoaderRepository3.UseParentFirst attribute based on
the value of the java2ParentDelegation property found in the config.
- configure(LoaderRepository, String) -
Method in interface org.jboss.mx.loading.LoaderRepositoryFactory.LoaderRepositoryConfigParser
-
- configureInterceptorStack(ModelMBeanInfo, MBeanServer, ObjectName) -
Method in class org.jboss.mx.modelmbean.ModelMBeanInvoker
- Build the getMBeanInfo, operation, and attribute interceptor stacks
and associated these with the corresponding InvocationContexts.
- configureInterceptorStack(ModelMBeanInfo, MBeanServer, ObjectName) -
Method in class org.jboss.mx.modelmbean.XMBean
-
- constructorContextMap -
Variable in class org.jboss.mx.server.AbstractMBeanInvoker
-
- contains(ObjectName) -
Method in class org.jboss.mx.server.registry.BasicMBeanRegistry
-
- contains(ObjectName) -
Method in interface org.jboss.mx.server.registry.MBeanRegistry
- Test whether an object name is registered.
- containsKey(String) -
Method in interface javax.management.openmbean.CompositeData
- Tests whether a key is part of this composite data
- containsKey(String) -
Method in class javax.management.openmbean.CompositeDataSupport
-
- containsKey(String) -
Method in class javax.management.openmbean.CompositeType
- Determine whether this CompositeType contains the itemName
- containsKey(Object[]) -
Method in interface javax.management.openmbean.TabularData
- Determine whether the tabular data contains the passed value as a row.
- containsKey(Object[]) -
Method in class javax.management.openmbean.TabularDataSupport
-
- containsKey(Object) -
Method in class javax.management.openmbean.TabularDataSupport
-
- containsObservedObject(ObjectName) -
Method in class javax.management.monitor.Monitor
-
- containsObservedObject(ObjectName) -
Method in interface javax.management.monitor.MonitorMBean
- Checks whether the object name is monitored.
- containsValue(Object) -
Method in interface javax.management.openmbean.CompositeData
- Tests whether a item exists with the passed value
- containsValue(Object) -
Method in class javax.management.openmbean.CompositeDataSupport
-
- containsValue(CompositeData) -
Method in interface javax.management.openmbean.TabularData
- Determine whether the tabular data contains the passed value.
- containsValue(CompositeData) -
Method in class javax.management.openmbean.TabularDataSupport
-
- containsValue(Object) -
Method in class javax.management.openmbean.TabularDataSupport
-
- convert(String) -
Static method in class org.jboss.mx.util.ObjectNameConverter
- Parses the given Object Name String representation and
replaces any invalid characters in property keays and values with
valid characters.
- convert(String, Hashtable) -
Static method in class org.jboss.mx.util.ObjectNameConverter
- Check the keys and values of the properties and convert invalid characters
- convertCharacters(String, boolean) -
Static method in class org.jboss.mx.util.ObjectNameConverter
- Encrypt or decrypt the forbidden characters in an Object Name value property
- convertObjectToPrimitive(ConstantPoolGen, String) -
Static method in class org.jboss.mx.capability.OptimizedMBeanDispatcher
- Converts a reference of a primitve wrapper object into a primite value type.
- convertPrimitiveToObject(ConstantPoolGen, String) -
Static method in class org.jboss.mx.capability.OptimizedMBeanDispatcher
- Converts a primitive into its corresponding object wrapper reference.
- convertValue(String, String) -
Method in class org.jboss.mx.metadata.JBossXMBean10
- Describe
convertType
method here.
- copy(InvocationContext) -
Method in class org.jboss.mx.server.InvocationContext
-
- create(MBeanInfo, Object) -
Static method in class org.jboss.mx.capability.DispatcherFactory
- Creates a Dispatcher for an arbitrary resource.
- create(MBeanInfo, Object, AttributeOperationResolver) -
Static method in class org.jboss.mx.capability.DispatcherFactory
- Creates a dispatcher for an arbitrary resource using the named AttributeOperationResolver.
- create(MBeanInfo, Object) -
Static method in class org.jboss.mx.capability.OptimizedMBeanDispatcher
-
- create(NotificationListener, NotificationFilter, Object) -
Method in class org.jboss.mx.notification.DefaultListenerRegistrationFactory
-
- create(NotificationListener, NotificationFilter, Object) -
Method in interface org.jboss.mx.notification.ListenerRegistrationFactory
- Create a listener registration
- create(NotificationListener, NotificationFilter, Object) -
Method in class org.jboss.mx.notification.MBeanServerListenerRegistrationFactory
-
- create(String, Element) -
Method in interface org.jboss.mx.persistence.AttributePersistenceManager
- Initializes the AttributePersistenceManager using
the supplied configuration element CONFIG_ELEMENT
whose content will be probably different for each
particular implementation.
- create() -
Static method in class org.jboss.mx.util.AgentID
- Creates a new agent ID string.
- create(Class, Class, ObjectName, String) -
Static method in class org.jboss.mx.util.MBeanProxy
- Convenience method for registering an MBean and retrieving a proxy for it.
- create(Class, Class, ObjectName, MBeanServer) -
Static method in class org.jboss.mx.util.MBeanProxy
- Convenience method for registering an MBean and retrieving a proxy for it.
- create(Class, String) -
Static method in class org.jboss.mx.util.MBeanProxyExt
- Create an MBean proxy.
- create(Class, String, MBeanServer) -
Static method in class org.jboss.mx.util.MBeanProxyExt
- Create an MBean proxy.
- create(Class, ObjectName) -
Static method in class org.jboss.mx.util.MBeanProxyExt
- Create an MBean proxy.
- create(Class, ObjectName, MBeanServer) -
Static method in class org.jboss.mx.util.MBeanProxyExt
- Create an MBean proxy.
- create(String) -
Static method in class org.jboss.mx.util.ObjectNameFactory
-
- create(String, String, String) -
Static method in class org.jboss.mx.util.ObjectNameFactory
-
- create(String, Hashtable) -
Static method in class org.jboss.mx.util.ObjectNameFactory
-
- createConstructor(ConstantPoolGen, String) -
Static method in class org.jboss.mx.capability.OptimizedMBeanDispatcher
- creates constructor <init>(MBeanInfo info, AttributeOperationResolver resolver, Object resource)
that calls super(info, resolver, resource) in its implementation
- createInvoke(ConstantPoolGen, MBeanInfo, String, String) -
Static method in class org.jboss.mx.capability.OptimizedMBeanDispatcher
- Creates the implementation of the invoke(String actionName, Object[] args, String[] signature)
method.
- createLoaderRepository(MBeanServer, String, ObjectName) -
Static method in class org.jboss.mx.loading.LoaderRepositoryFactory
- Create a LoaderRepository instance of type repositoryClassName and
register it under repositoryName if there is not already an instance
registered.
- createLoaderRepository(MBeanServer, LoaderRepositoryFactory.LoaderRepositoryConfig) -
Static method in class org.jboss.mx.loading.LoaderRepositoryFactory
- Create and configure a LoaderRepository instance using the given config
if there is not already an instance registered.
- createMBean(String, ObjectName) -
Method in interface javax.management.MBeanServer
- Create an MBean registered using the given object name.
- createMBean(String, ObjectName, ObjectName) -
Method in interface javax.management.MBeanServer
- Create an MBean registered using the given object name.
- createMBean(String, ObjectName, Object[], String[]) -
Method in interface javax.management.MBeanServer
- Create an MBean registered using the given object name.
- createMBean(String, ObjectName, ObjectName, Object[], String[]) -
Method in interface javax.management.MBeanServer
- Create an MBean registered using the given object name.
- createMBean(String, ObjectName) -
Method in interface javax.management.MBeanServerConnection
- Create an MBean registered using the given object name.
- createMBean(String, ObjectName, ObjectName) -
Method in interface javax.management.MBeanServerConnection
- Create an MBean registered using the given object name.
- createMBean(String, ObjectName, Object[], String[]) -
Method in interface javax.management.MBeanServerConnection
- Create an MBean registered using the given object name.
- createMBean(String, ObjectName, ObjectName, Object[], String[]) -
Method in interface javax.management.MBeanServerConnection
- Create an MBean registered using the given object name.
- createMBean(String, ObjectName) -
Method in class org.jboss.mx.server.MBeanServerImpl
-
- createMBean(String, ObjectName, Object[], String[]) -
Method in class org.jboss.mx.server.MBeanServerImpl
-
- createMBean(String, ObjectName, ObjectName) -
Method in class org.jboss.mx.server.MBeanServerImpl
-
- createMBean(String, ObjectName, ObjectName, Object[], String[]) -
Method in class org.jboss.mx.server.MBeanServerImpl
-
- createMBean(MBeanElement) -
Method in class org.jboss.mx.util.MBeanInstaller
-
- createMBeanServer() -
Static method in class javax.management.MBeanServerFactory
-
- createMBeanServer(String) -
Static method in class javax.management.MBeanServerFactory
-
- createMap(Class) -
Method in class org.jboss.mx.metadata.MethodMapper
- creates the signature string to Method HashMap.
- createMap(Class) -
Method in class org.jboss.mx.server.MethodMapper
- creates the signature string to Method HashMap.
- createNode(String) -
Method in class org.jboss.mx.metadata.AttributeOperationResolver
-
- createNotification(String, Object, long, String, Object, String, ObjectName, Object) -
Method in interface org.jboss.mx.util.MonitorCallback
-
- createObjectName() -
Method in class org.jboss.mx.interceptor.AbstractSharedInterceptor
- Creates an object name for this interceptor.
- createOrGetNode(AttributeOperationResolver.Node, String) -
Method in class org.jboss.mx.metadata.AttributeOperationResolver
-
- createRegistry(String) -
Method in class org.jboss.mx.server.MBeanServerImpl
-
- createRelation(String, String, RoleList) -
Method in class javax.management.relation.RelationService
-
- createRelation(String, String, RoleList) -
Method in interface javax.management.relation.RelationServiceMBean
- Create a simple relation using
RelationSupport
for a relation
type within the relation service.
- createRelationType(String, RoleInfo[]) -
Method in class javax.management.relation.RelationService
-
- createRelationType(String, RoleInfo[]) -
Method in interface javax.management.relation.RelationServiceMBean
- Create a relation type within the relation service.
- createValueNode(AttributeOperationResolver.Node, String) -
Method in class org.jboss.mx.metadata.AttributeOperationResolver
-
D
- DATE -
Static variable in class javax.management.openmbean.SimpleType
- The simple type for java.lang.Date
- DATE -
Static variable in class org.jboss.mx.util.MBeanInstaller
-
- DEBUG -
Static variable in class org.jboss.mx.util.TimeFormat
-
- DEFAULT -
Static variable in interface org.jboss.mx.modelmbean.ModelMBeanConstants
-
- DEFAULT_DOMAIN -
Static variable in interface org.jboss.mx.server.ServerConstants
- The default domain name for the MBean server.
- DEFAULT_LOADER_NAME -
Static variable in interface org.jboss.mx.server.ServerConstants
-
- DEFAULT_LOADER_REPOSITORY -
Static variable in class org.jboss.mx.loading.LoaderRepositoryFactory
- The JMX name of the parent LoaderRepository
- DEFAULT_LOADER_REPOSITORY_CLASS -
Static variable in interface org.jboss.mx.server.ServerConstants
-
- DEFAULT_MBEAN_REGISTRY_CLASS -
Static variable in interface org.jboss.mx.server.ServerConstants
-
- DEFAULT_MBEAN_SERVER_BUILDER_CLASS -
Static variable in interface org.jboss.mx.server.ServerConstants
-
- DEFAULT_REQUIRED_MODELMBEAN_CLASS -
Static variable in interface org.jboss.mx.server.ServerConstants
- This constant defines the default Model MBean implementation used for spec
required Model MBean (javax.management.modelmbean.RequiredModelMBean)
instance.
- DEFAULT_SCOPED_REPOSITORY_CLASS -
Static variable in interface org.jboss.mx.server.ServerConstants
-
- DEFAULT_SCOPED_REPOSITORY_PARSER_CLASS -
Static variable in interface org.jboss.mx.server.ServerConstants
-
- DELEGATING_PM_OPERATION_DEFAULT_VALUE -
Static variable in interface org.jboss.mx.modelmbean.ModelMBeanConstants
-
- DELEGATING_PM_OPERATION_DESCRIPTOR -
Static variable in interface org.jboss.mx.modelmbean.ModelMBeanConstants
- Extended descriptor used in conjuction with DelegatingPersistenceManager
to specify the operation name that will be called on the external MBean service
for creating AttributePersistenceManager objects.
- DELEGATING_PM_SERVICE_DEFAULT_VALUE -
Static variable in interface org.jboss.mx.modelmbean.ModelMBeanConstants
-
- DELEGATING_PM_SERVICE_DESCRIPTOR -
Static variable in interface org.jboss.mx.modelmbean.ModelMBeanConstants
- Extended descriptor used in conjuction with DelegatingPersistenceManager
to specify an external MBean service that will be used as a factory
for creating AttributePersistenceManager objects.
- DESCRIPTOR -
Static variable in interface org.jboss.mx.modelmbean.XMBeanConstants
- Resource type string identifying a resource object that is part of
a descriptor object.
- DESCRIPTOR_TYPE -
Static variable in interface org.jboss.mx.modelmbean.ModelMBeanConstants
-
- DISPLAY_NAME -
Static variable in interface org.jboss.mx.modelmbean.ModelMBeanConstants
-
- DIV -
Static variable in class javax.management.Query
- Divide expression
- DOUBLE -
Static variable in class javax.management.openmbean.SimpleType
- The simple type for java.lang.Double
- DOUBLE_TYPE_NAME -
Static variable in class org.jboss.mx.util.MetaDataUtil
-
- DYNAMIC_MBEAN -
Static variable in class org.jboss.mx.metadata.MBeanCapability
-
- DefaultExceptionHandler - class org.jboss.mx.util.DefaultExceptionHandler.
- Default exception handler for MBean proxy.
- DefaultExceptionHandler() -
Constructor for class org.jboss.mx.util.DefaultExceptionHandler
-
- DefaultListenerRegistration - class org.jboss.mx.notification.DefaultListenerRegistration.
- The default notification listener registration.
- DefaultListenerRegistration(NotificationListener, NotificationFilter, Object) -
Constructor for class org.jboss.mx.notification.DefaultListenerRegistration
- Create a listener registration
- DefaultListenerRegistrationFactory - class org.jboss.mx.notification.DefaultListenerRegistrationFactory.
- The default listener registration factory.
- DefaultListenerRegistrationFactory() -
Constructor for class org.jboss.mx.notification.DefaultListenerRegistrationFactory
-
- DefaultLoaderRepository - class javax.management.DefaultLoaderRepository.
- Deprecated. Use MBeanServer.getClassLoaderRepository()} instead.
- DefaultLoaderRepository() -
Constructor for class javax.management.DefaultLoaderRepository
- Deprecated.
- DefaultLoaderRepository - class javax.management.loading.DefaultLoaderRepository.
- Deprecated. Use MBeanServer.getClassLoaderRepository() instead.
- DefaultLoaderRepository() -
Constructor for class javax.management.loading.DefaultLoaderRepository
- Deprecated.
- DelegatingPersistenceManager - class org.jboss.mx.persistence.DelegatingPersistenceManager.
- DelegatingPersistenceManager.
- DelegatingPersistenceManager() -
Constructor for class org.jboss.mx.persistence.DelegatingPersistenceManager
-
- 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.
- 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 empty arrays, an empty descriptor is created.
- DescriptorSupport(String[]) -
Constructor for class javax.management.modelmbean.DescriptorSupport
-
- DescriptorSupport(String) -
Constructor for class javax.management.modelmbean.DescriptorSupport
- Descriptor constructor taking an XML String.
- DispatchClassLoader - class org.jboss.mx.capability.DispatchClassLoader.
- DispatcherFactory - class org.jboss.mx.capability.DispatcherFactory.
- Creates and binds a dispatcher
- DispatcherFactory() -
Constructor for class org.jboss.mx.capability.DispatcherFactory
-
- DynamicMBean - interface javax.management.DynamicMBean.
- The DynamicMBean interface is implemented by resources that expose
their definition at runtime.
- DynamicMBeanSupport - class org.jboss.mx.util.DynamicMBeanSupport.
- A noop stub implementation of DynamicMBean
- DynamicMBeanSupport() -
Constructor for class org.jboss.mx.util.DynamicMBeanSupport
-
- dbgTag -
Variable in class javax.management.monitor.Monitor
- Deprecated. No replacement.
- decode(Throwable) -
Static method in class org.jboss.mx.util.JMXExceptionDecoder
- Attempt to decode the given Throwable.
- decodeToJMXException(Throwable) -
Static method in class org.jboss.mx.util.JMXExceptionDecoder
- Unwrap a possibly nested jmx exception down to the last
JMException || JMRuntimeException.
- definePackage(String) -
Method in class org.jboss.mx.loading.RepositoryClassLoader
- Define the package for the class if not already done
- delegate -
Variable in class org.jboss.mx.server.registry.BasicMBeanRegistry
- Direct reference to the mandatory MBean server delegate MBean.
- description -
Variable in class javax.management.MBeanFeatureInfo
- Human readable description string of the MBean feature.
- deserialize(ObjectName, byte[]) -
Method in interface javax.management.MBeanServer
- Deprecated. use
MBeanServer.getClassLoaderFor(ObjectName)
to obtain the
appropriate classloader for deserialization
- deserialize(String, byte[]) -
Method in interface javax.management.MBeanServer
- Deprecated. use
MBeanServer.getClassLoaderFor(ObjectName)
to obtain the
appropriate classloader for deserialization
- deserialize(String, ObjectName, byte[]) -
Method in interface javax.management.MBeanServer
- Deprecated. use
MBeanServer.getClassLoaderFor(ObjectName)
to obtain the
appropriate classloader for deserialization
- deserialize(ObjectName, byte[]) -
Method in class org.jboss.mx.server.MBeanServerImpl
- Deprecated.
- deserialize(String, byte[]) -
Method in class org.jboss.mx.server.MBeanServerImpl
- Deprecated.
- deserialize(String, ObjectName, byte[]) -
Method in class org.jboss.mx.server.MBeanServerImpl
- Deprecated.
- deserialize(MBeanElement) -
Method in class org.jboss.mx.util.MBeanInstaller
-
- deserialize(byte[]) -
Static method in class org.jboss.mx.util.SerializationHelper
- deserialize, using the current Thread Context classloader
- deserialize(byte[], ClassLoader) -
Static method in class org.jboss.mx.util.SerializationHelper
- deserialize an object using a specific ClassLoader
- destroy() -
Method in class org.jboss.mx.interceptor.AbstractInterceptor
-
- destroy() -
Method in class org.jboss.mx.interceptor.AbstractSharedInterceptor
- This method is part of the interceptor MBean's registration lifecycle.
- destroy() -
Method in interface org.jboss.mx.interceptor.Interceptor
- This method is part of the interceptor lifecycle.
- destroy() -
Method in interface org.jboss.mx.persistence.AttributePersistenceManager
- Releases resources and destroys the AttributePersistenceManager.
- destroyLoaderRepository(MBeanServer, ObjectName) -
Static method in class org.jboss.mx.loading.LoaderRepositoryFactory
-
- disableAllAttributes() -
Method in class javax.management.AttributeChangeNotificationFilter
- Disables all attribute change notifications.
- disableAllObjectNames() -
Method in class javax.management.relation.MBeanServerNotificationFilter
- Disable all object names.
- 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.
- disableObjectName(ObjectName) -
Method in class javax.management.relation.MBeanServerNotificationFilter
- Disable an object name.
- disableType(String) -
Method in class javax.management.NotificationFilterSupport
- Disable a notification type.
- dispatch() -
Method in class org.jboss.mx.server.Invocation
-
- displayClassInfo(Class, StringBuffer) -
Static method in class org.jboss.mx.loading.ClassLoaderUtils
- Format a string buffer containing the Class, Interfaces, CodeSource,
and ClassLoader information for the given object clazz.
- displayClassInfo(String) -
Method in class org.jboss.mx.loading.UnifiedLoaderRepository3
- A utility method that iterates over all repository class loaders and
display the class information for every UCL that contains the given
className
- displayClassInfo(String) -
Method in interface org.jboss.mx.loading.UnifiedLoaderRepository3MBean
- A utility method that iterates over all repository class loader and
display the class information for every UCL that contains the given
className
- div(ValueExp, ValueExp) -
Static method in class javax.management.Query
- An expression that divides the first expression by the second
- doRun() -
Method in class org.jboss.mx.util.MonitorRunnable
- Run the montior
- doRun() -
Method in class org.jboss.mx.util.SchedulableRunnable
- Do the work, the scheduled runnable should do its work here
- dynamic -
Variable in class org.jboss.mx.interceptor.ReflectedDispatcher
-
- dynamicResource -
Variable in class org.jboss.mx.server.AbstractMBeanInvoker
- Whether this is a dynamic resource
E
- EQ -
Static variable in class javax.management.Query
- Equals expression
- EXPORT -
Static variable in interface org.jboss.mx.modelmbean.ModelMBeanConstants
-
- ExceptionHandler - class org.jboss.mx.server.ExceptionHandler.
- Handles exceptions and wraps them if neccessary, arccording to the spec.
- elementCount -
Variable in class javax.management.monitor.Monitor
- The number of valid elements in the arrays.
- enableAllObjectNames() -
Method in class javax.management.relation.MBeanServerNotificationFilter
- Enable all object names.
- enableAttribute(String) -
Method in class javax.management.AttributeChangeNotificationFilter
- Enables the attribute change notifications of the given attribute to be
sent to the listener.
- enableObjectName(ObjectName) -
Method in class javax.management.relation.MBeanServerNotificationFilter
- Enable an object name.
- enableType(String) -
Method in class javax.management.NotificationFilterSupport
- Enable a notification type.
- endLoadTask(ClassLoadingTask) -
Static method in class org.jboss.mx.loading.LoadMgr3
- Complete a ClassLoadingTask.
- entrySet() -
Method in class javax.management.openmbean.TabularDataSupport
-
- eq(ValueExp, ValueExp) -
Static method in class javax.management.Query
- Equals Comparison.
- eqKid -
Variable in class org.jboss.mx.metadata.AttributeOperationResolver.Node
-
- equals(Object) -
Method in class javax.management.Attribute
- Compares two attributes for equality.
- equals(Object) -
Method in class javax.management.MBeanAttributeInfo
-
- equals(Object) -
Method in class javax.management.MBeanConstructorInfo
-
- equals(Object) -
Method in class javax.management.MBeanFeatureInfo
-
- equals(Object) -
Method in class javax.management.MBeanInfo
-
- equals(Object) -
Method in class javax.management.MBeanNotificationInfo
-
- equals(Object) -
Method in class javax.management.MBeanOperationInfo
-
- equals(Object) -
Method in class javax.management.MBeanParameterInfo
-
- equals(Object) -
Method in class javax.management.MBeanPermission
- Checks two MBeanPermission objects for equality.
- equals(Object) -
Method in class javax.management.ObjectInstance
-
- equals(Object) -
Method in class javax.management.ObjectName
-
- equals(Object) -
Method in class javax.management.openmbean.ArrayType
-
- equals(Object) -
Method in interface javax.management.openmbean.CompositeData
- Tests whether two composite data objects are equal
- equals(Object) -
Method in class javax.management.openmbean.CompositeDataSupport
-
- equals(Object) -
Method in class javax.management.openmbean.CompositeType
- Tests for equality with another composite type
- equals(Object) -
Method in interface javax.management.openmbean.OpenMBeanAttributeInfo
- Compares an object for equality with the implementing class.
- equals(Object) -
Method in class javax.management.openmbean.OpenMBeanAttributeInfoSupport
-
- equals(Object) -
Method in interface javax.management.openmbean.OpenMBeanConstructorInfo
- Compares an object for equality with the implementing class.
- equals(Object) -
Method in class javax.management.openmbean.OpenMBeanConstructorInfoSupport
-
- equals(Object) -
Method in interface javax.management.openmbean.OpenMBeanInfo
- Compares an object for equality with the implementing class.
- equals(Object) -
Method in class javax.management.openmbean.OpenMBeanInfoSupport
-
- equals(Object) -
Method in interface javax.management.openmbean.OpenMBeanOperationInfo
- Compares an object for equality with the implementing class.
- equals(Object) -
Method in class javax.management.openmbean.OpenMBeanOperationInfoSupport
-
- equals(Object) -
Method in interface javax.management.openmbean.OpenMBeanParameterInfo
- Compares an object for equality with the implementing class.
- equals(Object) -
Method in class javax.management.openmbean.OpenMBeanParameterInfoSupport
-
- equals(Object) -
Method in class javax.management.openmbean.OpenType
- Compares two object types for equality
- equals(Object) -
Method in class javax.management.openmbean.SimpleType
-
- equals(Object) -
Method in interface javax.management.openmbean.TabularData
- Tests whether two tabular data objects are equal
- equals(Object) -
Method in class javax.management.openmbean.TabularDataSupport
- Compares the specified obj parameter with this TabularDataSupport instance for equality.
- equals(Object) -
Method in class javax.management.openmbean.TabularType
- Tests for equality with another composite type
- equals(Object) -
Method in class org.jboss.mx.loading.RepositoryClassLoader
- This is here to document that this must delegate to the
super implementation to perform identity based equality.
- equals(Object) -
Method in class org.jboss.mx.notification.DefaultListenerRegistration
-
- equals(Object) -
Method in class org.jboss.mx.server.AbstractMBeanInvoker.OperationKey
-
- equals(Object) -
Method in class org.jboss.mx.server.ServerObjectInstance
-
- equals(Object) -
Method in class org.jboss.mx.util.MBeanProxyExt
- We need to override this because by default equals returns false
when called on the proxy object and then relayed here.
- equals(Object) -
Method in class org.jboss.mx.util.SchedulableRunnable
-
- exists(String) -
Method in interface org.jboss.mx.persistence.AttributePersistenceManager
- Checks if a persistened AttributeList for this particular
id exists
F
- FINISHED -
Static variable in class org.jboss.mx.loading.ClassLoadingTask
-
- FLOAT -
Static variable in class javax.management.openmbean.SimpleType
- The simple type for java.lang.Float
- FLOAT_TYPE_NAME -
Static variable in class org.jboss.mx.util.MetaDataUtil
-
- FOUND_CLASS_LOADER -
Static variable in class org.jboss.mx.loading.ClassLoadingTask
-
- fInfosToRestore -
Variable in class org.jboss.mx.persistence.MbeanInfoDbPm
-
- fLoadedFromFs -
Variable in class org.jboss.mx.persistence.MbeanInfoDbPm
-
- fLogger -
Variable in class org.jboss.mx.persistence.MBeanInfoOdb
-
- fMbInfosToStore -
Variable in class org.jboss.mx.server.registry.BasicMBeanRegistry
-
- fMbInfosToStore -
Variable in class org.jboss.mx.server.registry.MbeanInfoDb
-
- fMbeanInfoDb -
Variable in class org.jboss.mx.persistence.MbeanInfoDbPm
-
- fMbeanServer -
Variable in class org.jboss.mx.persistence.MbeanInfoDbPm
-
- fMbiDbRoot -
Variable in class org.jboss.mx.persistence.MbeanInfoDbPm
-
- fNamesToRestore -
Variable in class org.jboss.mx.persistence.MbeanInfoDbPm
-
- fileName(ObjectName) -
Method in class org.jboss.mx.persistence.MbeanInfoDbPm
-
- finalSubString(AttributeValueExp, StringValueExp) -
Static method in class javax.management.Query
- Tests an attribute ends with a string as a subset.
- findAssociatedMBeans(ObjectName, String, String) -
Method in class javax.management.relation.RelationService
-
- findAssociatedMBeans(ObjectName, String, String) -
Method in interface javax.management.relation.RelationServiceMBean
- Retrieves MBeans associated with the passed MBean in the passed
relation type and role.
- findClass(String) -
Method in class javax.management.loading.MLet
-
- findClass(String) -
Method in class org.jboss.mx.capability.DispatchClassLoader
-
- findClass(String) -
Method in class org.jboss.mx.loading.RepositoryClassLoader
- Called by loadClassLocally to find the requested class within this
class loaders class path.
- findClassLocally(String) -
Method in class org.jboss.mx.loading.RepositoryClassLoader
- Find the class
- findEntries(ObjectName) -
Method in class org.jboss.mx.server.registry.BasicMBeanRegistry
-
- findEntries(ObjectName) -
Method in interface org.jboss.mx.server.registry.MBeanRegistry
- Return a List of MBeanEntry objects with ObjectNames that match the
specified pattern.
- findLibrary(String) -
Method in class javax.management.loading.MLet
-
- findMBeanServer(String) -
Static method in class javax.management.MBeanServerFactory
-
- findReferencingRelations(ObjectName, String, String) -
Method in class javax.management.relation.RelationService
-
- findReferencingRelations(ObjectName, String, String) -
Method in interface javax.management.relation.RelationServiceMBean
- Retrieves MBeans referencing the passed MBean in the passed
relation type and role.
- findRelationsOfType(String) -
Method in class javax.management.relation.RelationService
-
- findRelationsOfType(String) -
Method in interface javax.management.relation.RelationServiceMBean
- Retrieves the relation ids for relations of the passed type.
- findResources(String) -
Method in class org.jboss.mx.loading.RepositoryClassLoader
- Find all resource URLs for the given name.
- findResourcesLocally(String) -
Method in class org.jboss.mx.loading.RepositoryClassLoader
- Provides the same functionality as
URLClassLoader.findResources(java.lang.String)
.
- findStandardInterface(Class) -
Static method in class org.jboss.mx.metadata.StandardMetaData
- Locates an interface for a class that matches the Standard MBean naming
convention.
- flush() -
Method in class org.jboss.mx.loading.UnifiedLoaderRepository3
-
- flush() -
Method in interface org.jboss.mx.loading.UnifiedLoaderRepository3MBean
- Flush the ULR classes cache
- format(int) -
Method in class org.jboss.mx.util.TimeFormat
- format string based on rouding
- format(String, long) -
Static method in class org.jboss.mx.util.TimeFormat
- format with a date time
G
- GE -
Static variable in class javax.management.Query
- Greater than or equals expression
- GENERIC_MODELMBEAN_NOTIFICATION -
Static variable in interface org.jboss.mx.modelmbean.ModelMBeanConstants
-
- GET_METHOD -
Static variable in interface org.jboss.mx.modelmbean.ModelMBeanConstants
-
- GET_METHOD_ATTRIBUTE -
Static variable in interface org.jboss.mx.modelmbean.XMBeanConstants
-
- GT -
Static variable in class javax.management.Query
- Greater than expression
- GaugeMonitor - class javax.management.monitor.GaugeMonitor.
- The gauge monitor service.
- GaugeMonitor() -
Constructor for class javax.management.monitor.GaugeMonitor
- Default Constructor
- GaugeMonitorMBean - interface javax.management.monitor.GaugeMonitorMBean.
- The gauge monitor service MBean interface.
- geq(ValueExp, ValueExp) -
Static method in class javax.management.Query
- Greater than or Equals Comparison.
- get(String) -
Method in interface javax.management.openmbean.CompositeData
- Retrieve the value for the item with the passed key
- get(String) -
Method in class javax.management.openmbean.CompositeDataSupport
-
- get(Object[]) -
Method in interface javax.management.openmbean.TabularData
- Retrieve the composite data for the passed index.
- get(Object[]) -
Method in class javax.management.openmbean.TabularDataSupport
-
- get(Object) -
Method in class javax.management.openmbean.TabularDataSupport
-
- get(ObjectName) -
Method in class org.jboss.mx.server.registry.BasicMBeanRegistry
-
- get(ObjectName) -
Method in interface org.jboss.mx.server.registry.MBeanRegistry
- Retrieve the registration for an object name.
- get(MBeanServer) -
Static method in class org.jboss.mx.util.AgentID
- Returns the agent identifier string of a given MBean server instance.
- get(Class, ObjectName, String) -
Static method in class org.jboss.mx.util.MBeanProxy
- Creates a proxy to an MBean in the given MBean server.
- get(Class, ObjectName, MBeanServer) -
Static method in class org.jboss.mx.util.MBeanProxy
- Creates a proxy to an MBean in the given MBean server.
- get(ObjectName, MBeanServer) -
Static method in class org.jboss.mx.util.MBeanProxy
-
- getActions() -
Method in class javax.management.MBeanPermission
- Returns the "canonical string representation" of the actions.
- getAddedOrder() -
Method in class org.jboss.mx.loading.RepositoryClassLoader
- Get the order this classloader was added to the repository
- getAll(String[]) -
Method in interface javax.management.openmbean.CompositeData
- Retrieve the arrray of values for the item with the passed keys
- getAll(String[]) -
Method in class javax.management.openmbean.CompositeDataSupport
- Returns an array of the values of the items whose names are specified by keys, in the same order as keys.
- getAllNotificationIDs() -
Method in class javax.management.timer.Timer
-
- getAllNotificationIDs() -
Method in interface javax.management.timer.TimerMBean
- Retrieves all timer notifications ids.
- getAllRelationIds() -
Method in class javax.management.relation.RelationService
-
- getAllRelationIds() -
Method in interface javax.management.relation.RelationServiceMBean
- Retrieves all the relation ids.
- getAllRelationTypeNames() -
Method in class javax.management.relation.RelationService
-
- getAllRelationTypeNames() -
Method in interface javax.management.relation.RelationServiceMBean
- Retrieves all the relation type names.
- getAllRoles() -
Method in interface javax.management.relation.Relation
- Retrieves all the roles in this relation.
- getAllRoles(String) -
Method in class javax.management.relation.RelationService
-
- getAllRoles(String) -
Method in interface javax.management.relation.RelationServiceMBean
- Retrieves all the roles for a given relation id.
- getAllRoles() -
Method in class javax.management.relation.RelationSupport
-
- getAllURLs() -
Method in class org.jboss.mx.loading.RepositoryClassLoader
- Return all library URLs associated with this RepositoryClassLoader
- getAlreadyNotified() -
Method in class org.jboss.mx.util.ObservedObject
-
- getArchives() -
Method in class org.jboss.mx.loading.MBeanElement
- Returns MBean archives.
- getArgs() -
Method in class org.jboss.mx.server.Invocation
-
- 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
- Retrieve a value from an MBean.
- getAttribute(ObjectName, String) -
Method in interface javax.management.MBeanServerConnection
- Retrieve a value from an MBean.
- getAttribute(String) -
Method in class javax.management.StandardMBean
-
- getAttribute(String) -
Method in interface javax.management.modelmbean.ModelMBeanInfo
-
- getAttribute(String) -
Method in class javax.management.modelmbean.ModelMBeanInfoSupport
- Returns the attribute info for the named attribute, or null if there is none.
- getAttribute(String) -
Method in class javax.management.modelmbean.RequiredModelMBean
-
- getAttribute(String) -
Method in class org.jboss.mx.capability.ReflectedMBeanDispatcher
-
- getAttribute(String) -
Method in class org.jboss.mx.modelmbean.RequiredModelMBeanInvoker
-
- getAttribute(String) -
Method in class org.jboss.mx.server.AbstractMBeanInvoker
- Returns an attribte value.
- getAttribute(ObjectName, String) -
Method in class org.jboss.mx.server.MBeanServerImpl
-
- getAttribute(String) -
Method in class org.jboss.mx.server.RawDynamicInvoker
-
- getAttribute(String) -
Method in class org.jboss.mx.util.DynamicMBeanSupport
-
- 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.
- getAttributeType() -
Method in class org.jboss.mx.server.InvocationContext
-
- getAttributeTypeClass() -
Method in class org.jboss.mx.server.Invocation
-
- getAttributeTypeClass() -
Method in class org.jboss.mx.server.InvocationContext
-
- getAttributeValue(Element, String, String) -
Method in class org.jboss.mx.metadata.JBossXMBean10
- Get the value for the attribute descriptor "value" or "default"
the same way we would do for mbean attribute overrides
- 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
- Retrieve a list of values from an MBean.
- getAttributes(ObjectName, String[]) -
Method in interface javax.management.MBeanServerConnection
- Retrieve a list of values from an MBean.
- getAttributes(String[]) -
Method in class javax.management.StandardMBean
-
- 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
-
- getAttributes() -
Method in interface javax.management.openmbean.OpenMBeanInfo
- Retrieve an array of OpenMBeanAttributeInfos describing each attribute
of the open mbean.
- getAttributes(String[]) -
Method in class org.jboss.mx.capability.ReflectedMBeanDispatcher
-
- getAttributes(String[]) -
Method in class org.jboss.mx.modelmbean.RequiredModelMBeanInvoker
-
- getAttributes(String[]) -
Method in class org.jboss.mx.server.AbstractMBeanInvoker
-
- getAttributes(ObjectName, String[]) -
Method in class org.jboss.mx.server.MBeanServerImpl
-
- getAttributes(String[]) -
Method in class org.jboss.mx.server.RawDynamicInvoker
-
- getAttributes(String[]) -
Method in class org.jboss.mx.util.DynamicMBeanSupport
-
- getBaseClassName(String) -
Static method in class org.jboss.mx.util.MetaDataUtil
- Gets the base class name, either the passed class name
or the underlying class name if it is an array.
- getBooleanProperty(String) -
Method in class org.jboss.mx.metadata.AbstractBuilder
- Returns true for Boolean(true) and strings "true"
and "T" (case insensitive).
- getCacheSize() -
Method in class org.jboss.mx.loading.UnifiedLoaderRepository3
-
- getCacheSize() -
Method in interface org.jboss.mx.loading.UnifiedLoaderRepository3MBean
- Get the number of classes loaded into the ULR cache.
- getCachedClass(String) -
Method in class org.jboss.mx.loading.HeirarchicalLoaderRepository3
- Override getCachedClass to return the parent repository cached class
if java2ParentDelegation=true, followed by this repository's cached
value.
- getCachedClass(String) -
Method in class org.jboss.mx.loading.LoaderRepository
-
- getCachedClass(String) -
Method in class org.jboss.mx.loading.UnifiedLoaderRepository3
-
- getCachedMBeanInfo() -
Method in class javax.management.StandardMBean
- Retrieve the cached mbean info
- getCanonicalKeyPropertyListString() -
Method in class javax.management.ObjectName
-
- getCanonicalName() -
Method in class javax.management.ObjectName
- The canonical form of the name is a String consisting of the domain part, a colon (:),
the canonical key property list, and a pattern indication.
- getCause() -
Method in class javax.management.MBeanException
- Retrieves the wrapped exception.
- getCause() -
Method in class javax.management.ReflectionException
- Retrieves the wrapped exception.
- getCause() -
Method in class javax.management.RuntimeErrorException
- Retrieves the wrapped error.
- getCause() -
Method in class javax.management.RuntimeMBeanException
- Retrieves the wrapped runtime exception.
- getCause() -
Method in class javax.management.RuntimeOperationsException
- Retrieves the wrapped runtime exception.
- getCause() -
Method in class org.jboss.mx.util.JBossNotCompliantMBeanException
-
- getClassLoader(ObjectName) -
Method in interface javax.management.MBeanServer
- Retrieve the classloader registered as an MBean
- getClassLoader(ObjectName) -
Method in class org.jboss.mx.server.MBeanServerImpl
-
- getClassLoader() -
Method in class org.jboss.mx.server.registry.MBeanEntry
- Retrieve the context class loader with which to invoke the mbean.
- getClassLoaderFor(ObjectName) -
Method in interface javax.management.MBeanServer
- Retrieve the classloader for an mbean
- getClassLoaderFor(ObjectName) -
Method in class org.jboss.mx.server.MBeanServerImpl
-
- getClassLoaderRepository() -
Method in interface javax.management.MBeanServer
- Retrieve the classloader repository for this mbean server
- getClassLoaderRepository(MBeanServer) -
Static method in class javax.management.MBeanServerFactory
- Returns the classloader repository for an MBeanServer
- getClassLoaderRepository() -
Method in class javax.management.modelmbean.RequiredModelMBean
-
- getClassLoaderRepository() -
Method in class org.jboss.mx.server.MBeanServerImpl
- Retrieve the classloader repository for this mbean server
- getClassLoaderStack(ClassLoader) -
Static method in class org.jboss.mx.loading.ClassLoaderUtils
- Get all of the URLClassLoaders from cl on up the hierarchy
- getClassLoaderURLs(ClassLoader) -
Static method in class org.jboss.mx.loading.ClassLoaderUtils
- Use reflection to access a URL[] getURLs or URL[] getClasspath method so
that non-URLClassLoader class loaders, or class loaders that override
getURLs to return null or empty, can provide the true classpath info.
- getClassLoadersSize() -
Method in class org.jboss.mx.loading.UnifiedLoaderRepository3
-
- getClassLoadersSize() -
Method in interface org.jboss.mx.loading.UnifiedLoaderRepository3MBean
- Get the number of UnifiedClassLoader3s (UCLs) in the ULR
- getClassName() -
Method in class javax.management.MBeanInfo
-
- getClassName() -
Method in class javax.management.ObjectInstance
- Returns the class name of this instance.
- getClassName(MBeanInfo) -
Method in class javax.management.StandardMBean
- Retrieve the class name of the mbean
- getClassName() -
Method in interface javax.management.modelmbean.ModelMBeanInfo
-
- getClassName() -
Method in interface javax.management.openmbean.OpenMBeanInfo
- Retrieve the fully qualified class name of the open MBean the
implementation of this interface describes.
- getClassName() -
Method in class javax.management.openmbean.OpenType
- Retrieve the class name of the open data values of this open data
type.
- getClassName() -
Static method in class org.jboss.mx.modelmbean.RequiredModelMBeanInstantiator
-
- getClasspath() -
Method in class org.jboss.mx.loading.RepositoryClassLoader
- This method simply invokes the super.getURLs() method to access the
list of URLs that make up the RepositoryClassLoader classpath.
- getCode() -
Method in class org.jboss.mx.loading.MBeanElement
- Returns fully qualified class name of the MBean.
- getCodebase() -
Method in class org.jboss.mx.loading.MBeanElement
- Returns MBean codebase URL.
- getCompositeType() -
Method in interface javax.management.openmbean.CompositeData
- Retrieve the composite type for this composite data
- getCompositeType() -
Method in class javax.management.openmbean.CompositeDataSupport
-
- getConstructor(String) -
Method in class javax.management.modelmbean.ModelMBeanInfoSupport
- Returns the constructor info for the named attribute, or null if there is none.
- getConstructorTypes() -
Method in class org.jboss.mx.loading.MBeanElement
-
- getConstructorValues() -
Method in class org.jboss.mx.loading.MBeanElement
-
- getConstructors() -
Method in class javax.management.MBeanInfo
-
- getConstructors(MBeanConstructorInfo[], Object) -
Method in class javax.management.StandardMBean
- Retrieve the constructors
- getConstructors() -
Method in interface javax.management.modelmbean.ModelMBeanInfo
-
- getConstructors() -
Method in class javax.management.modelmbean.ModelMBeanInfoSupport
-
- getConstructors() -
Method in interface javax.management.openmbean.OpenMBeanInfo
- Retrieve an array of OpenMBeanConstructorInfos describing each constructor
of the open mbean.
- getDaemonThreads() -
Method in class org.jboss.mx.util.ThreadPool
- Get whether new threads are daemon threads.
- getDate(Integer) -
Method in class javax.management.timer.Timer
-
- getDate(Integer) -
Method in interface javax.management.timer.TimerMBean
- Retrieves a copy of the notification date for a passed notification id.
- getDays() -
Method in class org.jboss.mx.util.TimeFormat
- get days
- getDays(TimeFormat) -
Method in class org.jboss.mx.util.TimeFormat
- get days from a time format
- getDefaultDomain() -
Method in interface javax.management.MBeanServer
- Retrieve the default domain of the mbeanserver.
- getDefaultDomain() -
Method in interface javax.management.MBeanServerConnection
- Retrieve the default domain of the mbeanserver.
- getDefaultDomain() -
Method in class org.jboss.mx.server.MBeanServerImpl
-
- getDefaultDomain() -
Method in class org.jboss.mx.server.registry.BasicMBeanRegistry
-
- getDefaultDomain() -
Method in interface org.jboss.mx.server.registry.MBeanRegistry
- Retrieve the default domain for this registry.
- getDefaultNotificationTimeout() -
Static method in class org.jboss.mx.notification.AsynchNotificationBroadcasterSupport
-
- getDefaultValue() -
Method in class javax.management.openmbean.OpenMBeanAttributeInfoSupport
-
- getDefaultValue() -
Method in interface javax.management.openmbean.OpenMBeanParameterInfo
- Retrieve the default value for this parameter or null if there is no
default
- getDefaultValue() -
Method in class javax.management.openmbean.OpenMBeanParameterInfoSupport
-
- getDerivedGauge() -
Method in class javax.management.monitor.CounterMonitor
-
- getDerivedGauge(ObjectName) -
Method in class javax.management.monitor.CounterMonitor
-
- getDerivedGauge() -
Method in interface javax.management.monitor.CounterMonitorMBean
- Deprecated. use
CounterMonitorMBean.getDerivedGauge(ObjectName)
- getDerivedGauge(ObjectName) -
Method in interface javax.management.monitor.CounterMonitorMBean
- Retrieves the derived gauge.
- getDerivedGauge() -
Method in class javax.management.monitor.GaugeMonitor
-
- getDerivedGauge(ObjectName) -
Method in class javax.management.monitor.GaugeMonitor
-
- getDerivedGauge() -
Method in interface javax.management.monitor.GaugeMonitorMBean
- Deprecated. use
GaugeMonitorMBean.getDerivedGauge(ObjectName)
- getDerivedGauge(ObjectName) -
Method in interface javax.management.monitor.GaugeMonitorMBean
- Retrieves the derived gauge.
- getDerivedGauge() -
Method in class javax.management.monitor.MonitorNotification
- Retrieves the derived gauge.
- getDerivedGauge() -
Method in class javax.management.monitor.StringMonitor
-
- getDerivedGauge(ObjectName) -
Method in class javax.management.monitor.StringMonitor
-
- getDerivedGauge() -
Method in interface javax.management.monitor.StringMonitorMBean
- Deprecated. use
StringMonitorMBean.getDerivedGauge(ObjectName)
- getDerivedGauge(ObjectName) -
Method in interface javax.management.monitor.StringMonitorMBean
- Retrieves the derived gauge.
- getDerivedGauge() -
Method in class org.jboss.mx.util.ObservedObject
-
- getDerivedGaugeTimeStamp() -
Method in class javax.management.monitor.CounterMonitor
-
- getDerivedGaugeTimeStamp(ObjectName) -
Method in class javax.management.monitor.CounterMonitor
-
- getDerivedGaugeTimeStamp() -
Method in interface javax.management.monitor.CounterMonitorMBean
- Deprecated. use
CounterMonitorMBean.getDerivedGaugeTimeStamp(ObjectName)
- getDerivedGaugeTimeStamp(ObjectName) -
Method in interface javax.management.monitor.CounterMonitorMBean
- Retrieves the derived gauge timestamp.
- getDerivedGaugeTimeStamp() -
Method in class javax.management.monitor.GaugeMonitor
-
- getDerivedGaugeTimeStamp(ObjectName) -
Method in class javax.management.monitor.GaugeMonitor
-
- getDerivedGaugeTimeStamp() -
Method in interface javax.management.monitor.GaugeMonitorMBean
- Deprecated. use
GaugeMonitorMBean.getDerivedGaugeTimeStamp(ObjectName)
- getDerivedGaugeTimeStamp(ObjectName) -
Method in interface javax.management.monitor.GaugeMonitorMBean
- Retrieves the derived gauge timestamp.
- getDerivedGaugeTimeStamp() -
Method in class javax.management.monitor.StringMonitor
-
- getDerivedGaugeTimeStamp(ObjectName) -
Method in class javax.management.monitor.StringMonitor
-
- getDerivedGaugeTimeStamp() -
Method in interface javax.management.monitor.StringMonitorMBean
- Deprecated. use
StringMonitorMBean.getDerivedGaugeTimeStamp(ObjectName)
- getDerivedGaugeTimeStamp(ObjectName) -
Method in interface javax.management.monitor.StringMonitorMBean
- Retrieves the derived gauge timestamp.
- getDerivedGaugeTimeStamp() -
Method in class org.jboss.mx.util.ObservedObject
-
- getDescription() -
Method in class javax.management.MBeanFeatureInfo
- Returns the description of the MBean feature.
- getDescription() -
Method in class javax.management.MBeanInfo
-
- getDescription(MBeanInfo) -
Method in class javax.management.StandardMBean
- Retrieve the description of the mbean
- getDescription(MBeanFeatureInfo) -
Method in class javax.management.StandardMBean
- Retrieve the description of the mbean feature
- getDescription(MBeanAttributeInfo) -
Method in class javax.management.StandardMBean
- Retrieve the description of the mbean attribute
- getDescription(MBeanConstructorInfo) -
Method in class javax.management.StandardMBean
- Retrieve the description of the mbean constructor
- getDescription(MBeanOperationInfo) -
Method in class javax.management.StandardMBean
- Retrieve the description of the mbean operation
- getDescription(MBeanConstructorInfo, MBeanParameterInfo, int) -
Method in class javax.management.StandardMBean
- Retrieve the description of the mbean constructor parameter
- getDescription(MBeanOperationInfo, MBeanParameterInfo, int) -
Method in class javax.management.StandardMBean
- Retrieve the description of the mbean operation parameter
- getDescription() -
Method in interface javax.management.modelmbean.ModelMBeanInfo
-
- getDescription(String) -
Method in class javax.management.openmbean.CompositeType
- Retrieve the description for an item name
- getDescription() -
Method in interface javax.management.openmbean.OpenMBeanConstructorInfo
- Retrieve a human readable description of the open MBean constructor the
implementation of this interface describes.
- getDescription() -
Method in interface javax.management.openmbean.OpenMBeanInfo
- Retrieve a human readable description of the open MBean the
implementation of this interface describes.
- getDescription() -
Method in interface javax.management.openmbean.OpenMBeanOperationInfo
- Retrieve a human readable description of the open MBean operation the
implementation of this interface describes.
- getDescription() -
Method in interface javax.management.openmbean.OpenMBeanParameterInfo
- Retrieve a human readable description of the open MBean parameter the
implementation of this interface describes.
- getDescription() -
Method in class javax.management.openmbean.OpenType
- Retrieve the description of the type
- getDescription() -
Method in class javax.management.relation.RoleInfo
- Retrieve the description of the role.
- getDescriptor() -
Method in interface javax.management.DescriptorAccess
- Retrieves the descriptor.
- 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)
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.
- getDescriptor(Element, String, String) -
Method in class org.jboss.mx.metadata.JBossXMBean10
-
- getDescriptor() -
Method in class org.jboss.mx.server.InvocationContext
-
- getDescriptorForType(String) -
Static method in class org.jboss.mx.capability.OptimizedMBeanDispatcher
- Returns a descriptor for a given Java type.
- getDescriptors(String) -
Method in interface javax.management.modelmbean.ModelMBeanInfo
- Returns all descriptors with a requested type from a Model MBean.
- getDescriptors(String) -
Method in class javax.management.modelmbean.ModelMBeanInfoSupport
- Returns the descriptors of an Model MBean for a given management
interface element type.
- getDifferenceMode() -
Method in class javax.management.monitor.CounterMonitor
-
- getDifferenceMode() -
Method in interface javax.management.monitor.CounterMonitorMBean
- Retrieves the difference mode flag.
- getDifferenceMode() -
Method in class javax.management.monitor.GaugeMonitor
-
- getDifferenceMode() -
Method in interface javax.management.monitor.GaugeMonitorMBean
- Retrieves the difference mode flag.
- getDimension() -
Method in class javax.management.openmbean.ArrayType
- Get the dimension of the array
- getDisabledObjectNames() -
Method in class javax.management.relation.MBeanServerNotificationFilter
- Get all the disabled object names.
- getDispatcher() -
Method in class org.jboss.mx.server.InvocationContext
-
- getDomain() -
Method in class javax.management.ObjectName
-
- getDomains() -
Method in interface javax.management.MBeanServer
- Retrieve the domains of the mbeanserver.
- getDomains() -
Method in interface javax.management.MBeanServerConnection
- Retrieve the domains of the mbeanserver.
- getDomains() -
Method in class org.jboss.mx.server.MBeanServerImpl
-
- getDomains() -
Method in class org.jboss.mx.server.registry.BasicMBeanRegistry
-
- getDomains() -
Method in interface org.jboss.mx.server.registry.MBeanRegistry
- Retrieve the domains for this registry.
- getElementOpenType() -
Method in class javax.management.openmbean.ArrayType
- Get the open type of the array elements
- getEnabledAttributes() -
Method in class javax.management.AttributeChangeNotificationFilter
- Returns the names of the attributes whose notifications are allowed to
pass this filter.
- getEnabledObjectNames() -
Method in class javax.management.relation.MBeanServerNotificationFilter
- Get all the enabled object names.
- getEnabledTypes() -
Method in class javax.management.NotificationFilterSupport
- Get all the enabled notification types.
- getExceptionHandler() -
Method in class org.jboss.mx.util.JMXInvocationHandler
-
- 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.
- getFieldNames() -
Method in class javax.management.modelmbean.DescriptorSupport
- Returns string array of fields names.
- getFieldValue(String) -
Method in interface javax.management.Descriptor
- Retrieves the value of a field.
- getFieldValue(String) -
Method in class javax.management.modelmbean.DescriptorSupport
-
- getFieldValues(String[]) -
Method in interface javax.management.Descriptor
- Retrieves all the field values for the passed field names.
- getFieldValues(String[]) -
Method in class javax.management.modelmbean.DescriptorSupport
- Returns all the field values in the descriptor as an array of Objects.
- getFields() -
Method in interface javax.management.Descriptor
- Retrieves all the fields in this descriptor.
- getFields() -
Method in class javax.management.modelmbean.DescriptorSupport
- Returns String array of fields in the format fieldName=fieldValue.
- getFilter() -
Method in class org.jboss.mx.notification.DefaultListenerRegistration
-
- getFilter() -
Method in interface org.jboss.mx.notification.ListenerRegistration
- Retrieve the filter for this registration.
- getFilter() -
Method in class org.jboss.mx.notification.MBeanServerListenerRegistration
-
- getFilter() -
Method in class org.jboss.mx.notification.NotificationFilterProxy
- return the real NotificationFilter
- getFixedRate(Integer) -
Method in class javax.management.timer.Timer
- Gets a copy of the flag indicating whether a peridic notification is executed at fixed-delay or at fixed-rate.
- getFixedRate(Integer) -
Method in interface javax.management.timer.TimerMBean
- Gets a copy of the flag indicating whether a peridic notification is executed at fixed-delay or at fixed-rate.
- getGranularityPeriod() -
Method in class javax.management.monitor.Monitor
-
- getGranularityPeriod() -
Method in interface javax.management.monitor.MonitorMBean
- Retrieves the granularity period in milliseconds.
- getHandback() -
Method in class org.jboss.mx.notification.DefaultListenerRegistration
-
- getHandback() -
Method in interface org.jboss.mx.notification.ListenerRegistration
- Retrieve the handback object for this registration.
- getHighThreshold() -
Method in class javax.management.monitor.GaugeMonitor
-
- getHighThreshold() -
Method in interface javax.management.monitor.GaugeMonitorMBean
- Retrieves the high threshold.
- getHours() -
Method in class org.jboss.mx.util.TimeFormat
- get hours
- getHours(TimeFormat) -
Method in class org.jboss.mx.util.TimeFormat
- get hours from a time format
- getImpact() -
Method in class javax.management.MBeanOperationInfo
- Returns the impact of this operation.
- getImpact(MBeanOperationInfo) -
Method in class javax.management.StandardMBean
- Retrieve the impact of the mbean operation
- getImpact() -
Method in interface javax.management.openmbean.OpenMBeanOperationInfo
- Retrieves the impact of the operation.
One of
MBeanOperationInfo.INFO
MBeanOperationInfo.ACTION
MBeanOperationInfo.ACTION_INFO
- getImplementation() -
Method in class javax.management.StandardMBean
- Retrieve the implementation object
- getImplementationClass() -
Method in class javax.management.StandardMBean
- Retrieve the implementation class
- 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
-
- getIndexNames() -
Method in class javax.management.openmbean.TabularType
- Retrieve an unmodifiable list of index names in the same order as
passed to the constructor.
- getInitThreshold() -
Method in class javax.management.monitor.CounterMonitor
-
- getInitThreshold() -
Method in interface javax.management.monitor.CounterMonitorMBean
- Retrieves the initial threshold.
- getInstance(String) -
Static method in class javax.management.ObjectName
- Return an instance of an ObjectName
- getInstance(String, String, String) -
Static method in class javax.management.ObjectName
- Return an instance of an ObjectName
- getInstance(String, Hashtable) -
Static method in class javax.management.ObjectName
- Return an instance of an ObjectName
- getInstance(ObjectName) -
Static method in class javax.management.ObjectName
- Return an instance of ObjectName that can be used anywhere the given
object can be used.
- getInstance() -
Method in class org.jboss.mx.loading.UnifiedLoaderRepository3
-
- getInstance() -
Method in interface org.jboss.mx.loading.UnifiedLoaderRepositoryMBean
-
- getInterceptors(Descriptor) -
Method in class org.jboss.mx.modelmbean.ModelMBeanInvoker
-
- getInterceptors() -
Method in class org.jboss.mx.server.InvocationContext
-
- getInvocationTimeout() -
Method in class org.jboss.mx.server.AbstractMBeanInvoker
-
- getInvocationTimeout() -
Method in interface org.jboss.mx.server.Suspendable
-
- getInvoker() -
Method in class org.jboss.mx.server.InvocationContext
-
- getInvoker() -
Method in class org.jboss.mx.server.registry.MBeanEntry
- Retrieve the invoker for the mbean.
- getJarClassName(String) -
Static method in class org.jboss.mx.loading.ClassLoaderUtils
- Translates a dot class name (java.lang.String) into a path form
suitable for a jar entry (java/lang/String.class)
- getKeyProperty(String) -
Method in class javax.management.ObjectName
-
- getKeyPropertyList() -
Method in class javax.management.ObjectName
-
- getKeyPropertyListString() -
Method in class javax.management.ObjectName
- Construct the key property list, ignoring patters
Note, it might not be the same order
- getLastValue() -
Method in class org.jboss.mx.util.ObservedObject
-
- getLegalValues() -
Method in class javax.management.openmbean.OpenMBeanAttributeInfoSupport
-
- getLegalValues() -
Method in interface javax.management.openmbean.OpenMBeanParameterInfo
- Retrieve the legal values values for this parameter or null if this
is not specified
- getLegalValues() -
Method in class javax.management.openmbean.OpenMBeanParameterInfoSupport
-
- getLibraryDirectory() -
Method in class javax.management.loading.MLet
-
- getLibraryDirectory() -
Method in interface javax.management.loading.MLetMBean
-
- getListener() -
Method in class org.jboss.mx.notification.DefaultListenerRegistration
-
- getListener() -
Method in interface org.jboss.mx.notification.ListenerRegistration
- Retrieve the listener for this registration.
- getListener() -
Method in class org.jboss.mx.notification.MBeanServerListenerRegistration
-
- getLoaderRepository() -
Method in class org.jboss.mx.loading.RepositoryClassLoader
- Get the loader repository for this classloader
- getLoaders() -
Method in class org.jboss.mx.loading.LoaderRepository
-
- getLowThreshold() -
Method in class javax.management.monitor.GaugeMonitor
-
- getLowThreshold() -
Method in interface javax.management.monitor.GaugeMonitorMBean
- Retrieves the low threshold.
- getMBeanCount() -
Method in interface javax.management.MBeanServer
- Retrieve the number of mbeans registered in the server.
- getMBeanCount() -
Method in interface javax.management.MBeanServerConnection
- Retrieve the number of mbeans registered in the server.
- getMBeanCount() -
Method in class org.jboss.mx.server.MBeanServerImpl
-
- getMBeanDescriptor() -
Method in interface javax.management.modelmbean.ModelMBeanInfo
-
- getMBeanDescriptor() -
Method in class javax.management.modelmbean.ModelMBeanInfoSupport
-
- getMBeanEntry() -
Static method in class org.jboss.mx.server.AbstractMBeanInvoker
- An accessor for the MBeanEntry thread local
- getMBeanInfo() -
Method in interface javax.management.DynamicMBean
- Returns the management interface that describes this dynamic resource.
- getMBeanInfo(ObjectName) -
Method in interface javax.management.MBeanServer
- Retrieves the jmx metadata for an mbean
- getMBeanInfo(ObjectName) -
Method in interface javax.management.MBeanServerConnection
- Retrieves the jmx metadata for an mbean
- getMBeanInfo() -
Method in class javax.management.StandardMBean
-
- getMBeanInfo() -
Method in class javax.management.modelmbean.RequiredModelMBean
-
- getMBeanInfo() -
Method in class org.jboss.mx.capability.ReflectedMBeanDispatcher
-
- getMBeanInfo() -
Method in class org.jboss.mx.server.AbstractMBeanInvoker
-
- getMBeanInfo(ObjectName) -
Method in class org.jboss.mx.server.MBeanServerImpl
-
- getMBeanInfo() -
Method in class org.jboss.mx.server.RawDynamicInvoker
-
- getMBeanInfo() -
Method in class org.jboss.mx.util.DynamicMBeanSupport
-
- getMBeanInfoCtx -
Variable in class org.jboss.mx.server.AbstractMBeanInvoker
-
- getMBeanInterface() -
Method in class javax.management.StandardMBean
- Retrieve the management interface
- getMBeanInterface() -
Method in class org.jboss.mx.metadata.StandardMetaData
- Retrieve the management interface
- getMBeanName() -
Method in class javax.management.MBeanServerNotification
- Get the object name of the mbean being (un)registered
- getMBeanProxyMBeanServer() -
Method in class org.jboss.mx.util.MBeanProxyExt
-
- getMBeanProxyMBeanServer() -
Method in interface org.jboss.mx.util.MBeanProxyInstance
- Return the MBeanServer for this proxy.
- getMBeanProxyObjectName() -
Method in class org.jboss.mx.util.MBeanProxyExt
-
- getMBeanProxyObjectName() -
Method in interface org.jboss.mx.util.MBeanProxyInstance
- Return the ObjectName for this proxy.
- getMBeanServer() -
Static method in class javax.management.QueryEval
- Return the MBean server that was most recently given to the
setMBeanServer method by this thread.
- getMBeanServer() -
Method in class org.jboss.mx.interceptor.AbstractSharedInterceptor
-
- getMBeanServer() -
Method in interface org.jboss.mx.interceptor.SharedInterceptor
- Returns the interceptor's view to the MBean server it has been
registered to.
- getMBeanServer() -
Method in class org.jboss.mx.persistence.MbeanInfoDbPm
-
- getMBeanServer() -
Method in class org.jboss.mx.util.JMXInvocationHandler
-
- getMBeanServer() -
Method in interface org.jboss.mx.util.ProxyContext
-
- getMBeanServerId() -
Method in class javax.management.MBeanServerDelegate
-
- getMBeanServerId() -
Method in interface javax.management.MBeanServerDelegateMBean
-
- getMBeanType() -
Method in class org.jboss.mx.metadata.MBeanCapability
-
- getMBeansFromURL(String) -
Method in class javax.management.loading.MLet
-
- getMBeansFromURL(URL) -
Method in class javax.management.loading.MLet
-
- getMBeansFromURL(String) -
Method in interface javax.management.loading.MLetMBean
- Loads an MLET text file from a given url.
- getMBeansFromURL(URL) -
Method in interface javax.management.loading.MLetMBean
- Loads an MLET text file from a given url.
- getMBeansToUnregister() -
Method in class javax.management.relation.RelationNotification
- Retrieves a list of Object names of the mbeans that will be removed
from the relation service because of a relation's removal.
- getMaxDegree() -
Method in class javax.management.relation.RoleInfo
- Retrieve the maximum degree.
- getMaxValue() -
Method in class javax.management.openmbean.OpenMBeanAttributeInfoSupport
-
- getMaxValue() -
Method in interface javax.management.openmbean.OpenMBeanParameterInfo
- Retrieve the maximum values values for this parameter or null if this
is not specified
- getMaxValue() -
Method in class javax.management.openmbean.OpenMBeanParameterInfoSupport
-
- getMaximumSize() -
Method in class org.jboss.mx.util.ThreadPool
- Get the maximum number of idle threads cached in this pool.
- getMessage() -
Method in class javax.management.Notification
- Retrieve the message of the notification
- getMessage() -
Method in class org.jboss.mx.util.JBossNotCompliantMBeanException
- Returns the composite throwable message.
- getMetaData() -
Method in class org.jboss.mx.server.AbstractMBeanInvoker
-
- getMetaData() -
Method in interface org.jboss.mx.server.MBeanInvoker
-
- getMethodDescriptor(MBeanParameterInfo[], String) -
Static method in class org.jboss.mx.capability.OptimizedMBeanDispatcher
- Returns the signature of a MBean operation using the grammar required by
the class file format, excluding the method name.
- getMilliseconds() -
Method in class org.jboss.mx.util.TimeFormat
- get the milliseconds
- getMinDegree() -
Method in class javax.management.relation.RoleInfo
- Retrieve the minimum degree.
- getMinValue() -
Method in class javax.management.openmbean.OpenMBeanAttributeInfoSupport
-
- getMinValue() -
Method in interface javax.management.openmbean.OpenMBeanParameterInfo
- Retrieve the minimum values values for this parameter or null if this
is not specified
- getMinValue() -
Method in class javax.management.openmbean.OpenMBeanParameterInfoSupport
-
- getMinutes() -
Method in class org.jboss.mx.util.TimeFormat
- get minutes
- getMinutes(TimeFormat) -
Method in class org.jboss.mx.util.TimeFormat
- get minutes from a time format
- getModulus() -
Method in class javax.management.monitor.CounterMonitor
-
- getModulus() -
Method in interface javax.management.monitor.CounterMonitorMBean
- Retrieves the modulus.
- getName() -
Method in class javax.management.Attribute
- Retrieves the name of the attribute.
- getName() -
Method in class javax.management.MBeanFeatureInfo
- Returns the name of the MBean feature.
- getName() -
Method in interface javax.management.openmbean.OpenMBeanConstructorInfo
- Retrieve the name of the constructor described.
- getName() -
Method in interface javax.management.openmbean.OpenMBeanOperationInfo
- Retrieve the name of the operation described.
- getName() -
Method in interface javax.management.openmbean.OpenMBeanParameterInfo
- Retrieve the name of the parameter described.
- getName() -
Method in class javax.management.relation.RoleInfo
- Retrieve the name of the role.
- getName() -
Method in class org.jboss.mx.interceptor.AbstractInterceptor
-
- getName() -
Method in interface org.jboss.mx.interceptor.Interceptor
- Returns the name of this interceptor.
- getName() -
Method in class org.jboss.mx.loading.MBeanElement
- Returns the object name of the MBean.
- getName() -
Method in class org.jboss.mx.server.InvocationContext
-
- getNativeClassForName(String) -
Static method in class org.jboss.mx.loading.LoaderRepository
- Return the class of a java native type
- getNbNotifications() -
Method in class javax.management.timer.Timer
-
- getNbNotifications() -
Method in interface javax.management.timer.TimerMBean
- Retrieves the number of registered timer notifications.
- getNbOccurences(Integer) -
Method in class javax.management.timer.Timer
-
- getNbOccurences(Integer) -
Method in interface javax.management.timer.TimerMBean
- Retrieves a copy of the maximum notification occurences for a passed
notification id.
- getNested() -
Method in class org.jboss.mx.util.JBossNotCompliantMBeanException
-
- getNewRoleValue() -
Method in class javax.management.relation.RelationNotification
- Retrieves the new list of object names in the role.
- getNewValue() -
Method in class javax.management.AttributeChangeNotification
- Retrieves the new value of the attribute.
- getNextRun() -
Method in class org.jboss.mx.util.SchedulableRunnable
- Gets the next run timestamp
- getNotifTypes() -
Method in class javax.management.MBeanNotificationInfo
-
- getNotification(String) -
Method in interface javax.management.modelmbean.ModelMBeanInfo
-
- getNotification(String) -
Method in class javax.management.modelmbean.ModelMBeanInfoSupport
- Returns the attribute info for the named attribute, or null if there is none.
- getNotificationID() -
Method in class javax.management.timer.TimerNotification
- Retrieves the notification id of this timer notification.
- getNotificationIDs(String) -
Method in class javax.management.timer.Timer
-
- getNotificationIDs(String) -
Method in interface javax.management.timer.TimerMBean
- Retrieves all timer notifications ids of the passed notification type.
- getNotificationInfo() -
Method in class javax.management.MBeanServerDelegate
-
- getNotificationInfo() -
Method in interface javax.management.NotificationBroadcaster
- Returns the notification metadata associated with the MBean.
- getNotificationInfo() -
Method in class javax.management.NotificationBroadcasterSupport
-
- getNotificationInfo() -
Method in class javax.management.modelmbean.RequiredModelMBean
- Returns the array of Notifications generated by the RequiredModelMBean.
- getNotificationInfo() -
Method in class javax.management.monitor.CounterMonitor
-
- getNotificationInfo() -
Method in class javax.management.monitor.GaugeMonitor
-
- getNotificationInfo() -
Method in class javax.management.monitor.StringMonitor
-
- getNotificationInfo() -
Method in class javax.management.relation.RelationService
-
- getNotificationInfo() -
Method in class org.jboss.mx.capability.ReflectedMBeanDispatcher
-
- getNotificationInfo() -
Method in class org.jboss.mx.loading.UnifiedLoaderRepository3
-
- getNotificationInfo() -
Method in class org.jboss.mx.modelmbean.ModelMBeanInvoker
-
- getNotificationInfo() -
Method in class org.jboss.mx.modelmbean.XMBean
-
- getNotificationInfo() -
Method in class org.jboss.mx.server.AbstractMBeanInvoker
-
- getNotificationInfo() -
Method in class org.jboss.mx.util.JBossNotificationBroadcasterSupport
-
- getNotificationInfoFromResource() -
Method in class org.jboss.mx.server.AbstractMBeanInvoker
-
- getNotificationMessage(Integer) -
Method in class javax.management.timer.Timer
-
- getNotificationMessage(Integer) -
Method in interface javax.management.timer.TimerMBean
- Retrieves the notification message for a passed notification id.
- getNotificationTimeout() -
Method in class org.jboss.mx.notification.AsynchNotificationBroadcasterSupport
-
- getNotificationType(Integer) -
Method in class javax.management.timer.Timer
-
- getNotificationType(Integer) -
Method in interface javax.management.timer.TimerMBean
- Retrieves the notification type for a passed notification id.
- getNotificationUserData(Integer) -
Method in class javax.management.timer.Timer
-
- getNotificationUserData(Integer) -
Method in interface javax.management.timer.TimerMBean
- Retrieves the notification user data for a passed notification id.
- getNotifications() -
Method in class javax.management.MBeanInfo
-
- getNotifications() -
Method in interface javax.management.modelmbean.ModelMBeanInfo
-
- getNotifications() -
Method in class javax.management.modelmbean.ModelMBeanInfoSupport
-
- getNotifications() -
Method in interface javax.management.openmbean.OpenMBeanInfo
- Retrieve an array of MBeanNotificationInfos describing each notification
of the open mbean.
- getNotify() -
Method in class javax.management.monitor.CounterMonitor
-
- getNotify() -
Method in interface javax.management.monitor.CounterMonitorMBean
- Retrieves the notify on/off switch.
- getNotifyDiffer() -
Method in class javax.management.monitor.StringMonitor
-
- getNotifyDiffer() -
Method in interface javax.management.monitor.StringMonitorMBean
- Retrieves the differs on/off switch.
- getNotifyHigh() -
Method in class javax.management.monitor.GaugeMonitor
-
- getNotifyHigh() -
Method in interface javax.management.monitor.GaugeMonitorMBean
- Retrieves the high notify on/off switch.
- getNotifyLow() -
Method in class javax.management.monitor.GaugeMonitor
-
- getNotifyLow() -
Method in interface javax.management.monitor.GaugeMonitorMBean
- Retrieves the low notify on/off switch.
- getNotifyMatch() -
Method in class javax.management.monitor.StringMonitor
-
- getNotifyMatch() -
Method in interface javax.management.monitor.StringMonitorMBean
- Retrieves the matching on/off switch.
- getObject() -
Method in class org.jboss.mx.loading.MBeanElement
- Returns the name of a serialized MBean representation in the archive.
- getObjectInstance(ObjectName) -
Method in interface javax.management.MBeanServer
- Retrieve an MBean's registration information.
- getObjectInstance(ObjectName) -
Method in interface javax.management.MBeanServerConnection
- Retrieve an MBean's registration information.
- getObjectInstance(ObjectName) -
Method in class org.jboss.mx.server.MBeanServerImpl
-
- getObjectInstance(ObjectName) -
Method in class org.jboss.mx.server.registry.BasicMBeanRegistry
-
- getObjectInstance(ObjectName) -
Method in interface org.jboss.mx.server.registry.MBeanRegistry
- Retrieve the object instance for an object name.
- getObjectName() -
Method in class javax.management.ObjectInstance
- Returns the object name of this instance.
- getObjectName() -
Method in class javax.management.relation.RelationNotification
- Retrieves the object name of the mbean (null for an internal relation).
- getObjectName() -
Method in class org.jboss.mx.interceptor.AbstractSharedInterceptor
-
- getObjectName() -
Method in interface org.jboss.mx.interceptor.SharedInterceptor
- Returns the object name of this shared interceptor.
- getObjectName() -
Method in class org.jboss.mx.loading.RepositoryClassLoader
- Get the ObjectName
- getObjectName() -
Method in class org.jboss.mx.loading.UnifiedClassLoader
- Obtain the ObjectName under which the UCL can be registered with the
JMX server.
- getObjectName() -
Method in class org.jboss.mx.server.AbstractMBeanInvoker
-
- getObjectName() -
Method in interface org.jboss.mx.server.MBeanInvoker
-
- getObjectName() -
Method in class org.jboss.mx.server.registry.MBeanEntry
- Retrieve the object name with the mbean is registered.
- getObjectName() -
Method in class org.jboss.mx.util.JMXInvocationHandler
-
- getObjectName() -
Method in class org.jboss.mx.util.ObservedObject
-
- getObjectName() -
Method in interface org.jboss.mx.util.ProxyContext
-
- getObservedAttribute() -
Method in class javax.management.monitor.Monitor
-
- getObservedAttribute() -
Method in interface javax.management.monitor.MonitorMBean
- Retrieves the name of the attribute monitored.
- getObservedAttribute() -
Method in class javax.management.monitor.MonitorNotification
- Retrieves the name of the attribute monitored.
- getObservedObject() -
Method in class javax.management.monitor.Monitor
-
- getObservedObject() -
Method in interface javax.management.monitor.MonitorMBean
- Deprecated. use
MonitorMBean.getObservedObjects()
- getObservedObject() -
Method in class javax.management.monitor.MonitorNotification
- Retrieves the name of the MBean monitored.
- getObservedObjects() -
Method in class javax.management.monitor.Monitor
-
- getObservedObjects() -
Method in interface javax.management.monitor.MonitorMBean
- Retrieves the object names of the MBeans monitored.
- getOffset() -
Method in class javax.management.monitor.CounterMonitor
-
- getOffset() -
Method in interface javax.management.monitor.CounterMonitorMBean
- Retrieves the offset.
- getOldRoleValue() -
Method in class javax.management.relation.RelationNotification
- Retrieves the old list of object names in the role.
- getOldValue() -
Method in class javax.management.AttributeChangeNotification
- Retrieves the old value of the attribute.
- getOpenType() -
Method in class javax.management.openmbean.OpenMBeanAttributeInfoSupport
-
- getOpenType() -
Method in interface javax.management.openmbean.OpenMBeanParameterInfo
- Retrieve the open type for this parameter
- getOpenType() -
Method in class javax.management.openmbean.OpenMBeanParameterInfoSupport
-
- getOperation(String) -
Method in interface javax.management.modelmbean.ModelMBeanInfo
-
- getOperation(String) -
Method in class javax.management.modelmbean.ModelMBeanInfoSupport
- Returns the operation info for the named attribute, or null if there is none.
- getOperations() -
Method in class javax.management.MBeanInfo
-
- getOperations() -
Method in interface javax.management.modelmbean.ModelMBeanInfo
-
- getOperations() -
Method in class javax.management.modelmbean.ModelMBeanInfoSupport
-
- getOperations() -
Method in interface javax.management.openmbean.OpenMBeanInfo
- Retrieve an array of OpenMBeanOperationInfos describing each operation
of the open mbean.
- getOperations(MBeanInfo) -
Static method in class org.jboss.mx.capability.OptimizedMBeanDispatcher
- Returns a subset of MBean's operations.
- getOrigURL() -
Method in class org.jboss.mx.loading.UnifiedClassLoader
- Get the original URL associated with the UCL.
- getPackage(String) -
Method in class org.jboss.mx.loading.RepositoryClassLoader
-
- getPackageClassLoaders(String) -
Method in class org.jboss.mx.loading.HeirarchicalLoaderRepository3
- Called by LoadMgr to obtain all class loaders.
- getPackageClassLoaders(String) -
Method in class org.jboss.mx.loading.UnifiedLoaderRepository3
- Called by LoadMgr to obtain all class loaders for the given className
- getPackageClassLoaders(String) -
Method in interface org.jboss.mx.loading.UnifiedLoaderRepository3MBean
- Called by LoadMgr to obtain all class loaders for the given className
- getPackageName(String) -
Static method in class org.jboss.mx.loading.ClassLoaderUtils
- Parse a class name into its package prefix.
- getPackages() -
Method in class org.jboss.mx.loading.RepositoryClassLoader
-
- getParameterName(MBeanConstructorInfo, MBeanParameterInfo, int) -
Method in class javax.management.StandardMBean
- Retrieve the parameter name for a constructor
- getParameterName(MBeanOperationInfo, MBeanParameterInfo, int) -
Method in class javax.management.StandardMBean
- Retrieve the parameter name for an operation
- getPeriod(Integer) -
Method in class javax.management.timer.Timer
-
- getPeriod(Integer) -
Method in interface javax.management.timer.TimerMBean
- Retrieves a copy of the notification period for a passed notification id.
- getPermissions(CodeSource) -
Method in class org.jboss.mx.loading.UnifiedClassLoader
- Override the permissions accessor to use the CodeSource
based on the original URL if one exists.
- getProblemType() -
Method in class javax.management.relation.RoleUnresolved
- Retrieve the problem type.
- getProperties() -
Method in class org.jboss.mx.metadata.AbstractBuilder
- Returns the property map of this builder instance.
- getProperties(ObjectName) -
Static method in class org.jboss.mx.util.ObjectNameConverter
- Takes the properties from the given Object Name and convert
special characters back
- getProperty(String) -
Method in class org.jboss.mx.loading.MBeanElement
-
- getProperty(String) -
Method in class org.jboss.mx.metadata.AbstractBuilder
- Returns the value of a given configuration property.
- getProperty(String) -
Method in interface org.jboss.mx.metadata.MetaDataBuilder
- Returns an existing property for this builder implementation.
- getProperty(String) -
Static method in class org.jboss.mx.util.PropertyAccess
-
- getProperty(String, String) -
Static method in class org.jboss.mx.util.PropertyAccess
-
- getProtectionDomain(URL) -
Method in class org.jboss.mx.loading.RepositoryClassLoader
- Determine the protection domain.
- getProtectionDomain() -
Method in class org.jboss.mx.loading.UnifiedClassLoader
- Determine the protection domain.
- getPurgeFlag() -
Method in class javax.management.relation.RelationService
-
- getPurgeFlag() -
Method in interface javax.management.relation.RelationServiceMBean
- Retrieves the purge flag.
- getRefMBeanClassName() -
Method in class javax.management.relation.RoleInfo
- Retrieve the class name of MBeans in this role.
- getReferencedMBeans() -
Method in interface javax.management.relation.Relation
- Retrieves MBeans referenced by roles of this relation.
- getReferencedMBeans(String) -
Method in class javax.management.relation.RelationService
-
- getReferencedMBeans(String) -
Method in interface javax.management.relation.RelationServiceMBean
- Retrieves all the MBeans referenced in all the roles of a
relation.
- getReferencedMBeans() -
Method in class javax.management.relation.RelationSupport
-
- getRegisteredFilter() -
Method in class org.jboss.mx.notification.DefaultListenerRegistration
-
- getRegisteredFilter() -
Method in interface org.jboss.mx.notification.ListenerRegistration
- Retrieve the filter that was registered.
- getRegisteredListener() -
Method in class org.jboss.mx.notification.DefaultListenerRegistration
-
- getRegisteredListener() -
Method in interface org.jboss.mx.notification.ListenerRegistration
- Retrieve the listener that was registered.
- getRelationId() -
Method in interface javax.management.relation.Relation
- Retrieves the relation id used to identify the relation within
the relation service.
- getRelationId() -
Method in class javax.management.relation.RelationNotification
- Retrieves the relation id of this notification.
- getRelationId() -
Method in class javax.management.relation.RelationSupport
-
- getRelationServiceName() -
Method in interface javax.management.relation.Relation
- Retrieves the object name of the relation service this relation
is registered with.
- getRelationServiceName() -
Method in class javax.management.relation.RelationSupport
-
- getRelationTypeName() -
Method in interface javax.management.relation.Relation
- Retrieves the relation type for this relation.
- getRelationTypeName() -
Method in class javax.management.relation.RelationNotification
- Retrieves the relation type name of this notification.
- getRelationTypeName(String) -
Method in class javax.management.relation.RelationService
-
- getRelationTypeName(String) -
Method in interface javax.management.relation.RelationServiceMBean
- Retrieves the relation type name for the passed relation.
- getRelationTypeName() -
Method in class javax.management.relation.RelationSupport
-
- getRelationTypeName() -
Method in interface javax.management.relation.RelationType
- Retrieves the name of this relation type.
- getRelationTypeName() -
Method in class javax.management.relation.RelationTypeSupport
-
- getResource(String) -
Method in interface javax.management.loading.MLetMBean
- Returns a resource with a given name from this MLet's classpath.
- getResource(String, ClassLoader) -
Method in class org.jboss.mx.loading.BasicLoaderRepository
-
- getResource(String, ClassLoader) -
Method in class org.jboss.mx.loading.HeirarchicalLoaderRepository3
- Find a resource from this repository.
- getResource(String, ClassLoader) -
Method in class org.jboss.mx.loading.LoaderRepository
- Find a resource URL for the given name
- getResource(String) -
Method in class org.jboss.mx.loading.RepositoryClassLoader
- Attempts to load the resource from its URL and if not found
forwards to the request to
LoaderRepository
.
- getResource(String, ClassLoader) -
Method in class org.jboss.mx.loading.UnifiedLoaderRepository3
- Loads a resource following the Unified ClassLoader architecture
- getResource() -
Method in class org.jboss.mx.server.AbstractMBeanInvoker
-
- getResource() -
Method in interface org.jboss.mx.server.MBeanInvoker
-
- getResourceAsStream(String) -
Method in interface javax.management.loading.MLetMBean
- Returns a resource with a given name from this MLet's classpath.
- getResourceClassName() -
Method in class org.jboss.mx.capability.ReflectedMBeanDispatcher
-
- getResourceClassName() -
Method in class org.jboss.mx.server.registry.MBeanEntry
- Retrieve the class name for the mbean.
- getResourceFromGlobalCache(String) -
Method in class org.jboss.mx.loading.UnifiedLoaderRepository3
- Check for a resource in the global cache
Synchronizes access to globalResources using the loaderToResourcesMap monitor
- getResourceFromRepository(String, ClassLoader) -
Method in class org.jboss.mx.loading.UnifiedLoaderRepository3
-
- getResourceInstance() -
Method in class org.jboss.mx.server.registry.MBeanEntry
- Retrieve the mbean.
- getResourceLocally(String) -
Method in class org.jboss.mx.loading.RepositoryClassLoader
- Provides the same functionality as
ClassLoader.getResource(java.lang.String)
.
- getResourceName(String) -
Static method in class org.jboss.mx.loading.ClassLoaderUtils
- Parse a class name into its resource form.
- getResourceObject() -
Method in class org.jboss.mx.capability.ReflectedMBeanDispatcher
-
- getResources(String) -
Method in interface javax.management.loading.MLetMBean
- Returns all resources with a given name.
- getResources(String, ClassLoader, List) -
Method in class org.jboss.mx.loading.BasicLoaderRepository
-
- getResources(String, ClassLoader, List) -
Method in class org.jboss.mx.loading.HeirarchicalLoaderRepository3
- Find all resource URLs for the given name.
- getResources(String, ClassLoader, List) -
Method in class org.jboss.mx.loading.LoaderRepository
- Find all resource URLs for the given name.
- getResources(String, ClassLoader, List) -
Method in class org.jboss.mx.loading.UnifiedLoaderRepository3
- Find all resource URLs for the given name.
- getReturnOpenType() -
Method in interface javax.management.openmbean.OpenMBeanOperationInfo
- Retrieves the open type return type of operation.
- getReturnOpenType() -
Method in class javax.management.openmbean.OpenMBeanOperationInfoSupport
-
- getReturnType() -
Method in class javax.management.MBeanOperationInfo
- Returns a fully qualified class name of the return type of this operation.
- getReturnType() -
Method in interface javax.management.openmbean.OpenMBeanOperationInfo
- Retrieves the return type of operation.
This must be same as getReturnOpenType().getClassName()
- getReturnType() -
Method in class org.jboss.mx.server.InvocationContext
-
- getReturnTypeClass() -
Method in class org.jboss.mx.server.Invocation
-
- getReturnTypeClass() -
Method in class org.jboss.mx.server.InvocationContext
-
- getRole(String) -
Method in interface javax.management.relation.Relation
- Retrieves the role for the passed role name.
- getRole(String, String) -
Method in class javax.management.relation.RelationService
-
- getRole(String, String) -
Method in interface javax.management.relation.RelationServiceMBean
- Retrieves MBeans in a role for a given relation id.
- getRole(String) -
Method in class javax.management.relation.RelationSupport
-
- getRoleCardinality(String) -
Method in interface javax.management.relation.Relation
- Retrieves the number of MBeans in a given role.
- getRoleCardinality(String, String) -
Method in class javax.management.relation.RelationService
-
- getRoleCardinality(String, String) -
Method in interface javax.management.relation.RelationServiceMBean
- Retrieves the number of MBeans in a role for a given relation id.
- getRoleCardinality(String) -
Method in class javax.management.relation.RelationSupport
-
- getRoleInfo(String, String) -
Method in class javax.management.relation.RelationService
-
- getRoleInfo(String, String) -
Method in interface javax.management.relation.RelationServiceMBean
- Retrieves the role information for a given relation type.
- getRoleInfo(String) -
Method in interface javax.management.relation.RelationType
- Retrieves the role info for a role name.
- getRoleInfo(String) -
Method in class javax.management.relation.RelationTypeSupport
-
- getRoleInfos(String) -
Method in class javax.management.relation.RelationService
-
- getRoleInfos(String) -
Method in interface javax.management.relation.RelationServiceMBean
- Retrieves all the role information for a given relation type.
- getRoleInfos() -
Method in interface javax.management.relation.RelationType
- Retrieves the list of role definitions in this relation type.
- getRoleInfos() -
Method in class javax.management.relation.RelationTypeSupport
-
- getRoleName() -
Method in class javax.management.relation.RelationNotification
- Retrieves the role name of an updated role, only for role updates.
- getRoleName() -
Method in class javax.management.relation.Role
- Retrieve the role name.
- getRoleName() -
Method in class javax.management.relation.RoleUnresolved
- Retrieve the role name.
- getRoleValue() -
Method in class javax.management.relation.Role
- Retrieve the role value.
- getRoleValue() -
Method in class javax.management.relation.RoleUnresolved
- Retrieve the role value.
- getRoles(String[]) -
Method in interface javax.management.relation.Relation
- Retrieves the roles in this relation with the passed names.
- getRoles(String, String[]) -
Method in class javax.management.relation.RelationService
-
- getRoles(String, String[]) -
Method in interface javax.management.relation.RelationServiceMBean
- Retrieves selected roles for a relation.
- getRoles(String[]) -
Method in class javax.management.relation.RelationSupport
-
- getRoles() -
Method in class javax.management.relation.RoleResult
- Retrieve the successful roles.
- getRolesUnresolved() -
Method in class javax.management.relation.RoleResult
- Retrieve the unsuccessful roles.
- getRouding() -
Method in class org.jboss.mx.util.TimeFormat
- return the rounding
- getRowType() -
Method in class javax.management.openmbean.TabularType
- Retrieve the row type
- getSeconds() -
Method in class org.jboss.mx.util.TimeFormat
- get seconds
- getSeconds(TimeFormat) -
Method in class org.jboss.mx.util.TimeFormat
- get seconds from a time format
- getSendPastNotifications() -
Method in class javax.management.timer.Timer
-
- getSendPastNotifications() -
Method in interface javax.management.timer.TimerMBean
- Retrieves the flag indicating whether past notifications are sent.
- getSequenceNumber() -
Method in class javax.management.Notification
- Retrieve the sequence number of the notification
- getServer() -
Method in class org.jboss.mx.server.AbstractMBeanInvoker
-
- getSignature() -
Method in class javax.management.MBeanConstructorInfo
-
- getSignature() -
Method in class javax.management.MBeanOperationInfo
- Returns the signature of this operation.
- getSignature() -
Method in interface javax.management.openmbean.OpenMBeanConstructorInfo
- Returns an array of the parameters passed to the constructor
- getSignature() -
Method in interface javax.management.openmbean.OpenMBeanOperationInfo
- Returns an array of the parameters passed to the operation
- getSignature() -
Method in class org.jboss.mx.server.InvocationContext
-
- getSignatureClasses() -
Method in class org.jboss.mx.server.Invocation
-
- getSignatureClasses() -
Method in class org.jboss.mx.server.InvocationContext
-
- getSignatureString(Method) -
Method in class org.jboss.mx.metadata.StandardMetaData
-
- getSignatureString(String[]) -
Method in class org.jboss.mx.server.AbstractMBeanInvoker
-
- getSize() -
Method in class org.jboss.mx.server.registry.BasicMBeanRegistry
-
- getSize() -
Method in interface org.jboss.mx.server.registry.MBeanRegistry
- Retrieve the number of mbeans registered.
- getSource() -
Method in class javax.management.Notification
- Retrieve the source of the notification
- getSource() -
Method in class org.jboss.mx.notification.NotificationFilterProxy
- return the real ObjectName source
- 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
-
- getState() -
Method in interface org.jboss.mx.persistence.AttributePersistenceManager
- Returns true if the AttributePersistenceManager
is "in-service" state, i.e.
- getStoreFile(MBeanInfo, boolean) -
Method in class org.jboss.mx.persistence.ObjectStreamPersistenceManager
-
- getString(ObjectName) -
Static method in class org.jboss.mx.util.ObjectNameConverter
- Takes the properties from the given Object Name and convert
special characters back
- getStringProperty(String) -
Method in class org.jboss.mx.metadata.AbstractBuilder
- Returns a string property or null if key does not exist.
- getStringToCompare() -
Method in class javax.management.monitor.StringMonitor
-
- getStringToCompare() -
Method in interface javax.management.monitor.StringMonitorMBean
- Retrieves the string to compare with the observed attribute.
- getTabularType() -
Method in interface javax.management.openmbean.TabularData
- Retrieve the tabular type for this tabular data
- getTabularType() -
Method in class javax.management.openmbean.TabularDataSupport
-
- getTarget() -
Method in class org.jboss.mx.server.InvocationContext
-
- 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.
- getThreadPool() -
Method in class org.jboss.mx.notification.AsynchNotificationBroadcasterSupport
-
- getThreshold() -
Method in class javax.management.monitor.CounterMonitor
-
- getThreshold(ObjectName) -
Method in class javax.management.monitor.CounterMonitor
-
- getThreshold() -
Method in interface javax.management.monitor.CounterMonitorMBean
- Deprecated. use
CounterMonitorMBean.getThreshold(ObjectName)
- getThreshold(ObjectName) -
Method in interface javax.management.monitor.CounterMonitorMBean
- Retrieves the threshold.
- getThreshold() -
Method in class org.jboss.mx.util.ObservedObject
-
- getTime(TimeFormat) -
Method in class org.jboss.mx.util.TimeFormat
- update time
- getTimeStamp() -
Method in class javax.management.Notification
- Retrieve the time of the notification
- getTranslator() -
Method in class org.jboss.mx.loading.LoaderRepository
-
- getTranslator() -
Method in interface org.jboss.mx.loading.UnifiedLoaderRepositoryMBean
-
- getTrigger() -
Method in class javax.management.monitor.MonitorNotification
- Retrieves the trigger value 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
- getType(String) -
Method in class javax.management.openmbean.CompositeType
- Retrieve the open type for an item name
- getType() -
Method in class org.jboss.mx.server.InvocationContext
-
- getTypeName() -
Method in class javax.management.openmbean.OpenType
- Retrieve the name of the open data type
- getURL() -
Method in class org.jboss.mx.loading.RepositoryClassLoader
- Get the URL associated with the UCL.
- getURL() -
Method in class org.jboss.mx.loading.UnifiedClassLoader
- Get the URL associated with the UCL.
- getURLs() -
Method in class javax.management.loading.MLet
- Returns the search path of URLs for loading classes and resources.
- getURLs() -
Method in interface javax.management.loading.MLetMBean
- Returns the list of URLs associated with this MLet.
- getURLs() -
Method in class org.jboss.mx.loading.HeirarchicalLoaderRepository3
- Obtain a listing of the URLs for all UnifiedClassLoaders associated with
the repository
- getURLs() -
Method in class org.jboss.mx.loading.LoaderRepository
-
- getURLs() -
Method in class org.jboss.mx.loading.RepositoryClassLoader
- Return an empty URL array to force the RMI marshalling subsystem to
use the java.server.codebase property as the annotated codebase.
- getURLs() -
Method in class org.jboss.mx.loading.UnifiedLoaderRepository3
- This is a utility method a listing of the URL for all UnifiedClassLoaders
associated with the repository.
- getURLs() -
Method in interface org.jboss.mx.loading.UnifiedLoaderRepositoryMBean
-
- getUseParentFirst() -
Method in class org.jboss.mx.loading.HeirarchicalLoaderRepository3
- Get the use parent first flag.
- getUserData() -
Method in class javax.management.Notification
- Retrieve the user data of the notification
- getValue() -
Method in class javax.management.Attribute
- Retrieves the value of the attribute.
- getValue() -
Method in class javax.management.StringValueExp
- Get the value of the string.
- getValue(ObjectName, String) -
Method in class org.jboss.mx.server.registry.BasicMBeanRegistry
-
- getValue(String) -
Method in class org.jboss.mx.server.registry.MBeanEntry
- Retrieve a value from the map.
- getValue(ObjectName, String) -
Method in interface org.jboss.mx.server.registry.MBeanRegistry
- Retrieve a value from the registration.
- getValue() -
Method in class org.jboss.mx.util.propertyeditor.ObjectNameEditor
- Returns a ObjectName for the input object converted to a string.
- getVersions() -
Method in class org.jboss.mx.loading.MBeanElement
- Returns MBean versions.
- getWrappingClassLoader(ClassLoader) -
Method in class org.jboss.mx.loading.UnifiedLoaderRepository3
- Get any wrapping classloader for the passed classloader
- getWrappingClassLoader(ClassLoader) -
Method in interface org.jboss.mx.loading.UnifiedLoaderRepositoryMBean
-
- getter -
Variable in class org.jboss.mx.capability.ReflectedMBeanDispatcher.MethodPair
-
- getterSignature(MBeanAttributeInfo) -
Static method in class org.jboss.mx.metadata.MethodMapper
- Generates a signature string for an attribute getter method using standard rules
- getterSignature(ModelMBeanAttributeInfo) -
Static method in class org.jboss.mx.metadata.MethodMapper
- Generates a getter signature string for a ModelMBean attribute by checking the
descriptor for getMethod.
- getterSignature(MBeanAttributeInfo) -
Static method in class org.jboss.mx.server.MethodMapper
- Generates a signature string for an attribute getter method using standard rules
- gt(ValueExp, ValueExp) -
Static method in class javax.management.Query
- Greater than.
H
- HIGH_VISIBILITY -
Static variable in interface org.jboss.mx.modelmbean.ModelMBeanConstants
-
- HeirarchicalLoaderRepository3 - class org.jboss.mx.loading.HeirarchicalLoaderRepository3.
- A simple extension of UnifiedLoaderRepository3 that adds the notion of a
parent UnifiedLoaderRepository.
- HeirarchicalLoaderRepository3(UnifiedLoaderRepository3) -
Constructor for class org.jboss.mx.loading.HeirarchicalLoaderRepository3
- Create a HeirarchicalLoaderRepository3 with an explicit parent.
- HeirarchicalLoaderRepository3(MBeanServer) -
Constructor for class org.jboss.mx.loading.HeirarchicalLoaderRepository3
- Create a HeirarchicalLoaderRepository3 with a parent obtained by querying
the server for the ServerConstants.DEFAULT_LOADER_NAME mbean.
- HeirarchicalLoaderRepository3(MBeanServer, ObjectName) -
Constructor for class org.jboss.mx.loading.HeirarchicalLoaderRepository3
- Create a HeirarchicalLoaderRepository3 with a parent obtained by querying
the server for the parentName mbean.
- HeirarchicalLoaderRepository3ConfigParser - class org.jboss.mx.loading.HeirarchicalLoaderRepository3ConfigParser.
- The LoaderRepositoryConfigParser implementation for the HeirarchicalLoaderRepository3.
- HeirarchicalLoaderRepository3ConfigParser() -
Constructor for class org.jboss.mx.loading.HeirarchicalLoaderRepository3ConfigParser
-
- handleAttributeNotFound(ProxyContext, AttributeNotFoundException, Method, Object[]) -
Method in class org.jboss.mx.util.DefaultExceptionHandler
-
- handleAttributeNotFound(ProxyContext, AttributeNotFoundException, Method, Object[]) -
Method in interface org.jboss.mx.util.ProxyExceptionHandler
-
- handleException(Throwable) -
Static method in class org.jboss.mx.server.ExceptionHandler
- Handles exceptions and wraps them if neccessary, arccording to the spec.
- handleInstanceNotFound(ProxyContext, InstanceNotFoundException, Method, Object[]) -
Method in class org.jboss.mx.util.DefaultExceptionHandler
-
- handleInstanceNotFound(ProxyContext, InstanceNotFoundException, Method, Object[]) -
Method in interface org.jboss.mx.util.ProxyExceptionHandler
-
- handleInstantiateExceptions(Throwable, String) -
Method in class org.jboss.mx.server.MBeanServerImpl
- Handles errors thrown during class instantiation
- handleInvalidAttributeValue(ProxyContext, InvalidAttributeValueException, Method, Object[]) -
Method in class org.jboss.mx.util.DefaultExceptionHandler
-
- handleInvalidAttributeValue(ProxyContext, InvalidAttributeValueException, Method, Object[]) -
Method in interface org.jboss.mx.util.ProxyExceptionHandler
-
- handleInvocationExceptions(Throwable) -
Method in class org.jboss.mx.interceptor.ReflectedDispatcher
-
- handleMBeanException(ProxyContext, MBeanException, Method, Object[]) -
Method in class org.jboss.mx.util.DefaultExceptionHandler
-
- handleMBeanException(ProxyContext, MBeanException, Method, Object[]) -
Method in interface org.jboss.mx.util.ProxyExceptionHandler
-
- handleMBeanUnregistration(ObjectName, String) -
Method in interface javax.management.relation.Relation
- The relation service will call this service when an MBean
referenced in a role is unregistered.
- handleMBeanUnregistration(ObjectName, String) -
Method in class javax.management.relation.RelationSupport
-
- handleNotification(NotificationListener, Notification, Object) -
Method in class javax.management.NotificationBroadcasterSupport
- Handle the notification, the default implementation is to synchronously invoke the listener.
- handleNotification(Notification, Object) -
Method in interface javax.management.NotificationListener
- Callback method from the broadcaster MBean this listener implementation
is registered to.
- handleNotification(Notification, Object) -
Method in class javax.management.relation.RelationService
-
- handleNotification(Notification, Object) -
Method in class org.jboss.mx.modelmbean.XMBean
- Implements NotificationListener interface by simply forwarding
any received Notification to the wrapped resource, if it
implements the NotificationListener interface, too.
- handleNotification(NotificationListener, Notification, Object) -
Method in class org.jboss.mx.notification.AsynchNotificationBroadcasterSupport
- Handle the notification, asynchronously invoke the listener.
- handleNotification(Notification, Object) -
Method in class org.jboss.mx.server.NotificationListenerProxy
-
- handleNotification(NotificationListener, Notification, Object) -
Method in class org.jboss.mx.util.JBossNotificationBroadcasterSupport
- Handle the notification, the default implementation is to synchronously invoke the listener.
- handlePreDeregister(MBeanRegistration) -
Method in class org.jboss.mx.server.registry.BasicMBeanRegistry
- subclasses can override to provide any custom preDeregister logic
and must call preDregister on the MBeanRegistration instance
- handlePreRegistration(MBeanRegistration, ObjectName) -
Method in class org.jboss.mx.server.registry.BasicMBeanRegistry
- subclasses can override to provide their own pre-registration pre- and post- logic for
preRegister and must call preRegister on the MBeanRegistration instance
- handleReflectionException(ProxyContext, ReflectionException, Method, Object[]) -
Method in class org.jboss.mx.util.DefaultExceptionHandler
-
- handleReflectionException(ProxyContext, ReflectionException, Method, Object[]) -
Method in interface org.jboss.mx.util.ProxyExceptionHandler
-
- handleRuntimeError(ProxyContext, RuntimeErrorException, Method, Object[]) -
Method in class org.jboss.mx.util.DefaultExceptionHandler
-
- handleRuntimeError(ProxyContext, RuntimeErrorException, Method, Object[]) -
Method in interface org.jboss.mx.util.ProxyExceptionHandler
-
- handleRuntimeMBeanException(ProxyContext, RuntimeMBeanException, Method, Object[]) -
Method in class org.jboss.mx.util.DefaultExceptionHandler
-
- handleRuntimeMBeanException(ProxyContext, RuntimeMBeanException, Method, Object[]) -
Method in interface org.jboss.mx.util.ProxyExceptionHandler
-
- handleRuntimeOperationsException(ProxyContext, RuntimeOperationsException, Method, Object[]) -
Method in class org.jboss.mx.util.DefaultExceptionHandler
-
- handleRuntimeOperationsException(ProxyContext, RuntimeOperationsException, Method, Object[]) -
Method in interface org.jboss.mx.util.ProxyExceptionHandler
-
- hasDefaultValue() -
Method in class javax.management.openmbean.OpenMBeanAttributeInfoSupport
-
- hasDefaultValue() -
Method in interface javax.management.openmbean.OpenMBeanParameterInfo
- Discover wether this parameter has a default value specified
- hasDefaultValue() -
Method in class javax.management.openmbean.OpenMBeanParameterInfoSupport
-
- hasLegalValues() -
Method in class javax.management.openmbean.OpenMBeanAttributeInfoSupport
-
- hasLegalValues() -
Method in interface javax.management.openmbean.OpenMBeanParameterInfo
- Discover wether this parameter has legal values specified
- hasLegalValues() -
Method in class javax.management.openmbean.OpenMBeanParameterInfoSupport
-
- hasMaxValue() -
Method in class javax.management.openmbean.OpenMBeanAttributeInfoSupport
-
- hasMaxValue() -
Method in interface javax.management.openmbean.OpenMBeanParameterInfo
- Discover wether this parameter has a maximum value specified
- hasMaxValue() -
Method in class javax.management.openmbean.OpenMBeanParameterInfoSupport
-
- hasMinValue() -
Method in class javax.management.openmbean.OpenMBeanAttributeInfoSupport
-
- hasMinValue() -
Method in interface javax.management.openmbean.OpenMBeanParameterInfo
- Discover wether this parameter has a minimum value specified
- hasMinValue() -
Method in class javax.management.openmbean.OpenMBeanParameterInfoSupport
-
- hasNext() -
Method in class org.jboss.mx.notification.ListenerRegistry.ListenerRegistrationIterator
-
- hasRelation(String) -
Method in class javax.management.relation.RelationService
-
- hasRelation(String) -
Method in interface javax.management.relation.RelationServiceMBean
- Checks whether the relation service has the passed relation id.
- hash -
Variable in class org.jboss.mx.metadata.AttributeOperationResolver.Node
-
- hashCode() -
Method in class javax.management.Attribute
-
- hashCode() -
Method in class javax.management.MBeanAttributeInfo
-
- hashCode() -
Method in class javax.management.MBeanConstructorInfo
-
- hashCode() -
Method in class javax.management.MBeanFeatureInfo
-
- hashCode() -
Method in class javax.management.MBeanInfo
-
- hashCode() -
Method in class javax.management.MBeanNotificationInfo
-
- hashCode() -
Method in class javax.management.MBeanOperationInfo
-
- hashCode() -
Method in class javax.management.MBeanParameterInfo
-
- hashCode() -
Method in class javax.management.MBeanPermission
- Returns the hash code value for this object.
- hashCode() -
Method in class javax.management.ObjectInstance
-
- hashCode() -
Method in class javax.management.ObjectName
-
- hashCode() -
Method in class javax.management.openmbean.ArrayType
-
- hashCode() -
Method in interface javax.management.openmbean.CompositeData
- Generates a hashcode for the implementation.
- hashCode() -
Method in class javax.management.openmbean.CompositeDataSupport
- Returns the hash code value for this CompositeDataSupport instance.
- hashCode() -
Method in class javax.management.openmbean.CompositeType
-
- hashCode() -
Method in interface javax.management.openmbean.OpenMBeanAttributeInfo
- Generates a hashcode for the implementation.
- hashCode() -
Method in class javax.management.openmbean.OpenMBeanAttributeInfoSupport
-
- hashCode() -
Method in interface javax.management.openmbean.OpenMBeanConstructorInfo
- Generates a hashcode for the implementation.
- hashCode() -
Method in class javax.management.openmbean.OpenMBeanConstructorInfoSupport
-
- hashCode() -
Method in interface javax.management.openmbean.OpenMBeanInfo
- Generates a hashcode for the implementation.
- hashCode() -
Method in class javax.management.openmbean.OpenMBeanInfoSupport
-
- hashCode() -
Method in interface javax.management.openmbean.OpenMBeanOperationInfo
- Generates a hashcode for the implementation.
- hashCode() -
Method in class javax.management.openmbean.OpenMBeanOperationInfoSupport
-
- hashCode() -
Method in interface javax.management.openmbean.OpenMBeanParameterInfo
- Generates a hashcode for the implementation.
- hashCode() -
Method in class javax.management.openmbean.OpenMBeanParameterInfoSupport
-
- hashCode() -
Method in class javax.management.openmbean.OpenType
- Retrieve the hashCode for this OpenType
- hashCode() -
Method in class javax.management.openmbean.SimpleType
-
- hashCode() -
Method in interface javax.management.openmbean.TabularData
- Generates a hashcode for the implementation.
- hashCode() -
Method in class javax.management.openmbean.TabularDataSupport
-
- hashCode() -
Method in class javax.management.openmbean.TabularType
-
- hashCode() -
Method in class org.jboss.mx.loading.RepositoryClassLoader
- This is here to document that this must delegate to the
super implementation to perform identity based hashing.
- hashCode() -
Method in class org.jboss.mx.notification.DefaultListenerRegistration
-
- hashCode() -
Method in class org.jboss.mx.server.AbstractMBeanInvoker.OperationKey
-
- hashCode() -
Method in class org.jboss.mx.util.MBeanProxyExt
- As with equals, use the MBeanServer + ObjectName
to calculate the hashCode
- hiKid -
Variable in class org.jboss.mx.metadata.AttributeOperationResolver.Node
-
I
- IMPLEMENTATION_NAME -
Static variable in interface org.jboss.mx.server.ServerConstants
- The name of the implementation.
- IMPLEMENTATION_VENDOR -
Static variable in interface org.jboss.mx.server.ServerConstants
- The vendor of the implementation.
- IMPLEMENTATION_VERSION -
Static variable in interface org.jboss.mx.server.ServerConstants
- The version of the implementation.
- INFO -
Static variable in class javax.management.MBeanOperationInfo
- Management operation impact: INFO.
- INFO -
Static variable in interface org.jboss.mx.modelmbean.ModelMBeanConstants
-
- INTEGER -
Static variable in class javax.management.openmbean.SimpleType
- The simple type for java.lang.Integer
- INTERCEPTORS -
Static variable in interface org.jboss.mx.modelmbean.ModelMBeanConstants
-
- INT_TYPE_NAME -
Static variable in class org.jboss.mx.util.MetaDataUtil
-
- IS_IS -
Static variable in interface org.jboss.mx.modelmbean.ModelMBeanConstants
-
- IS_READABLE -
Static variable in interface org.jboss.mx.modelmbean.ModelMBeanConstants
-
- IS_WRITABLE -
Static variable in interface org.jboss.mx.modelmbean.ModelMBeanConstants
-
- IllegalPropertyException - exception org.jboss.mx.metadata.IllegalPropertyException.
- Exception thrown when a property has an illegal value.
- IllegalPropertyException(String) -
Constructor for class org.jboss.mx.metadata.IllegalPropertyException
-
- 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.
- InstanceOfQueryExp - class org.jboss.mx.util.InstanceOfQueryExp.
- MBean QueryExp to find all classes of a particular instance
- InstanceOfQueryExp(String) -
Constructor for class org.jboss.mx.util.InstanceOfQueryExp
-
- Interceptor - interface org.jboss.mx.interceptor.Interceptor.
- This interface defines MBean interceptors.
- InterceptorNameConflictException - exception org.jboss.mx.interceptor.InterceptorNameConflictException.
- Exception thrown when attempting to register a shared interceptor with
an already existing interceptor name.
- InterceptorNameConflictException() -
Constructor for class org.jboss.mx.interceptor.InterceptorNameConflictException
-
- InterceptorNameConflictException(String) -
Constructor for class org.jboss.mx.interceptor.InterceptorNameConflictException
-
- 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.
- InvalidKeyException - exception javax.management.openmbean.InvalidKeyException.
- Thrown when an item name for composite data or a row index for tabular
data is invalid.
- InvalidKeyException() -
Constructor for class javax.management.openmbean.InvalidKeyException
- Construct an invalid key exception with no message.
- InvalidKeyException(String) -
Constructor for class javax.management.openmbean.InvalidKeyException
- Construct an invalid key exception with the passed message.
- InvalidOpenTypeException - exception javax.management.openmbean.InvalidOpenTypeException.
- Thrown when an open type of an open data is not correct.
- InvalidOpenTypeException() -
Constructor for class javax.management.openmbean.InvalidOpenTypeException
- Construct an invalid open type exception with no message.
- InvalidOpenTypeException(String) -
Constructor for class javax.management.openmbean.InvalidOpenTypeException
- Construct an invalid opent type with the passed message.
- InvalidRelationIdException - exception javax.management.relation.InvalidRelationIdException.
- Thrown when a relation id provided has already been used.
- InvalidRelationIdException() -
Constructor for class javax.management.relation.InvalidRelationIdException
- Construct a new InvalidRelationIdException with no message.
- InvalidRelationIdException(String) -
Constructor for class javax.management.relation.InvalidRelationIdException
- Construct a new InvalidRelationIdException with the given message.
- InvalidRelationServiceException - exception javax.management.relation.InvalidRelationServiceException.
- Thrown when an invalid relation service is used.
- InvalidRelationServiceException() -
Constructor for class javax.management.relation.InvalidRelationServiceException
- Construct a new InvalidRelationServiceException with no message.
- InvalidRelationServiceException(String) -
Constructor for class javax.management.relation.InvalidRelationServiceException
- Construct a new InvalidRelationServiceException with the given message.
- InvalidRelationTypeException - exception javax.management.relation.InvalidRelationTypeException.
- Thrown when the relation type already exists with the given name or
the same name is used in different role infos or there is no role info or
a null role info.
- InvalidRelationTypeException() -
Constructor for class javax.management.relation.InvalidRelationTypeException
- Construct a new InvalidRelationTypeException with no message.
- InvalidRelationTypeException(String) -
Constructor for class javax.management.relation.InvalidRelationTypeException
- Construct a new InvalidRelationTypeException with the given message.
- InvalidRoleInfoException - exception javax.management.relation.InvalidRoleInfoException.
- Thrown when a role info has a minimum greater than its maximum.
- InvalidRoleInfoException() -
Constructor for class javax.management.relation.InvalidRoleInfoException
- Construct a new InvalidRoleInfoException with no message.
- InvalidRoleInfoException(String) -
Constructor for class javax.management.relation.InvalidRoleInfoException
- Construct a new InvalidRoleInfoException with the given message.
- InvalidRoleValueException - exception javax.management.relation.InvalidRoleValueException.
- Thrown when the number of MBeans passed is less the minimum or greater
than the maximum degree of a role, or the an MBean has an incorrect
class or an MBean does not exist.
- InvalidRoleValueException() -
Constructor for class javax.management.relation.InvalidRoleValueException
- Construct a new InvalidRoleValueException with no message.
- InvalidRoleValueException(String) -
Constructor for class javax.management.relation.InvalidRoleValueException
- Construct a new InvalidRoleValueException with the given message.
- 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
-
- Invocation - class org.jboss.mx.server.Invocation.
-
- Invocation() -
Constructor for class org.jboss.mx.server.Invocation
-
- Invocation(InvocationContext) -
Constructor for class org.jboss.mx.server.Invocation
-
- InvocationContext - class org.jboss.mx.server.InvocationContext.
-
- InvocationContext() -
Constructor for class org.jboss.mx.server.InvocationContext
-
- implies(Permission) -
Method in class javax.management.MBeanPermission
- Checks if this MBeanPermission object "implies" the specified permission.
- implies(Permission) -
Method in class javax.management.MBeanServerPermission
- Checks if this MBeanServerPermission object "implies" the specified
permission.
- in(ValueExp, ValueExp[]) -
Static method in class javax.management.Query
- Tests a value is in one of the listed values.
- info -
Variable in class org.jboss.mx.server.AbstractMBeanInvoker
- The metadata describing this MBean.
- infosToRestore() -
Method in class org.jboss.mx.persistence.MbeanInfoDbPm
-
- init() -
Method in class org.jboss.mx.interceptor.AbstractInterceptor
-
- init() -
Method in class org.jboss.mx.interceptor.AbstractSharedInterceptor
- This method is part of the interceptor MBean's registration lifecycle.
- init() -
Method in interface org.jboss.mx.interceptor.Interceptor
- This method is part of the interceptor's lifecycle.
- init(MBeanServer, ObjectName) -
Method in class org.jboss.mx.modelmbean.ModelMBeanInvoker
-
- init(ModelMBeanInvoker, MBeanInfo) -
Method in class org.jboss.mx.persistence.DelegatingPersistenceManager
- Lazy initialization
Gets the external persistor to use and decides on the
persistName to use for this MBean load()/store() calls.
- initAttributeContexts(MBeanAttributeInfo[]) -
Method in class org.jboss.mx.modelmbean.ModelMBeanInvoker
-
- initAttributeContexts(MBeanAttributeInfo[]) -
Method in class org.jboss.mx.server.AbstractMBeanInvoker
-
- initDispatchers() -
Method in class org.jboss.mx.server.AbstractMBeanInvoker
-
- initOperationContexts(MBeanOperationInfo[]) -
Method in class org.jboss.mx.modelmbean.ModelMBeanInvoker
-
- initOperationContexts(MBeanOperationInfo[]) -
Method in class org.jboss.mx.server.AbstractMBeanInvoker
-
- initPersistence(MBeanServer, ObjectName) -
Method in class org.jboss.mx.modelmbean.ModelMBeanInvoker
- initializes the persistence manager based on the info for this bean.
- initialSubString(AttributeValueExp, StringValueExp) -
Static method in class javax.management.Query
- Tests an attribute starts with a string as a subset.
- inject(String, String, Class, Object) -
Method in class org.jboss.mx.server.AbstractMBeanInvoker
- Inject context from the xmbean layer to the resource
- installMBean(MBeanElement) -
Method in class org.jboss.mx.util.MBeanInstaller
- Install a mbean with mbean metadata
- instance -
Static variable in class org.jboss.mx.loading.LoaderRepository
-
- 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.
- instantiate() -
Static method in class org.jboss.mx.modelmbean.RequiredModelMBeanInstantiator
-
- instantiate(ModelMBeanInfo) -
Static method in class org.jboss.mx.modelmbean.RequiredModelMBeanInstantiator
-
- instantiate(String) -
Method in class org.jboss.mx.server.MBeanServerImpl
-
- instantiate(String, Object[], String[]) -
Method in class org.jboss.mx.server.MBeanServerImpl
-
- instantiate(String, ObjectName) -
Method in class org.jboss.mx.server.MBeanServerImpl
-
- instantiate(String, ObjectName, Object[], String[]) -
Method in class org.jboss.mx.server.MBeanServerImpl
-
- instantiate(String, ClassLoader, Object[], String[]) -
Method in class org.jboss.mx.server.MBeanServerImpl
- Instantiate an object, the passed classloader is set as the
thread's context classloader for the duration of this method.
- 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
- Invokes an operation on an mbean.
- invoke(ObjectName, String, Object[], String[]) -
Method in interface javax.management.MBeanServerConnection
- Invokes an operation on an mbean.
- invoke(Object, Method, Object[]) -
Method in class javax.management.MBeanServerInvocationHandler
-
- invoke(String, Object[], String[]) -
Method in class javax.management.StandardMBean
-
- invoke(String, Object[], String[]) -
Method in class javax.management.modelmbean.RequiredModelMBean
-
- invoke(String, Object[], String[]) -
Method in class org.jboss.mx.capability.ReflectedMBeanDispatcher
-
- invoke(Invocation) -
Method in class org.jboss.mx.interceptor.AbstractInterceptor
- The default invoke implementation queries the invocation object for the
next interceptor in the chain.
- invoke(Invocation) -
Method in class org.jboss.mx.interceptor.AttributeDispatcher
- Dispatch the attribute set or get.
- invoke(Invocation) -
Method in interface org.jboss.mx.interceptor.Interceptor
- The invoke method is called when the invocation object passes
this interceptor.
- invoke(Invocation) -
Method in class org.jboss.mx.interceptor.ModelMBeanAttributeInterceptor
-
- invoke(Invocation) -
Method in class org.jboss.mx.interceptor.ModelMBeanInfoInterceptor
- Return the MBeanInfo from the invocation MBeanInvoker
- invoke(Invocation) -
Method in class org.jboss.mx.interceptor.ModelMBeanOperationInterceptor
-
- invoke(Invocation) -
Method in class org.jboss.mx.interceptor.PersistenceInterceptor
-
- invoke(Invocation) -
Method in class org.jboss.mx.interceptor.ReflectedDispatcher
-
- invoke(Invocation) -
Method in class org.jboss.mx.interceptor.StandardMBeanInfoInterceptor
-
- invoke(String, Object[], String[]) -
Method in class org.jboss.mx.modelmbean.RequiredModelMBeanInvoker
-
- invoke(Object, Method, Object[]) -
Method in class org.jboss.mx.notification.NotificationListenerProxy
-
- invoke(String, Object[], String[]) -
Method in class org.jboss.mx.server.AbstractMBeanInvoker
- Invokes the target resource.
- invoke() -
Method in class org.jboss.mx.server.Invocation
-
- invoke(ObjectName, String, Object[], String[]) -
Method in class org.jboss.mx.server.MBeanServerImpl
-
- invoke(String, Object[], String[]) -
Method in class org.jboss.mx.server.RawDynamicInvoker
-
- invoke(String, Object[], String[]) -
Method in class org.jboss.mx.util.DynamicMBeanSupport
-
- invoke(Object, Method, Object[]) -
Method in class org.jboss.mx.util.JMXInvocationHandler
-
- invoke(Object, Method, Object[]) -
Method in class org.jboss.mx.util.MBeanProxyExt
- Invoke the configured MBean via the target MBeanServer and decode
any resulting JMX exceptions that are thrown.
- invokePostDeregister() -
Method in class org.jboss.mx.server.AbstractMBeanInvoker
-
- invokePostRegister(Boolean) -
Method in class org.jboss.mx.server.AbstractMBeanInvoker
-
- invokePreDeregister() -
Method in class org.jboss.mx.server.AbstractMBeanInvoker
-
- invokePreRegister(MBeanServer, ObjectName) -
Method in class org.jboss.mx.modelmbean.ModelMBeanInvoker
- The default implementation of preRegister invokes the
ModelMBeanInvoker.configureInterceptorStack(javax.management.modelmbean.ModelMBeanInfo, javax.management.MBeanServer, javax.management.ObjectName)
method which sets up the interceptors
for this Model MBean instance.
- invokePreRegister(MBeanServer, ObjectName) -
Method in class org.jboss.mx.server.AbstractMBeanInvoker
-
- invokePreRegister(MBeanInvoker, ObjectName, String) -
Method in class org.jboss.mx.server.registry.BasicMBeanRegistry
-
- isActive() -
Method in class javax.management.monitor.Monitor
-
- isActive() -
Method in interface javax.management.monitor.MonitorMBean
- Tests whether this monitoring service is active.
- isActive() -
Method in class javax.management.relation.RelationService
-
- isActive() -
Method in interface javax.management.relation.RelationServiceMBean
- Checks whether the relation service is active, i.e.
- isActive() -
Method in class javax.management.timer.Timer
-
- isActive() -
Method in interface javax.management.timer.TimerMBean
- Test whether the timer MBean is active.
- isActive() -
Method in class org.jboss.mx.util.ThreadPool
- Get the activity status of the pool.
- isAlreadyNotified(int) -
Method in class org.jboss.mx.util.ObservedObject
-
- isArray() -
Method in class javax.management.openmbean.OpenType
- Retrieve whether the class name of the type is an array
- isClassBlackListed(String) -
Method in class org.jboss.mx.loading.RepositoryClassLoader
- Is the class black listed?
- isDomainPattern() -
Method in class javax.management.ObjectName
-
- isEmpty() -
Method in interface javax.management.openmbean.TabularData
- Determine whether the tabular data is empty.
- isEmpty() -
Method in class javax.management.openmbean.TabularDataSupport
-
- isEmpty() -
Method in class javax.management.timer.Timer
-
- isEmpty() -
Method in interface javax.management.timer.TimerMBean
- Test whether the timer MBean has any registered notifications.
- isEmpty() -
Method in class org.jboss.mx.notification.ListenerRegistry
- Test whether the registry is empty
- isInRelationService() -
Method in class javax.management.relation.RelationSupport
-
- isInRelationService() -
Method in interface javax.management.relation.RelationSupportMBean
- Check to see whether this relation thinks it is in relation service.
- isInstanceOf(ObjectName, String) -
Method in interface javax.management.MBeanServer
- Tests whether an mbean can be cast to the given type
- isInstanceOf(ObjectName, String) -
Method in interface javax.management.MBeanServerConnection
- Tests whether an mbean can be cast to the given type
- isInstanceOf(ObjectName, String) -
Method in class org.jboss.mx.server.MBeanServerImpl
-
- isIs() -
Method in class javax.management.MBeanAttributeInfo
- If the attribute is using the boolean isAttributeName naming convention
for its read accessor.
- isIs() -
Method in interface javax.management.openmbean.OpenMBeanAttributeInfo
- Test whether an attribute is accessed through an isXXX getter.
- isLoading() -
Method in class org.jboss.mx.persistence.DelegatingPersistenceManager
- Check if we are loading state
- isLoading -
Variable in class org.jboss.mx.persistence.ObjectStreamPersistenceManager
- A flag set to true to prevent attribute updates from within load
triggering stores.
- isLoading() -
Method in class org.jboss.mx.persistence.ObjectStreamPersistenceManager
-
- 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
- isNotificationEnabled(Notification) -
Method in class javax.management.relation.MBeanServerNotificationFilter
- Test to see whether this notification is enabled
- isNotificationEnabled(Notification) -
Method in class org.jboss.mx.notification.NotificationFilterProxy
- This method is called before a notification is sent to see whether
the listener wants the notification.
- isPattern() -
Method in class javax.management.ObjectName
-
- isPrimitive(String) -
Static method in class org.jboss.mx.capability.OptimizedMBeanDispatcher
- Checks if a given name matches the TYPE name of a primitive wrapper class.
- isPrimitive(String) -
Static method in class org.jboss.mx.util.MetaDataUtil
- Checks whether a string is primitive
- isPropertyPattern() -
Method in class javax.management.ObjectName
-
- isReadable() -
Method in class javax.management.MBeanAttributeInfo
- If the attribute is readable.
- isReadable() -
Method in interface javax.management.openmbean.OpenMBeanAttributeInfo
- Test whether an attribute is readable.
- isReadable() -
Method in class javax.management.relation.RoleInfo
- Retrieve the readable attribute.
- isReadable() -
Method in class org.jboss.mx.server.InvocationContext
-
- isRegistered(ObjectName) -
Method in interface javax.management.MBeanServer
- Test whether an mbean is registered.
- isRegistered(ObjectName) -
Method in interface javax.management.MBeanServerConnection
- Test whether an mbean is registered.
- isRegistered(ObjectName) -
Method in class org.jboss.mx.server.MBeanServerImpl
-
- isRelation(ObjectName) -
Method in class javax.management.relation.RelationService
-
- isRelation(ObjectName) -
Method in interface javax.management.relation.RelationServiceMBean
- Checks whether the passed object name is a relation in this relation
service.
- isRelationMBean(String) -
Method in class javax.management.relation.RelationService
-
- isRelationMBean(String) -
Method in interface javax.management.relation.RelationServiceMBean
- Checks whether the passed relation id is an MBean created by a user
or has been internally created by the relation service.
- isResourceBlackListed(String) -
Method in class org.jboss.mx.loading.RepositoryClassLoader
- Is the resource black listed?
- isRoleStatus(int) -
Static method in class javax.management.relation.RoleStatus
- See if the passed integer is a valid problem type.
- isShared -
Variable in class org.jboss.mx.interceptor.AbstractInterceptor
- Indicates whether this interceptor instance is shared or not.
- isShared() -
Method in class org.jboss.mx.interceptor.AbstractInterceptor
-
- isShared() -
Method in interface org.jboss.mx.interceptor.Interceptor
- Returns true if this interceptor is shared by multiple invokers;
false otherwise.
- isSupportedResourceType(Object, String) -
Method in class org.jboss.mx.modelmbean.ModelMBeanInvoker
-
- isSupportedResourceType(Object, String) -
Method in class org.jboss.mx.modelmbean.XMBean
-
- isSuspended() -
Method in class org.jboss.mx.server.AbstractMBeanInvoker
-
- isSuspended() -
Method in interface org.jboss.mx.server.Suspendable
-
- isValid() -
Method in interface javax.management.Descriptor
- Checks to see that this descriptor is valid.
- isValid() -
Method in class javax.management.modelmbean.DescriptorSupport
- Returns true if all of the fields have legal values given their names.
- isValidJavaIdentifier(String) -
Static method in class org.jboss.mx.util.MetaDataUtil
- Tests whether the passed string is a valid java identifier
- isValidJavaType(String) -
Static method in class org.jboss.mx.util.MetaDataUtil
- Tests whether the passed string is a valid java type
- isValue(Object) -
Method in class javax.management.openmbean.ArrayType
-
- isValue(Object) -
Method in class javax.management.openmbean.CompositeType
- Determines whether the object is a value of the this composite type.
- isValue(Object) -
Method in class javax.management.openmbean.OpenMBeanAttributeInfoSupport
-
- isValue(Object) -
Method in interface javax.management.openmbean.OpenMBeanParameterInfo
- Tests whether an object is acceptable as a paramter value
- isValue(Object) -
Method in class javax.management.openmbean.OpenMBeanParameterInfoSupport
-
- isValue(Object) -
Method in class javax.management.openmbean.OpenType
- Whether the passed value is one of those described by this open type.
- isValue(Object) -
Method in class javax.management.openmbean.SimpleType
-
- isValue(Object) -
Method in class javax.management.openmbean.TabularType
- Determines whether the object is a value of the this tabular type.
- isWritable() -
Method in class javax.management.MBeanAttributeInfo
- If the attribute is writable.
- isWritable() -
Method in interface javax.management.openmbean.OpenMBeanAttributeInfo
- Test whether an attribute is writable.
- isWritable() -
Method in class javax.management.relation.RoleInfo
- Retrieve the writable attribute.
- isWritable() -
Method in class org.jboss.mx.server.InvocationContext
-
- iterator() -
Method in class org.jboss.mx.notification.ListenerRegistry
- Retrieve an iterator over the registrations
J
- JBOSSMX_DOMAIN -
Static variable in interface org.jboss.mx.service.ServiceConstants
- The object name domain 'JBossMX' can be used by
JBossMX service implementations.
- JBOSSMX_XMBEAN_DTD_1_0 -
Static variable in interface org.jboss.mx.service.ServiceConstants
- DTD file name for JBossMX XMBean, version 1.0
- JBOSSMX_XMBEAN_DTD_1_1 -
Static variable in interface org.jboss.mx.service.ServiceConstants
- DTD file name for JBossMX XMBean, version 1.1
- JBOSSMX_XMBEAN_DTD_1_2 -
Static variable in interface org.jboss.mx.service.ServiceConstants
- DTD file name for JBossMX XMBean, version 1.2
- JBossNotCompliantMBeanException - exception org.jboss.mx.util.JBossNotCompliantMBeanException.
- JBossNotCompliantMBeanException.java
Created: Tues Feb 18 22:45:03 2003
- JBossNotCompliantMBeanException() -
Constructor for class org.jboss.mx.util.JBossNotCompliantMBeanException
-
- JBossNotCompliantMBeanException(String) -
Constructor for class org.jboss.mx.util.JBossNotCompliantMBeanException
-
- JBossNotCompliantMBeanException(Throwable) -
Constructor for class org.jboss.mx.util.JBossNotCompliantMBeanException
-
- JBossNotCompliantMBeanException(String, Throwable) -
Constructor for class org.jboss.mx.util.JBossNotCompliantMBeanException
-
- JBossNotificationBroadcasterSupport - class org.jboss.mx.util.JBossNotificationBroadcasterSupport.
- A helper class for notification broadcasters/emitters
- JBossNotificationBroadcasterSupport() -
Constructor for class org.jboss.mx.util.JBossNotificationBroadcasterSupport
- Construct the new notification broadcaster support object
- JBossXMBean10 - class org.jboss.mx.metadata.JBossXMBean10.
- The JBoss 1.0 model mbean descriptor parser class.
- JBossXMBean10(String, String, Element, Map) -
Constructor for class org.jboss.mx.metadata.JBossXMBean10
-
- 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.
- JMI_DOMAIN -
Static variable in interface org.jboss.mx.server.ServerConstants
- The name of the protected implementation domain
Pass this object to the registry in the values map as the key and value
to register in this domain
- 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.
- JMXExceptionDecoder - class org.jboss.mx.util.JMXExceptionDecoder.
- A simple helper to rethrow and/or decode those pesky
JMX exceptions.
- JMXExceptionDecoder() -
Constructor for class org.jboss.mx.util.JMXExceptionDecoder
-
- JMXInvocationHandler - class org.jboss.mx.util.JMXInvocationHandler.
- Invocation handler for MBean proxies.
- JMXInvocationHandler(MBeanServer, ObjectName) -
Constructor for class org.jboss.mx.util.JMXInvocationHandler
- Constructs a new JMX MBean Proxy invocation handler.
- javax.management - package javax.management
-
- javax.management.loading - package javax.management.loading
-
- javax.management.modelmbean - package javax.management.modelmbean
-
- javax.management.monitor - package javax.management.monitor
- The JBossMX monitor services.
- javax.management.openmbean - package javax.management.openmbean
-
- javax.management.relation - package javax.management.relation
- The JBossMX relation service.
- javax.management.timer - package javax.management.timer
- The JBossMX timer service.
K
- KeyAlreadyExistsException - exception javax.management.openmbean.KeyAlreadyExistsException.
- Thrown when a row index for tabular data already exists.
- KeyAlreadyExistsException() -
Constructor for class javax.management.openmbean.KeyAlreadyExistsException
- Construct an key already exsits exception with no message.
- KeyAlreadyExistsException(String) -
Constructor for class javax.management.openmbean.KeyAlreadyExistsException
- Construct an key already exists exception with the passed message.
- keySet() -
Method in class javax.management.openmbean.CompositeType
- Retrieve an unmodifiable Set view of all the item names in
ascending order.
- keySet() -
Method in interface javax.management.openmbean.TabularData
- Returns a set view of the index values.
- keySet() -
Method in class javax.management.openmbean.TabularDataSupport
-
L
- LAST_RETURNED_TIME_STAMP -
Static variable in interface org.jboss.mx.modelmbean.ModelMBeanConstants
-
- LAST_UPDATED_TIME_STAMP -
Static variable in interface org.jboss.mx.modelmbean.ModelMBeanConstants
-
- LAST_UPDATED_TIME_STAMP2 -
Static variable in interface org.jboss.mx.modelmbean.ModelMBeanConstants
- used to mark the update (set) of an ATTRIBUTE_VALUE
- LATEST -
Static variable in class org.jboss.mx.util.Serialization
- The latest version of serialization
- LE -
Static variable in class javax.management.Query
- Less than or equals expression
- LESS_THAN_MIN_ROLE_DEGREE -
Static variable in class javax.management.relation.RoleStatus
- Tried to set a role with less objects that minimum cardinality
- LOADER_REPOSITORY_CLASS_PROPERTY -
Static variable in interface org.jboss.mx.server.ServerConstants
- This property can be used to configure the default class loader repository
implementation for the JVM.
- LOG -
Static variable in interface org.jboss.mx.modelmbean.ModelMBeanConstants
-
- LOG_FILE -
Static variable in interface org.jboss.mx.modelmbean.ModelMBeanConstants
-
- LONG -
Static variable in class javax.management.openmbean.SimpleType
- The simple type for java.lang.Long
- LONG_TYPE_NAME -
Static variable in class org.jboss.mx.util.MetaDataUtil
-
- LOW_VISIBILITY -
Static variable in interface org.jboss.mx.modelmbean.ModelMBeanConstants
-
- 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.
- ListenerRegistration - interface org.jboss.mx.notification.ListenerRegistration.
- A notification listener registration.
- ListenerRegistrationFactory - interface org.jboss.mx.notification.ListenerRegistrationFactory.
- A notification listener registration factory.
- ListenerRegistry - class org.jboss.mx.notification.ListenerRegistry.
- A notification listener registry.
- ListenerRegistry() -
Constructor for class org.jboss.mx.notification.ListenerRegistry
- Create a notification listener registry using the default
listener registration factory.
- ListenerRegistry(ListenerRegistrationFactory) -
Constructor for class org.jboss.mx.notification.ListenerRegistry
- Create a notification listener registry using the passed
listener registration factory.
- ListenerRegistry.ListenerRegistrationIterator - class org.jboss.mx.notification.ListenerRegistry.ListenerRegistrationIterator.
-
- ListenerRegistry.ListenerRegistrationIterator() -
Constructor for class org.jboss.mx.notification.ListenerRegistry.ListenerRegistrationIterator
- Constructs a new ListenerRegistration iterator
- LoadMgr3 - class org.jboss.mx.loading.LoadMgr3.
- A utility class used by the UnifiedClassLoader3 to manage the thread based
class loading tasks.
- LoadMgr3() -
Constructor for class org.jboss.mx.loading.LoadMgr3
-
- LoadMgr3.PkgClassLoader - class org.jboss.mx.loading.LoadMgr3.PkgClassLoader.
- A UCL and its relative ordering with respect to the class loading.
- LoadMgr3.PkgClassLoader(RepositoryClassLoader) -
Constructor for class org.jboss.mx.loading.LoadMgr3.PkgClassLoader
-
- LoadMgr3.PkgClassLoader(RepositoryClassLoader, int) -
Constructor for class org.jboss.mx.loading.LoadMgr3.PkgClassLoader
-
- LoaderRepository - class org.jboss.mx.loading.LoaderRepository.
- Abstract base class of all loader repository implementations
- LoaderRepository() -
Constructor for class org.jboss.mx.loading.LoaderRepository
-
- LoaderRepositoryClassLoader - class org.jboss.mx.loading.LoaderRepositoryClassLoader.
- A delegating classloader that first peeks in the loader
repository's cache.
- LoaderRepositoryClassLoader(ClassLoader, LoaderRepository) -
Constructor for class org.jboss.mx.loading.LoaderRepositoryClassLoader
- Constructor
- LoaderRepositoryClassLoader(ClassLoader, LoaderRepository, URLStreamHandlerFactory) -
Constructor for class org.jboss.mx.loading.LoaderRepositoryClassLoader
- Constructor
- LoaderRepositoryFactory - class org.jboss.mx.loading.LoaderRepositoryFactory.
- A factory for LoaderRepository instances.
- LoaderRepositoryFactory.LoaderRepositoryConfig - class org.jboss.mx.loading.LoaderRepositoryFactory.LoaderRepositoryConfig.
- A class that represents the configuration of the a LoaderRepository.
- LoaderRepositoryFactory.LoaderRepositoryConfig() -
Constructor for class org.jboss.mx.loading.LoaderRepositoryFactory.LoaderRepositoryConfig
-
- LoaderRepositoryFactory.LoaderRepositoryConfigParser - interface org.jboss.mx.loading.LoaderRepositoryFactory.LoaderRepositoryConfigParser.
- The interface representing a LoaderRepository configuration parser.
- LogInterceptor - class org.jboss.mx.interceptor.LogInterceptor.
- Log interceptor.
- LogInterceptor() -
Constructor for class org.jboss.mx.interceptor.LogInterceptor
-
- leq(ValueExp, ValueExp) -
Static method in class javax.management.Query
- Less than or equal.
- listAll() -
Method in interface org.jboss.mx.persistence.AttributePersistenceManager
- Returns a String array with all the saved ids
under the configured version tag.
- loKid -
Variable in class org.jboss.mx.metadata.AttributeOperationResolver.Node
-
- load() -
Method in interface javax.management.PersistentMBean
- Retrieves the MBean's state from a persistence store.
- load() -
Method in class javax.management.modelmbean.RequiredModelMBean
-
- load() -
Method in class org.jboss.mx.modelmbean.ModelMBeanInvoker
-
- load(String) -
Method in interface org.jboss.mx.persistence.AttributePersistenceManager
- Uses the specified id to retrieve a previously persisted
AttributeList.
- load(ModelMBeanInvoker, MBeanInfo) -
Method in class org.jboss.mx.persistence.DelegatingPersistenceManager
- Called initialy when the XMBean is constructed in order
to load and set the attributes of the MBean,
if their persistent image exists.
- load(File) -
Method in class org.jboss.mx.persistence.MBeanInfoOdb
-
- load(ModelMBeanInvoker, MBeanInfo) -
Method in class org.jboss.mx.persistence.MbeanInfoDbPm
-
- load(ModelMBeanInvoker, MBeanInfo) -
Method in class org.jboss.mx.persistence.NullPersistence
-
- load(ModelMBeanInvoker, MBeanInfo) -
Method in class org.jboss.mx.persistence.ObjectStreamPersistenceManager
- deserializes state from the object input stream
- load(ModelMBeanInvoker, MBeanInfo) -
Method in interface org.jboss.mx.persistence.PersistenceManager
-
- loadByteCode(String) -
Method in class org.jboss.mx.loading.RepositoryClassLoader
- Obtain the bytecode for the indicated class from this class loaders
classpath.
- loadByteCode(URL) -
Method in class org.jboss.mx.loading.RepositoryClassLoader
- Obtain the bytecode for the indicated class from this class loaders
classpath.
- loadClass(String) -
Static method in class javax.management.DefaultLoaderRepository
- Deprecated.
- loadClass(String) -
Method in interface javax.management.loading.ClassLoaderRepository
- Loads a class from the repository.
- loadClass(String) -
Static method in class javax.management.loading.DefaultLoaderRepository
- Deprecated.
- loadClass(String, ClassLoaderRepository) -
Method in class javax.management.loading.MLet
- Load a class, using the given ClassLoaderRepository if the class is not
found in this MLet's URLs.
- loadClass(String, boolean) -
Method in class javax.management.loading.MLet
-
- loadClass(String) -
Method in class org.jboss.mx.loading.BasicLoaderRepository
- Loads a class from the repository.
- loadClass(String, boolean, ClassLoader) -
Method in class org.jboss.mx.loading.BasicLoaderRepository
-
- loadClass(String, boolean, ClassLoader) -
Method in class org.jboss.mx.loading.HeirarchicalLoaderRepository3
- Load a class using the repository class loaders.
- loadClass(String) -
Method in class org.jboss.mx.loading.LoaderRepository
- Loads a class from the repository.
- loadClass(String, boolean, ClassLoader) -
Method in class org.jboss.mx.loading.LoaderRepository
- Load the given class from the repository
- loadClass(String, boolean) -
Method in class org.jboss.mx.loading.LoaderRepositoryClassLoader
- Load a class, first peek in the loader repository cache then
ask the parent.
- loadClass(String, boolean) -
Method in class org.jboss.mx.loading.RepositoryClassLoader
- The only caller of this method should be the VM initiated
loadClassInternal() method.
- loadClass(String, boolean, ClassLoader) -
Method in class org.jboss.mx.loading.UnifiedLoaderRepository3
- Unlike other implementations of LoaderRepository, this method does
nothing but ask the UnifiedClassLoader3 to load the class as UCL3s
do not use this method.
- loadClass(String) -
Method in class org.jboss.mx.loading.UnifiedLoaderRepository3
- First tries to load from any UCL in the ULR, and if the
class is not found, next tries the current thread context
class loader.
- loadClassBefore(ClassLoader, String) -
Method in interface javax.management.loading.ClassLoaderRepository
- Loads a class from the repository, using the classloaders that were
registered before the given classloader.
- loadClassBefore(ClassLoader, String) -
Method in class org.jboss.mx.loading.BasicLoaderRepository
- Loads a class from the repository, using the classloaders that were
registered before the given classloader.
- loadClassBefore(ClassLoader, String) -
Method in class org.jboss.mx.loading.LoaderRepository
- Loads a class from the repository, using the classloaders that were
registered before the given classloader.
- loadClassBefore(String) -
Method in class org.jboss.mx.loading.RepositoryClassLoader
- The only caller of this method should be the VM initiated
loadClassInternal() method.
- loadClassBefore(ClassLoader, String) -
Method in class org.jboss.mx.loading.UnifiedLoaderRepository3
- Loads a class from the repository, using the classloaders that were
registered before the given classloader.
- loadClassFromCache(String) -
Method in class org.jboss.mx.loading.HeirarchicalLoaderRepository3
- Called by LoadMgr to locate a previously loaded class.
- loadClassFromCache(String) -
Method in class org.jboss.mx.loading.UnifiedLoaderRepository3
- Lookup a Class from the repository cache.
- loadClassImpl(String, boolean, int) -
Method in class org.jboss.mx.loading.RepositoryClassLoader
-
- loadClassLocally(String, boolean) -
Method in class org.jboss.mx.loading.RepositoryClassLoader
- Called to attempt to load a class from the set of URLs associated with this classloader.
- loadClassWithout(ClassLoader, String) -
Static method in class javax.management.DefaultLoaderRepository
- Deprecated.
- loadClassWithout(ClassLoader, String) -
Method in interface javax.management.loading.ClassLoaderRepository
- Loads a class from the repository, excluding the given
classloader.
- loadClassWithout(ClassLoader, String) -
Static method in class javax.management.loading.DefaultLoaderRepository
- Deprecated.
- loadClassWithout(ClassLoader, String) -
Method in class org.jboss.mx.loading.BasicLoaderRepository
- Loads a class from the repository, excluding the given
classloader.
- loadClassWithout(ClassLoader, String) -
Method in class org.jboss.mx.loading.LoaderRepository
- Loads a class from the repository, excluding the given
classloader.
- loadClassWithout(ClassLoader, String) -
Method in class org.jboss.mx.loading.UnifiedLoaderRepository3
- Loads a class from the repository, excluding the given
classloader.
- loadException -
Variable in class org.jboss.mx.loading.ClassLoadingTask
-
- loadFromMetadata(ModelMBeanInvoker, ModelMBeanInfo) -
Method in class org.jboss.mx.persistence.ObjectStreamPersistenceManager
- Obtain the attribute values from the metadata and invoke setAttributes
on the mbean invoker.
- loadLock -
Variable in class org.jboss.mx.loading.RepositoryClassLoader
- Lock
- loadOrder -
Variable in class org.jboss.mx.loading.ClassLoadingTask
-
- loadedClass -
Variable in class org.jboss.mx.loading.ClassLoadingTask
-
- loadedFromFs() -
Method in class org.jboss.mx.persistence.MbeanInfoDbPm
-
- loaders -
Static variable in class org.jboss.mx.loading.LoaderRepository
-
- locate(String) -
Static method in class org.jboss.mx.util.MBeanServerLocator
-
- locate() -
Static method in class org.jboss.mx.util.MBeanServerLocator
-
- locateJBoss() -
Static method in class org.jboss.mx.util.MBeanServerLocator
-
- log -
Variable in class org.jboss.mx.interceptor.AbstractInterceptor
- Logger reference for interceptor implementations.
- log -
Static variable in class org.jboss.mx.loading.ClassLoadingTask
-
- log -
Static variable in class org.jboss.mx.persistence.ObjectStreamPersistenceManager
-
- log -
Variable in class org.jboss.mx.server.AbstractMBeanInvoker
-
- log -
Static variable in class org.jboss.mx.server.registry.BasicMBeanRegistry
- The logger
- logger() -
Method in class org.jboss.mx.persistence.MBeanInfoOdb
-
- lookup(String, String[]) -
Method in class org.jboss.mx.metadata.AttributeOperationResolver
-
- lookup(String) -
Method in class org.jboss.mx.metadata.AttributeOperationResolver
-
- lookupGetter(MBeanAttributeInfo) -
Method in class org.jboss.mx.metadata.MethodMapper
- Return a method matching the getter signature expected for an attribute.
- lookupGetter(ModelMBeanAttributeInfo) -
Method in class org.jboss.mx.metadata.MethodMapper
- Return a method matching the getter signature expected for a ModelMBean attribute.
- lookupGetter(MBeanAttributeInfo) -
Method in class org.jboss.mx.server.MethodMapper
- Return a method matching the getter signature expected for an attribute.
- lookupMethod(String, String, String[]) -
Method in class org.jboss.mx.metadata.MethodMapper
- Return a method matching the specified signature
- lookupMethod(String, String, String[]) -
Method in class org.jboss.mx.server.MethodMapper
- Return a method matching the specified signature
- lookupOperation(MBeanOperationInfo) -
Method in class org.jboss.mx.metadata.MethodMapper
- Return a method matching the signature defined in the operation info
- lookupOperation(MBeanOperationInfo) -
Method in class org.jboss.mx.server.MethodMapper
- Return a method matching the signature defined in the operation info
- lookupOperation(MBeanOperationInfo, Object) -
Method in class org.jboss.mx.server.MethodMapper
- Used to see if a ModelMBean has the operation in question.
- lookupSetter(MBeanAttributeInfo) -
Method in class org.jboss.mx.metadata.MethodMapper
- Return a method matching the setter signature expected for an attribute
- lookupSetter(ModelMBeanAttributeInfo) -
Method in class org.jboss.mx.metadata.MethodMapper
- Return a method matching the setter signature expected for a ModelMBean attribute
- lookupSetter(MBeanAttributeInfo) -
Method in class org.jboss.mx.server.MethodMapper
- Return a method matching the setter signature expected for an attribute
- lt(ValueExp, ValueExp) -
Static method in class javax.management.Query
- Less than.
M
- MBEAN_DESCRIPTOR -
Static variable in interface org.jboss.mx.modelmbean.ModelMBeanConstants
-
- MBEAN_INFO_INJECTION_TYPE -
Static variable in interface org.jboss.mx.modelmbean.ModelMBeanConstants
- The MBeanInfo injection id type
- MBEAN_LOADER_DTD_1_0 -
Static variable in interface org.jboss.mx.service.ServiceConstants
- DTD file name for XMLMBeanLoader, version 1.0
- MBEAN_REGISTRY -
Static variable in interface org.jboss.mx.server.ServerConstants
- String representation of the MBean registry mbean object name.
- MBEAN_REGISTRY_CLASS_PROPERTY -
Static variable in interface org.jboss.mx.server.ServerConstants
-
- MBEAN_SERVER_BUILDER_CLASS_PROPERTY -
Static variable in interface org.jboss.mx.server.ServerConstants
-
- MBEAN_SERVER_CONFIGURATION -
Static variable in interface org.jboss.mx.server.ServerConstants
- String representationof the MBean server configuration mbean object name.
- MBEAN_SERVER_DELEGATE -
Static variable in interface org.jboss.mx.server.ServerConstants
- String representation of the MBean server delegate MBean object name.
- MBEAN_SERVER_INJECTION_TYPE -
Static variable in interface org.jboss.mx.modelmbean.ModelMBeanConstants
- The MBeanServer injection id type
- 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.
- MBeanCapability - class org.jboss.mx.metadata.MBeanCapability.
- Holds the type of an MBean class.
- 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
-
- MBeanElement - class org.jboss.mx.loading.MBeanElement.
- Dataholder class used with MBean file parsers.
- MBeanElement() -
Constructor for class org.jboss.mx.loading.MBeanElement
-
- MBeanEntry - class org.jboss.mx.server.registry.MBeanEntry.
- info@todo this docs
- MBeanEntry(ObjectName, MBeanInvoker, Object, Map) -
Constructor for class org.jboss.mx.server.registry.MBeanEntry
- Construct a new mbean registration entry.
- 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.
- MBeanFileParser - interface org.jboss.mx.loading.MBeanFileParser.
- Interface that abstracts the access to different MBean loader parsers
(MLet file parsers, XML based parsers, etc.).
- MBeanInfo - class javax.management.MBeanInfo.
- Describes an MBeans' management interface.
- MBeanInfo(String, String, MBeanAttributeInfo[], MBeanConstructorInfo[], MBeanOperationInfo[], MBeanNotificationInfo[]) -
Constructor for class javax.management.MBeanInfo
-
- MBeanInfoConversion - class org.jboss.mx.metadata.MBeanInfoConversion.
- Routines for converting MBeanInfo to ModelMBeanInfoSupport and stripping
ModelMBeanOperationInfos that are referred to in ModelMBeanAttributeInfos.
- MBeanInfoConversion() -
Constructor for class org.jboss.mx.metadata.MBeanInfoConversion
-
- MBeanInfoOdb - class org.jboss.mx.persistence.MBeanInfoOdb.
- MBean Info Object Database.
- MBeanInfoOdb() -
Constructor for class org.jboss.mx.persistence.MBeanInfoOdb
-
- MBeanInstaller - class org.jboss.mx.util.MBeanInstaller.
- MBean installer utility
- MBeanInstaller(MBeanServer, ClassLoader, ObjectName) -
Constructor for class org.jboss.mx.util.MBeanInstaller
- Create a new MBean installer instance.
- MBeanInvoker - interface org.jboss.mx.server.MBeanInvoker.
- This interface represents an invoker for an MBean.
- 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
-
- MBeanPermission - class javax.management.MBeanPermission.
- Permission controlling access to MBeanServer operations.
- MBeanPermission(String, String) -
Constructor for class javax.management.MBeanPermission
- Create a new MBeanPermission object with the specified target name and actions.
- MBeanPermission(String, String, ObjectName, String) -
Constructor for class javax.management.MBeanPermission
- Create a new MBeanPermission object with the specified target name
(class name, member, object name) and actions.
- MBeanProxy - class org.jboss.mx.util.MBeanProxy.
-
- MBeanProxy() -
Constructor for class org.jboss.mx.util.MBeanProxy
-
- MBeanProxyCreationException - exception org.jboss.mx.util.MBeanProxyCreationException.
-
- MBeanProxyCreationException() -
Constructor for class org.jboss.mx.util.MBeanProxyCreationException
-
- MBeanProxyCreationException(String) -
Constructor for class org.jboss.mx.util.MBeanProxyCreationException
-
- MBeanProxyExt - class org.jboss.mx.util.MBeanProxyExt.
- A factory for producing MBean proxies.
- MBeanProxyInstance - interface org.jboss.mx.util.MBeanProxyInstance.
- An interface which exposes the attributes of a
MBeanProxyExt
instance. - 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.
- MBeanRegistry - interface org.jboss.mx.server.registry.MBeanRegistry.
- Implementations of this interface can be plugged into the MBeanServer,
to control the registration and deregistration of MBeans.
- MBeanServer - interface javax.management.MBeanServer.
- The interface used to access the MBean server instances.
- MBeanServerBuilder - class javax.management.MBeanServerBuilder.
- The default builder for the MBeanServerFactory.
- MBeanServerBuilder() -
Constructor for class javax.management.MBeanServerBuilder
- Construct an MBeanServerBuilder
- MBeanServerBuilderImpl - class org.jboss.mx.server.MBeanServerBuilderImpl.
- The JBossMX implementation of the MBeanServer builder
- MBeanServerBuilderImpl() -
Constructor for class org.jboss.mx.server.MBeanServerBuilderImpl
- Construct an MBeanServerBuilder
- MBeanServerConnection - interface javax.management.MBeanServerConnection.
- An interface used to talk to an MBeanServer that is either remote or
local.
- 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.
- MBeanServerImpl - class org.jboss.mx.server.MBeanServerImpl.
- MBean server implementation.
- MBeanServerImpl(String, MBeanServer, MBeanServerDelegate) -
Constructor for class org.jboss.mx.server.MBeanServerImpl
- Creates an MBean server implementation with a given default domain name and
registers the mandatory server delegate MBean to the server
(
MBEAN_SERVER_DELEGATE
).
- MBeanServerInvocationHandler - class javax.management.MBeanServerInvocationHandler.
- An invocation handler to proxy requests through the MBeanServer
- MBeanServerInvocationHandler(MBeanServerConnection, ObjectName) -
Constructor for class javax.management.MBeanServerInvocationHandler
- Construct an MBeanServerInvocationHandler for the
given connection and object name.
- MBeanServerListenerRegistration - class org.jboss.mx.notification.MBeanServerListenerRegistration.
- The notification listener registration for a listener in
the mbeanserver.
- MBeanServerListenerRegistration(ObjectName, NotificationBroadcaster, NotificationListener, NotificationFilter, Object) -
Constructor for class org.jboss.mx.notification.MBeanServerListenerRegistration
- Create a listener registration
- MBeanServerListenerRegistrationFactory - class org.jboss.mx.notification.MBeanServerListenerRegistrationFactory.
- The listener registration factory to create registrations
in the mbeanserver for an object name.
- MBeanServerListenerRegistrationFactory(ObjectName, NotificationBroadcaster) -
Constructor for class org.jboss.mx.notification.MBeanServerListenerRegistrationFactory
- Construct a listener registration factory for the given object name
- MBeanServerListenerRegistry - class org.jboss.mx.notification.MBeanServerListenerRegistry.
- A notification listener registry per ObjectName.
- MBeanServerListenerRegistry() -
Constructor for class org.jboss.mx.notification.MBeanServerListenerRegistry
- Create a notification listener registry
- MBeanServerLocator - class org.jboss.mx.util.MBeanServerLocator.
- A helper class to locate a MBeanServer.
- MBeanServerLocator() -
Constructor for class org.jboss.mx.util.MBeanServerLocator
-
- 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
- MBeanServerNotificationFilter - class javax.management.relation.MBeanServerNotificationFilter.
- A helper class, used to filter notifications of registration,
unregistration of selected object names.
- MBeanServerNotificationFilter() -
Constructor for class javax.management.relation.MBeanServerNotificationFilter
- Create a filter selecting nothing by default
- 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
- MBeanTrustPermission - class javax.management.MBeanTrustPermission.
- This permission represents "trust" in a signer or codebase.
- MBeanTrustPermission(String) -
Constructor for class javax.management.MBeanTrustPermission
- Create a new MBeanTrustPermission with the given name.
- MBeanTrustPermission(String, String) -
Constructor for class javax.management.MBeanTrustPermission
- Create a new MBeanTrustPermission with the given name and actions.
- MBeanTyper - class org.jboss.mx.util.MBeanTyper.
- MBeanTyper is a helper class that creates a typed-object from an MBean ObjectName and a main
interface class that the MBean implements.
- MBeanTyper() -
Constructor for class org.jboss.mx.util.MBeanTyper
-
- MESSAGE_ID -
Static variable in interface org.jboss.mx.modelmbean.ModelMBeanConstants
-
- METADATA_DESCRIPTOR_PREFIX -
Static variable in interface org.jboss.mx.modelmbean.XMBeanConstants
- Descriptor field naming prefix for
XMBean
configuration.
- MINIMAL_VISIBILITY -
Static variable in interface org.jboss.mx.modelmbean.ModelMBeanConstants
-
- MINUS -
Static variable in class javax.management.Query
- Minus expression
- MLET_DELEGATE_TO_CLR -
Static variable in class org.jboss.mx.loading.MBeanElement
- Property key for setting the boolean value 'delegateToCLR' for MLet
MBeans (JMX 1.2)
- MLet - class javax.management.loading.MLet.
- URL classloader capable of parsing an MLet text file adhering to the file
format defined in the JMX specification (v1.0).
- MLet() -
Constructor for class javax.management.loading.MLet
-
- MLet(URL[]) -
Constructor for class javax.management.loading.MLet
-
- MLet(URL[], ClassLoader) -
Constructor for class javax.management.loading.MLet
-
- MLet(URL[], ClassLoader, URLStreamHandlerFactory) -
Constructor for class javax.management.loading.MLet
-
- MLet(URL[], boolean) -
Constructor for class javax.management.loading.MLet
-
- MLet(URL[], ClassLoader, boolean) -
Constructor for class javax.management.loading.MLet
-
- MLet(URL[], ClassLoader, URLStreamHandlerFactory, boolean) -
Constructor for class javax.management.loading.MLet
-
- MLetMBean - interface javax.management.loading.MLetMBean.
- Management interface of an MLet.
- MLetParser - class org.jboss.mx.loading.MLetParser.
- Parses an MLet text file confirming to spec format.
- MLetParser() -
Constructor for class org.jboss.mx.loading.MLetParser
-
- MORE_THAN_MAX_ROLE_DEGREE -
Static variable in class javax.management.relation.RoleStatus
- Tried to set a role with more objects that maximum cardinality
- 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.
- MbeanInfoDb - class org.jboss.mx.server.registry.MbeanInfoDb.
- In-Memory database of MBeanInfo objects.
- MbeanInfoDb() -
Constructor for class org.jboss.mx.server.registry.MbeanInfoDb
-
- MbeanInfoDbPm - class org.jboss.mx.persistence.MbeanInfoDbPm.
- Class responsible for storing and loading the MBean info database.
- MbeanInfoDbPm() -
Constructor for class org.jboss.mx.persistence.MbeanInfoDbPm
-
- MetaDataBuilder - interface org.jboss.mx.metadata.MetaDataBuilder.
- The MetaDataBuilder interface defines the contract between the
Model MBean and a metadata builder implementation.
- MetaDataUtil - class org.jboss.mx.util.MetaDataUtil.
- Utilities for handling meta data
Based on Strings from common (should jbossmx use common?)
- MetaDataUtil() -
Constructor for class org.jboss.mx.util.MetaDataUtil
-
- MethodMapper - class org.jboss.mx.metadata.MethodMapper.
- Helper class for resolving JMX *Info objects against Method objects.
- MethodMapper(Class) -
Constructor for class org.jboss.mx.metadata.MethodMapper
- Constructs a mapper by reflecting on the class.
- MethodMapper - class org.jboss.mx.server.MethodMapper.
- Helper class for resolving JMX *Info objects against Method objects.
- MethodMapper(Class) -
Constructor for class org.jboss.mx.server.MethodMapper
- Constructs a mapper by reflecting on the class.
- 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.
- ModelMBeanAttributeInterceptor - class org.jboss.mx.interceptor.ModelMBeanAttributeInterceptor.
- This interceptor handles the ModelMBean attribute caching and setter
and getter dispatches.
- ModelMBeanAttributeInterceptor() -
Constructor for class org.jboss.mx.interceptor.ModelMBeanAttributeInterceptor
-
- ModelMBeanConstants - interface org.jboss.mx.modelmbean.ModelMBeanConstants.
- Constants used with Model MBean implementations.
- 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.
- Interface for manipulating the meta data of a Model MBean.
- ModelMBeanInfoInterceptor - class org.jboss.mx.interceptor.ModelMBeanInfoInterceptor.
- This interceptor returns the MBeanInfo from the invocation invoker.
- ModelMBeanInfoInterceptor() -
Constructor for class org.jboss.mx.interceptor.ModelMBeanInfoInterceptor
-
- ModelMBeanInfoInterceptor(String) -
Constructor for class org.jboss.mx.interceptor.ModelMBeanInfoInterceptor
-
- 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.
- ModelMBeanInterceptor - class org.jboss.mx.interceptor.ModelMBeanInterceptor.
- A noop subclass of the ModelMBeanInfoInterceptor for backward compability
with 3.2.3-3.2.0 configurations.
- ModelMBeanInterceptor() -
Constructor for class org.jboss.mx.interceptor.ModelMBeanInterceptor
-
- ModelMBeanInvoker - class org.jboss.mx.modelmbean.ModelMBeanInvoker.
- An extension of the
MBeanInvoker
that implements the base Model MBean functionality, essentially making the
Model MBean just another invoker of managed resources. - ModelMBeanInvoker() -
Constructor for class org.jboss.mx.modelmbean.ModelMBeanInvoker
- Default constructor.
- ModelMBeanInvoker(ModelMBeanInfo) -
Constructor for class org.jboss.mx.modelmbean.ModelMBeanInvoker
- Creates a Model MBean instance and initializes it with the given
Model MBean metadata.
- 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.
- ModelMBeanOperationInterceptor - class org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.
- This interceptor handles the ModelMBean operation caching
- ModelMBeanOperationInterceptor() -
Constructor for class org.jboss.mx.interceptor.ModelMBeanOperationInterceptor
-
- Monitor - class javax.management.monitor.Monitor.
- The monitor service.
- Monitor() -
Constructor for class javax.management.monitor.Monitor
-
- MonitorCallback - interface org.jboss.mx.util.MonitorCallback.
-
- MonitorMBean - interface javax.management.monitor.MonitorMBean.
- The monitor service MBean interface.
- MonitorNotification - class javax.management.monitor.MonitorNotification.
- A notification from one of the monitor services.
- MonitorRunnable - class org.jboss.mx.util.MonitorRunnable.
-
- MonitorRunnable(Monitor, ObjectName, MonitorCallback, Map, MBeanServer) -
Constructor for class org.jboss.mx.util.MonitorRunnable
- Create a monitor runnable to periodically perform monitoring.
- MonitorSettingException - exception javax.management.monitor.MonitorSettingException.
- Thrown by a monitor when a monitor setting becomes invalid.
- MonitorSettingException() -
Constructor for class javax.management.monitor.MonitorSettingException
- Construct a new MonitorSettingException with no message.
- MonitorSettingException(String) -
Constructor for class javax.management.monitor.MonitorSettingException
- Construct a new MonitorSettingException with the given message.
- main(String[]) -
Static method in class org.jboss.mx.util.AgentID
- test
- main(String[]) -
Static method in class org.jboss.mx.util.TimeFormat
- test
- match(AttributeValueExp, StringValueExp) -
Static method in class javax.management.Query
- Tests an attribute equals a string value.
- match(ObjectName, ObjectName) -
Static method in class org.jboss.mx.util.ObjectNameMatch
- Compare two ObjectNames to see if the match via equality or as
a pattern.
- mbInfosToStore() -
Method in class org.jboss.mx.server.registry.BasicMBeanRegistry
- ObjectName objects bound to MBean Info objects that are waiting to be stored in the
persistence store.
- mbInfosToStore() -
Method in class org.jboss.mx.server.registry.MbeanInfoDb
- ObjectName objects bound to MBean Info objects that are waiting to be stored in the
persistence store.
- mbeanInfoDb() -
Method in class org.jboss.mx.persistence.MbeanInfoDbPm
-
- mbeanType -
Variable in class org.jboss.mx.metadata.MBeanCapability
-
- mbiDbRoot() -
Method in class org.jboss.mx.persistence.MbeanInfoDbPm
-
- mbiPersistenceQueue() -
Method in class org.jboss.mx.server.registry.MbeanInfoDb
-
- method -
Variable in class org.jboss.mx.interceptor.ReflectedDispatcher
-
- methodSignature(Method) -
Static method in class org.jboss.mx.metadata.MethodMapper
- Generates a signature string using a Method object.
- methodSignature(String, String, String[]) -
Static method in class org.jboss.mx.metadata.MethodMapper
- Generates a signature string using the supplied signature arguments.
- methodSignature(Method) -
Static method in class org.jboss.mx.server.MethodMapper
- Generates a signature string using a Method object.
- methodSignature(String, String, String[]) -
Static method in class org.jboss.mx.server.MethodMapper
- Generates a signature string using the supplied signature arguments.
- minus(ValueExp, ValueExp) -
Static method in class javax.management.Query
- An expression that subtracts the second expression from the first
- monitorCallback(ObservedObject, MBeanAttributeInfo, Object) -
Method in interface org.jboss.mx.util.MonitorCallback
- Perform the monitor specific processing.
N
- NAME -
Static variable in interface org.jboss.mx.modelmbean.ModelMBeanConstants
-
- NEXT_EVENT -
Static variable in class org.jboss.mx.loading.ClassLoadingTask
-
- NOCLASSES -
Static variable in class org.jboss.mx.server.InvocationContext
-
- NORMAL_VISIBILITY -
Static variable in interface org.jboss.mx.modelmbean.ModelMBeanConstants
-
- NOTIFICATION_DESCRIPTOR -
Static variable in interface org.jboss.mx.modelmbean.ModelMBeanConstants
-
- NOT_AN_MBEAN -
Static variable in class org.jboss.mx.metadata.MBeanCapability
-
- NO_ROLE_WITH_NAME -
Static variable in class javax.management.relation.RoleStatus
- Tried to use an unknown role
- 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.
- 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.
- This interface must be implemented by all MBeans that emit notifications.
- NotificationBroadcasterSupport - class javax.management.NotificationBroadcasterSupport.
- A helper class for notification broadcasters/emitters
- NotificationBroadcasterSupport() -
Constructor for class javax.management.NotificationBroadcasterSupport
- Construct the new notification broadcaster support object
- NotificationEmitter - interface javax.management.NotificationEmitter.
- This interface must be implemented by all MBeans that emit notifications.
- NotificationFilter - interface javax.management.NotificationFilter.
- This interface is implemented by any class acting as a notification
filter.
- NotificationFilterProxy - class org.jboss.mx.notification.NotificationFilterProxy.
- NotificationFilterProxy wraps a real filter by the users to pass down
to the mbean server so that as notification emitters apply the filter, the
appropriate source can be set in the notification object before passing to the
real filter.
- NotificationFilterProxy(ObjectName, NotificationFilter) -
Constructor for class org.jboss.mx.notification.NotificationFilterProxy
-
- 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.
- Must be implemented by objects receiving JMX notifications.
- NotificationListenerProxy - class org.jboss.mx.notification.NotificationListenerProxy.
- A notification listener used to forward notifications to listeners
added through the mbean server.
- NotificationListenerProxy(ObjectName, NotificationListener) -
Constructor for class org.jboss.mx.notification.NotificationListenerProxy
- Create a new Notification Listener Proxy
- NotificationListenerProxy - class org.jboss.mx.server.NotificationListenerProxy.
- A notification listener used to forward notifications to listeners
added through the mbean server.
- NotificationListenerProxy(ObjectName, NotificationListener) -
Constructor for class org.jboss.mx.server.NotificationListenerProxy
- Create a new Notification Listener Proxy
- NullInterceptor - class org.jboss.mx.interceptor.NullInterceptor.
- A noop subclass of the AbstractInterceptor for backward compability
with 3.2.3-3.2.0 configurations.
- NullInterceptor() -
Constructor for class org.jboss.mx.interceptor.NullInterceptor
-
- NullPersistence - class org.jboss.mx.persistence.NullPersistence.
- Provides an empty implementation of the PersistenceManager
interface.
- NullPersistence() -
Constructor for class org.jboss.mx.persistence.NullPersistence
-
- name -
Variable in class javax.management.MBeanFeatureInfo
- Name of the MBean feature.
- name -
Variable in class org.jboss.mx.interceptor.AbstractInterceptor
- Name for this interceptor.
- namesToRestore() -
Method in class org.jboss.mx.persistence.MbeanInfoDbPm
-
- newClassLoader(URL, boolean) -
Method in class org.jboss.mx.loading.BasicLoaderRepository
-
- newClassLoader(URL, URL, boolean) -
Method in class org.jboss.mx.loading.BasicLoaderRepository
-
- newClassLoader(URL, boolean) -
Method in class org.jboss.mx.loading.HeirarchicalLoaderRepository3
-
- newClassLoader(URL, URL, boolean) -
Method in class org.jboss.mx.loading.HeirarchicalLoaderRepository3
-
- newClassLoader(URL, boolean) -
Method in class org.jboss.mx.loading.LoaderRepository
- Create RepositoryClassLoader and optionally add it to the repository
- newClassLoader(URL, URL, boolean) -
Method in class org.jboss.mx.loading.LoaderRepository
- Create RepositoryClassLoader and optionally add it to the repository
- newClassLoader(URL, boolean) -
Method in class org.jboss.mx.loading.UnifiedLoaderRepository3
-
- newClassLoader(URL, URL, boolean) -
Method in class org.jboss.mx.loading.UnifiedLoaderRepository3
-
- newClassLoader(URL, boolean) -
Method in interface org.jboss.mx.loading.UnifiedLoaderRepositoryMBean
-
- newClassLoader(URL, URL, boolean) -
Method in interface org.jboss.mx.loading.UnifiedLoaderRepositoryMBean
-
- newInstance(ObjectName, NotificationListener) -
Static method in class org.jboss.mx.notification.NotificationListenerProxy
-
- newMBeanServer(String, MBeanServer, MBeanServerDelegate) -
Method in class javax.management.MBeanServerBuilder
- Construct an MBeanServer.
- newMBeanServer() -
Static method in class javax.management.MBeanServerFactory
-
- newMBeanServer(String) -
Static method in class javax.management.MBeanServerFactory
-
- newMBeanServer(String, MBeanServer, MBeanServerDelegate) -
Method in class org.jboss.mx.server.MBeanServerBuilderImpl
- Construct an MBeanServer.
- newMBeanServerDelegate() -
Method in class javax.management.MBeanServerBuilder
- Construct an MBeanServerDelegate.
- newMBeanServerDelegate() -
Method in class org.jboss.mx.server.MBeanServerBuilderImpl
- Construct an MBeanServerDelegate.
- newPackageSet() -
Static method in class org.jboss.mx.loading.ClassLoaderUtils
- Create a new package set
- newPermissionCollection() -
Method in class javax.management.MBeanServerPermission
- Must override to handle the createMBeanServer <-> newMBeanServer
relationship.
- newProxyInstance(MBeanServerConnection, ObjectName, Class, boolean) -
Static method in class javax.management.MBeanServerInvocationHandler
- Constructs a new Proxy for the MBean using an
MBeanServerInvocationHandler.
- next() -
Method in class org.jboss.mx.notification.ListenerRegistry.ListenerRegistrationIterator
-
- nextInterceptor() -
Method in class org.jboss.mx.server.Invocation
-
- nextRegistration() -
Method in class org.jboss.mx.notification.ListenerRegistry.ListenerRegistrationIterator
- Convenience method to returned a typed object
- nextTask(Thread, ClassLoadingTask, UnifiedLoaderRepository3) -
Static method in class org.jboss.mx.loading.LoadMgr3
- Called by threads owning a UCL3.loadLock from within UCL3.loadClass to
process ThreadTasks assigned to them.
- not(QueryExp) -
Static method in class javax.management.Query
- Not Query expression.
- notAlreadyNotified(int) -
Method in class org.jboss.mx.util.ObservedObject
-
- notifier -
Variable in class org.jboss.mx.modelmbean.ModelMBeanInvoker
- Notification broadcaster for this Model MBean.
- notifierSequence -
Variable in class org.jboss.mx.modelmbean.ModelMBeanInvoker
- Notification sequence number for generic Model MBean notifications.
- numCCE -
Variable in class org.jboss.mx.loading.ClassLoadingTask
-
O
- OBJECTNAME -
Static variable in class javax.management.openmbean.SimpleType
- The simple type for javax.management.ObjectName
- OBJECT_NAME -
Static variable in interface org.jboss.mx.modelmbean.ModelMBeanConstants
- Used to store the JMX ObjectName of the MBean, so it can be referenced
by subsystem that may need it
- OBJECT_NAME_INJECTION_TYPE -
Static variable in interface org.jboss.mx.modelmbean.ModelMBeanConstants
- The ObjectName injection id type
- OBJECT_REF -
Static variable in interface org.jboss.mx.modelmbean.ModelMBeanConstants
-
- OBSERVED_ATTRIBUTE_ERROR -
Static variable in class javax.management.monitor.MonitorNotification
- Notification type when an MBean doesn't contain the specified
attribute.
- OBSERVED_ATTRIBUTE_ERROR_NOTIFIED -
Static variable in class javax.management.monitor.Monitor
- An observed attribute error has been notified.
- OBSERVED_ATTRIBUTE_ERROR_NOTIFIED -
Static variable in class org.jboss.mx.util.ObservedObject
- An observed attribute error has been notified.
- OBSERVED_ATTRIBUTE_TYPE_ERROR -
Static variable in class javax.management.monitor.MonitorNotification
- Notification type when an attribute is null or the attribute has
an incorrect type for the monitor service.
- OBSERVED_ATTRIBUTE_TYPE_ERROR_NOTIFIED -
Static variable in class javax.management.monitor.Monitor
- An observed attribute type error has been notified.
- OBSERVED_ATTRIBUTE_TYPE_ERROR_NOTIFIED -
Static variable in class org.jboss.mx.util.ObservedObject
- An observed attribute type error has been notified.
- OBSERVED_OBJECT_ERROR -
Static variable in class javax.management.monitor.MonitorNotification
- Notification type when an MBean is not registered.
- OBSERVED_OBJECT_ERROR_NOTIFIED -
Static variable in class javax.management.monitor.Monitor
- An observed object error has been notified.
- OBSERVED_OBJECT_ERROR_NOTIFIED -
Static variable in class org.jboss.mx.util.ObservedObject
- An observed object error has been notified.
- ONE_DAY -
Static variable in class javax.management.timer.Timer
- The number of milliseconds in one day.
- ONE_DAY -
Static variable in class org.jboss.mx.util.TimeFormat
-
- ONE_HOUR -
Static variable in class javax.management.timer.Timer
- The number of milliseconds in one hour.
- ONE_HOUR -
Static variable in class org.jboss.mx.util.TimeFormat
-
- ONE_MILLISECOND -
Static variable in class org.jboss.mx.util.TimeFormat
-
- ONE_MINUTE -
Static variable in class javax.management.timer.Timer
- The number of milliseconds in one minute.
- ONE_MINUTE -
Static variable in class org.jboss.mx.util.TimeFormat
-
- ONE_SECOND -
Static variable in class javax.management.timer.Timer
- The number of milliseconds in one second.
- ONE_SECOND -
Static variable in class org.jboss.mx.util.TimeFormat
-
- ONE_WEEK -
Static variable in class javax.management.timer.Timer
- The number of milliseconds in one week.
- OPERATION_DESCRIPTOR -
Static variable in interface org.jboss.mx.modelmbean.ModelMBeanConstants
-
- OPERATION_IMPACT -
Static variable in class org.jboss.mx.server.InvocationContext
-
- OPTIMIZE_REFLECTED_DISPATCHER -
Static variable in interface org.jboss.mx.server.ServerConstants
-
- OP_GETATTRIBUTE -
Static variable in class org.jboss.mx.server.InvocationContext
-
- OP_GETMBEANINFO -
Static variable in class org.jboss.mx.server.InvocationContext
-
- OP_INVOKE -
Static variable in class org.jboss.mx.server.InvocationContext
-
- OP_SETATTRIBUTE -
Static variable in class org.jboss.mx.server.InvocationContext
-
- ObjectInputStreamWithClassLoader - class org.jboss.mx.server.ObjectInputStreamWithClassLoader.
- This replaces the EjbossInputStream in the storage package.
- ObjectInputStreamWithClassLoader(InputStream, ClassLoader) -
Constructor for class org.jboss.mx.server.ObjectInputStreamWithClassLoader
- Construct a new instance with the given classloader and input stream.
- ObjectInstance - class javax.management.ObjectInstance.
- Information about an object registered in the MBeanServer.
- ObjectInstance(String, String) -
Constructor for class javax.management.ObjectInstance
- Creates a new object instance with a given object name and a fully
qualified class name.
- ObjectInstance(ObjectName, String) -
Constructor for class javax.management.ObjectInstance
- Creates a new object instance with a given object name and a fully
qualified class name.
- 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.ObjectName
- Construct a new ObjectName
- ObjectName(String, Hashtable) -
Constructor for class javax.management.ObjectName
- Construct a new ObjectName
- ObjectNameConverter - class org.jboss.mx.util.ObjectNameConverter.
- Converts forbidden characters in the key and value of an object name
to valid characters and back.
- ObjectNameConverter() -
Constructor for class org.jboss.mx.util.ObjectNameConverter
-
- ObjectNameEditor - class org.jboss.mx.util.propertyeditor.ObjectNameEditor.
- A property editor for
ObjectName
. - ObjectNameEditor() -
Constructor for class org.jboss.mx.util.propertyeditor.ObjectNameEditor
-
- ObjectNameFactory - class org.jboss.mx.util.ObjectNameFactory.
- A simple factory for creating safe object names.
- ObjectNameFactory() -
Constructor for class org.jboss.mx.util.ObjectNameFactory
-
- ObjectNameMatch - class org.jboss.mx.util.ObjectNameMatch.
- JMX ObjectName comparision utility methods
- ObjectNameMatch() -
Constructor for class org.jboss.mx.util.ObjectNameMatch
-
- ObjectNamePatternHelper - class org.jboss.mx.util.ObjectNamePatternHelper.
- ObjectName pattern matching Helper.
- ObjectNamePatternHelper() -
Constructor for class org.jboss.mx.util.ObjectNamePatternHelper
-
- ObjectNamePatternHelper.PropertyPattern - class org.jboss.mx.util.ObjectNamePatternHelper.PropertyPattern.
- Encapsulation of property information
- ObjectNamePatternHelper.PropertyPattern(ObjectName) -
Constructor for class org.jboss.mx.util.ObjectNamePatternHelper.PropertyPattern
- Construct a new property pattern
- ObjectReferenceInterceptor - class org.jboss.mx.interceptor.ObjectReferenceInterceptor.
- A noop subclass of the AbstractInterceptor for backward compability
with 3.2.3-3.2.0 configurations.
- ObjectReferenceInterceptor() -
Constructor for class org.jboss.mx.interceptor.ObjectReferenceInterceptor
-
- ObjectStreamPersistenceManager - class org.jboss.mx.persistence.ObjectStreamPersistenceManager.
- Object Stream Persistence Manager.
- ObjectStreamPersistenceManager() -
Constructor for class org.jboss.mx.persistence.ObjectStreamPersistenceManager
-
- ObservedObject - class org.jboss.mx.util.ObservedObject.
- An observed object
- ObservedObject(ObjectName) -
Constructor for class org.jboss.mx.util.ObservedObject
- Construct a new observed object.
- OpenDataException - exception javax.management.openmbean.OpenDataException.
- Thrown when an open type, open data or open mbean meta data object is
attempted to be constructed that is not valid.
- OpenDataException() -
Constructor for class javax.management.openmbean.OpenDataException
- Construct an open data exception with no message.
- OpenDataException(String) -
Constructor for class javax.management.openmbean.OpenDataException
- Construct an open data exception with the passed message.
- OpenMBeanAttributeInfo - interface javax.management.openmbean.OpenMBeanAttributeInfo.
- An open MBean attribute info implements this interface as well as extending
MBeanAttributeInfo.
- OpenMBeanAttributeInfoSupport - class javax.management.openmbean.OpenMBeanAttributeInfoSupport.
- OpenMBeanAttributeInfo implementation
- OpenMBeanAttributeInfoSupport(String, String, OpenType, boolean, boolean, boolean) -
Constructor for class javax.management.openmbean.OpenMBeanAttributeInfoSupport
- Contruct an OpenMBeanAttributeInfoSupport
- OpenMBeanAttributeInfoSupport(String, String, OpenType, boolean, boolean, boolean, Object) -
Constructor for class javax.management.openmbean.OpenMBeanAttributeInfoSupport
- Contruct an OpenMBeanAttributeInfoSupport
- OpenMBeanAttributeInfoSupport(String, String, OpenType, boolean, boolean, boolean, Object, Object[]) -
Constructor for class javax.management.openmbean.OpenMBeanAttributeInfoSupport
- Contruct an OpenMBeanAttributeInfoSupport
- OpenMBeanAttributeInfoSupport(String, String, OpenType, boolean, boolean, boolean, Object, Comparable, Comparable) -
Constructor for class javax.management.openmbean.OpenMBeanAttributeInfoSupport
- Contruct an OpenMBeanAttributeInfoSupport
- OpenMBeanConstructorInfo - interface javax.management.openmbean.OpenMBeanConstructorInfo.
- An open MBean constructor info implements this interface as well as extending
MBeanConstructorInfo.
- OpenMBeanConstructorInfoSupport - class javax.management.openmbean.OpenMBeanConstructorInfoSupport.
- OpenMBeanConstructorInfo implementation
- OpenMBeanConstructorInfoSupport(String, String, OpenMBeanParameterInfo[]) -
Constructor for class javax.management.openmbean.OpenMBeanConstructorInfoSupport
- Contruct an OpenMBeanConstructorInfoSupport
- OpenMBeanInfo - interface javax.management.openmbean.OpenMBeanInfo.
- An MBean is an OpenMBean when its getMBeanInfo() returns an MBeanInfo
implementing this interface and extending javax.management.MBeanInfo.
- OpenMBeanInfoSupport - class javax.management.openmbean.OpenMBeanInfoSupport.
- OpenMBeanInfo implementation
- OpenMBeanInfoSupport(String, String, OpenMBeanAttributeInfo[], OpenMBeanConstructorInfo[], OpenMBeanOperationInfo[], MBeanNotificationInfo[]) -
Constructor for class javax.management.openmbean.OpenMBeanInfoSupport
- Contruct an OpenMBeanInfoSupport
- OpenMBeanOperationInfo - interface javax.management.openmbean.OpenMBeanOperationInfo.
- An open MBean operation info implements this interface as well as extending
MBeanOperationInfo.
- OpenMBeanOperationInfoSupport - class javax.management.openmbean.OpenMBeanOperationInfoSupport.
- OpenMBeanOperationInfo implementation
- OpenMBeanOperationInfoSupport(String, String, OpenMBeanParameterInfo[], OpenType, int) -
Constructor for class javax.management.openmbean.OpenMBeanOperationInfoSupport
- Contruct an OpenMBeanOperationInfoSupport
- OpenMBeanParameterInfo - interface javax.management.openmbean.OpenMBeanParameterInfo.
- An open MBean parameter info implements this interface as well as extending
MBeanParameterInfo.
- OpenMBeanParameterInfoSupport - class javax.management.openmbean.OpenMBeanParameterInfoSupport.
- OpenMBeanParameterInfo implementation
- OpenMBeanParameterInfoSupport(String, String, OpenType) -
Constructor for class javax.management.openmbean.OpenMBeanParameterInfoSupport
- Contruct an OpenMBeanParameterInfoSupport
- OpenMBeanParameterInfoSupport(String, String, OpenType, Object) -
Constructor for class javax.management.openmbean.OpenMBeanParameterInfoSupport
- Contruct an OpenMBeanParameterInfoSupport
- OpenMBeanParameterInfoSupport(String, String, OpenType, Object, Object[]) -
Constructor for class javax.management.openmbean.OpenMBeanParameterInfoSupport
- Contruct an OpenMBeanParameterInfoSupport
- OpenMBeanParameterInfoSupport(String, String, OpenType, Object, Comparable, Comparable) -
Constructor for class javax.management.openmbean.OpenMBeanParameterInfoSupport
- Contruct an OpenMBeanParameterInfoSupport
- OpenType - class javax.management.openmbean.OpenType.
- A parent for all classes describing open types of open data values.
- OpenType(String, String, String) -
Constructor for class javax.management.openmbean.OpenType
- Construct an OpenType.
- OperationsException - exception javax.management.OperationsException.
- Thrown when an error occurs performing an operation on an MBean.
- OperationsException() -
Constructor for class javax.management.OperationsException
- Construct a new OperationsException with no message.
- OperationsException(String) -
Constructor for class javax.management.OperationsException
- Construct a new OperationsException with the given message.
- OptimizedMBeanDispatcher - class org.jboss.mx.capability.OptimizedMBeanDispatcher.
- Byte code optimized dispatcher for Standard MBeans.
- OptimizedMBeanDispatcher() -
Constructor for class org.jboss.mx.capability.OptimizedMBeanDispatcher
-
- objNameSepRep() -
Method in class org.jboss.mx.persistence.MbeanInfoDbPm
-
- objNameSeparator() -
Method in class org.jboss.mx.persistence.MbeanInfoDbPm
-
- objectName -
Variable in class org.jboss.mx.interceptor.AbstractSharedInterceptor
- Object name of this interceptor.
- objectName(File) -
Method in class org.jboss.mx.persistence.MbeanInfoDbPm
-
- objectName -
Variable in class org.jboss.mx.util.JMXInvocationHandler
- The object name of the MBean this proxy represents.
- of(Class) -
Static method in class org.jboss.mx.metadata.MBeanCapability
-
- opKeyString(String, String[]) -
Method in class org.jboss.mx.capability.ReflectedMBeanDispatcher
-
- operationContextMap -
Variable in class org.jboss.mx.server.AbstractMBeanInvoker
-
- operationSignature(MBeanOperationInfo) -
Static method in class org.jboss.mx.metadata.MethodMapper
- Generates a signature string using the operation info.
- operationSignature(MBeanOperationInfo) -
Static method in class org.jboss.mx.server.MethodMapper
- Generates a signature string using the operation info.
- or(QueryExp, QueryExp) -
Static method in class javax.management.Query
- Or Query expression.
- order -
Variable in class org.jboss.mx.loading.LoadMgr3.PkgClassLoader
-
- org.jboss.mx.capability - package org.jboss.mx.capability
-
- org.jboss.mx.interceptor - package org.jboss.mx.interceptor
-
- org.jboss.mx.loading - package org.jboss.mx.loading
-
- org.jboss.mx.metadata - package org.jboss.mx.metadata
-
- org.jboss.mx.modelmbean - package org.jboss.mx.modelmbean
-
- org.jboss.mx.notification - package org.jboss.mx.notification
-
- org.jboss.mx.persistence - package org.jboss.mx.persistence
-
- org.jboss.mx.server - package org.jboss.mx.server
-
- org.jboss.mx.server.registry - package org.jboss.mx.server.registry
-
- org.jboss.mx.service - package org.jboss.mx.service
-
- org.jboss.mx.util - package org.jboss.mx.util
- Utilities for the Java Management Extentions API.
- org.jboss.mx.util.propertyeditor - package org.jboss.mx.util.propertyeditor
-
- origURL -
Variable in class org.jboss.mx.loading.UnifiedClassLoader
- An optional URL from which url may have been copied.
- outer -
Variable in class org.jboss.mx.server.MBeanServerImpl
- The wrapping MBeanServer
- override(Invocation) -
Method in class org.jboss.mx.modelmbean.ModelMBeanInvoker
-
- override(Invocation) -
Method in class org.jboss.mx.server.AbstractMBeanInvoker
- Placeholder to allow subclasses to override the invocation
P
- PERSISTENCE_MANAGER -
Static variable in interface org.jboss.mx.modelmbean.ModelMBeanConstants
- constant used by the 1.0 xmbean parser
this defines the name of the descriptor used to designate the persistence manager
that is to be used for a given XMBean
- PERSISTENCE_TIMER -
Static variable in interface org.jboss.mx.service.ServiceConstants
- Default object name for persistence interceptor with ON_TIMER
policy.
- PERSIST_INFO -
Static variable in interface org.jboss.mx.modelmbean.ModelMBeanConstants
- Indicates whether MBean Info should be stored.
- PERSIST_LOCATION -
Static variable in interface org.jboss.mx.modelmbean.ModelMBeanConstants
-
- PERSIST_NAME -
Static variable in interface org.jboss.mx.modelmbean.ModelMBeanConstants
-
- PERSIST_PERIOD -
Static variable in interface org.jboss.mx.modelmbean.ModelMBeanConstants
-
- PERSIST_POLICIES -
Static variable in interface org.jboss.mx.modelmbean.ModelMBeanConstants
-
- PERSIST_POLICY -
Static variable in interface org.jboss.mx.modelmbean.ModelMBeanConstants
-
- PLUS -
Static variable in class javax.management.Query
- Plus expression
- PP_ALWAYS -
Static variable in interface org.jboss.mx.modelmbean.ModelMBeanConstants
-
- PP_NEVER -
Static variable in interface org.jboss.mx.modelmbean.ModelMBeanConstants
-
- PP_NO_MORE_OFTEN_THAN -
Static variable in interface org.jboss.mx.modelmbean.ModelMBeanConstants
-
- PP_ON_TIMER -
Static variable in interface org.jboss.mx.modelmbean.ModelMBeanConstants
-
- PP_ON_UPDATE -
Static variable in interface org.jboss.mx.modelmbean.ModelMBeanConstants
-
- PRESENTATION_STRING -
Static variable in interface org.jboss.mx.modelmbean.ModelMBeanConstants
-
- PROTOCOL_MAP -
Static variable in interface org.jboss.mx.modelmbean.ModelMBeanConstants
-
- PUBLIC_JBOSSMX_XMBEAN_DTD_1_0 -
Static variable in interface org.jboss.mx.service.ServiceConstants
-
- PUBLIC_JBOSSMX_XMBEAN_DTD_1_1 -
Static variable in interface org.jboss.mx.service.ServiceConstants
-
- PUBLIC_JBOSSMX_XMBEAN_DTD_1_2 -
Static variable in interface org.jboss.mx.service.ServiceConstants
-
- PersistenceInterceptor - class org.jboss.mx.interceptor.PersistenceInterceptor.
- A peristence interceptor that uses the java.util.Timer framework for the
scheculed peristence policies.
- PersistenceInterceptor() -
Constructor for class org.jboss.mx.interceptor.PersistenceInterceptor
-
- PersistenceInterceptor2 - class org.jboss.mx.interceptor.PersistenceInterceptor2.
- A noop subclass of the PersistenceInterceptor for backward compability
with 3.2.3-3.2.0 configurations.
- PersistenceInterceptor2() -
Constructor for class org.jboss.mx.interceptor.PersistenceInterceptor2
-
- PersistenceManager - interface org.jboss.mx.persistence.PersistenceManager.
- Persistence manager interface adds MBeanInfo to PersistenMBean
operations.
- PersistentMBean - interface javax.management.PersistentMBean.
- This interface should be implemented by all MBeans that wish their state
to be persisted.
- PrivateClassLoader - interface javax.management.loading.PrivateClassLoader.
- This is a marker interface that should be implemented by classloaders that
do not wish to get added to the MBean server classloader repository when
they are registered to the server.
- PrivateMLet - class javax.management.loading.PrivateMLet.
-
- PrivateMLet(URL[], boolean) -
Constructor for class javax.management.loading.PrivateMLet
-
- PrivateMLet(URL[], ClassLoader, boolean) -
Constructor for class javax.management.loading.PrivateMLet
-
- PrivateMLet(URL[], ClassLoader, URLStreamHandlerFactory, boolean) -
Constructor for class javax.management.loading.PrivateMLet
-
- PropertyAccess - class org.jboss.mx.util.PropertyAccess.
- System property access utilties that encapsulate the
AccessController.doPrivileged calls required when running with a
security manager.
- PropertyAccess() -
Constructor for class org.jboss.mx.util.PropertyAccess
-
- ProxyContext - interface org.jboss.mx.util.ProxyContext.
-
- ProxyExceptionHandler - interface org.jboss.mx.util.ProxyExceptionHandler.
-
- parent -
Variable in class org.jboss.mx.loading.RepositoryClassLoader
- The parent classloader
- parseMBeanFile(URL) -
Method in interface org.jboss.mx.loading.MBeanFileParser
- Parses a file that describes the configuration of MBeans to load and
instantiate in the MBean server (for example, MLet text file).
- parseMBeanFile(String) -
Method in interface org.jboss.mx.loading.MBeanFileParser
- Parses a file that describes the configuration of MBean to load and
instantiate in the MBean server (for example, MLet text file).
- parseMBeanFile(String) -
Method in class org.jboss.mx.loading.MLetParser
- Reads an MLet text file from a given URL.
- parseMBeanFile(URL) -
Method in class org.jboss.mx.loading.MLetParser
- Reads an MLet text file from a given URL.
- parseRepositoryConfig(Element) -
Static method in class org.jboss.mx.loading.LoaderRepositoryFactory
- Given a loader-repository element fragment like:
jboss.test.cts:loader=cts-cmp2v2.ear
...
- patternMatch(ObjectName) -
Method in class org.jboss.mx.util.ObjectNamePatternHelper.PropertyPattern
- Test whether the object name matches the pattern
- patternMatch(ObjectName, ObjectName) -
Static method in class org.jboss.mx.util.ObjectNamePatternHelper
- Compare an object name against a pattern.
- patternMatch(String, String) -
Static method in class org.jboss.mx.util.ObjectNamePatternHelper
- Compare strings where ? and * chars are significant.
- patternMatch(char[], int, char[], int) -
Static method in class org.jboss.mx.util.ObjectNamePatternHelper
- Compare where ? and * chars are significant.
- persistIfRequired(MBeanInfo, ObjectName) -
Method in class org.jboss.mx.server.registry.BasicMBeanRegistry
- Adds the given MBean Info object to the persistence queue if it explicity denotes
(via metadata) that it should be stored.
- persistence -
Variable in class org.jboss.mx.modelmbean.ModelMBeanInvoker
- Persistence manager.
- plus(ValueExp, ValueExp) -
Static method in class javax.management.Query
- An expression that adds the second expression to the first
- postDeregister() -
Method in interface javax.management.MBeanRegistration
- This method is called by the MBeanServer after deregistration takes
place.
- postDeregister() -
Method in class javax.management.loading.MLet
-
- postDeregister() -
Method in class javax.management.modelmbean.RequiredModelMBean
-
- postDeregister() -
Method in class javax.management.monitor.Monitor
-
- postDeregister() -
Method in class javax.management.relation.RelationService
-
- postDeregister() -
Method in class javax.management.relation.RelationSupport
-
- postDeregister() -
Method in class javax.management.timer.Timer
-
- postDeregister() -
Method in class org.jboss.mx.interceptor.AbstractSharedInterceptor
-
- postDeregister() -
Method in class org.jboss.mx.loading.UnifiedLoaderRepository3
-
- postDeregister() -
Method in class org.jboss.mx.server.AbstractMBeanInvoker
-
- postDeregister() -
Method in class org.jboss.mx.server.RawDynamicInvoker
-
- postDeregisterCtx -
Variable in class org.jboss.mx.server.AbstractMBeanInvoker
-
- postRegister(Boolean) -
Method in interface javax.management.MBeanRegistration
- This method is called by the MBeanServer after registration takes
place or when registration fails.
- postRegister(Boolean) -
Method in class javax.management.loading.MLet
-
- postRegister(Boolean) -
Method in class javax.management.modelmbean.RequiredModelMBean
-
- postRegister(Boolean) -
Method in class javax.management.monitor.Monitor
-
- postRegister(Boolean) -
Method in class javax.management.relation.RelationService
-
- postRegister(Boolean) -
Method in class javax.management.relation.RelationSupport
-
- postRegister(Boolean) -
Method in class javax.management.timer.Timer
-
- postRegister(Boolean) -
Method in class org.jboss.mx.interceptor.AbstractSharedInterceptor
-
- postRegister(Boolean) -
Method in class org.jboss.mx.loading.UnifiedLoaderRepository3
-
- postRegister(Boolean) -
Method in class org.jboss.mx.server.AbstractMBeanInvoker
-
- postRegister(Boolean) -
Method in class org.jboss.mx.server.RawDynamicInvoker
-
- postRegisterCtx -
Variable in class org.jboss.mx.server.AbstractMBeanInvoker
-
- preDeregister() -
Method in interface javax.management.MBeanRegistration
- This method is called by the MBeanServer before deregistration takes
place.
- preDeregister() -
Method in class javax.management.loading.MLet
-
- preDeregister() -
Method in class javax.management.modelmbean.RequiredModelMBean
-
- preDeregister() -
Method in class javax.management.monitor.Monitor
-
- preDeregister() -
Method in class javax.management.relation.RelationService
-
- preDeregister() -
Method in class javax.management.relation.RelationSupport
-
- preDeregister() -
Method in class javax.management.timer.Timer
-
- preDeregister() -
Method in class org.jboss.mx.interceptor.AbstractSharedInterceptor
-
- preDeregister() -
Method in class org.jboss.mx.loading.UnifiedLoaderRepository3
-
- preDeregister() -
Method in class org.jboss.mx.server.AbstractMBeanInvoker
-
- preDeregister() -
Method in class org.jboss.mx.server.RawDynamicInvoker
-
- preDeregisterCtx -
Variable in class org.jboss.mx.server.AbstractMBeanInvoker
-
- preRegister(MBeanServer, ObjectName) -
Method in interface javax.management.MBeanRegistration
- This method is called by the MBeanServer before registration takes
place.
- preRegister(MBeanServer, ObjectName) -
Method in class javax.management.loading.MLet
-
- preRegister(MBeanServer, ObjectName) -
Method in class javax.management.modelmbean.RequiredModelMBean
-
- preRegister(MBeanServer, ObjectName) -
Method in class javax.management.monitor.Monitor
-
- preRegister(MBeanServer, ObjectName) -
Method in class javax.management.relation.RelationService
-
- preRegister(MBeanServer, ObjectName) -
Method in class javax.management.relation.RelationSupport
-
- preRegister(MBeanServer, ObjectName) -
Method in class javax.management.timer.Timer
-
- preRegister(MBeanServer, ObjectName) -
Method in class org.jboss.mx.interceptor.AbstractSharedInterceptor
-
- preRegister(MBeanServer, ObjectName) -
Method in class org.jboss.mx.loading.UnifiedLoaderRepository3
-
- preRegister(MBeanServer, ObjectName) -
Method in class org.jboss.mx.server.AbstractMBeanInvoker
- Initializes this invoker.
- preRegister(MBeanServer, ObjectName) -
Method in class org.jboss.mx.server.RawDynamicInvoker
-
- preRegisterCtx -
Variable in class org.jboss.mx.server.AbstractMBeanInvoker
-
- printStackTrace(PrintStream) -
Method in class org.jboss.mx.util.JBossNotCompliantMBeanException
- Prints the composite message and the embedded stack trace to the
specified print stream.
- printStackTrace(PrintWriter) -
Method in class org.jboss.mx.util.JBossNotCompliantMBeanException
- Prints the composite message and the embedded stack trace to the
specified print writer.
- printStackTrace() -
Method in class org.jboss.mx.util.JBossNotCompliantMBeanException
- Prints the composite message and the embedded stack trace to
System.err.
- properties -
Variable in class org.jboss.mx.metadata.AbstractBuilder
- Configuration properties.
- proxyEquals(Object, Object) -
Method in class org.jboss.mx.notification.NotificationListenerProxy
-
- proxyHashCode(Object) -
Method in class org.jboss.mx.notification.NotificationListenerProxy
-
- proxyToString(Object) -
Method in class org.jboss.mx.notification.NotificationListenerProxy
-
- purgeRelations() -
Method in class javax.management.relation.RelationService
-
- purgeRelations() -
Method in interface javax.management.relation.RelationServiceMBean
- Purge relations.
- put(CompositeData) -
Method in interface javax.management.openmbean.TabularData
- Add a value to the tabular data.
- put(CompositeData) -
Method in class javax.management.openmbean.TabularDataSupport
-
- put(Object, Object) -
Method in class javax.management.openmbean.TabularDataSupport
-
- putAll(CompositeData[]) -
Method in interface javax.management.openmbean.TabularData
- Add all the passed values.
- putAll(CompositeData[]) -
Method in class javax.management.openmbean.TabularDataSupport
-
- putAll(Map) -
Method in class javax.management.openmbean.TabularDataSupport
-
Q
- Query - class javax.management.Query.
- This class is a factory for constructing queries.
- Query() -
Constructor for class javax.management.Query
- Construct a new Query
- QueryEval - class javax.management.QueryEval.
- Support for evaluting a query in the context of an MBeanServer.
- QueryEval() -
Constructor for class javax.management.QueryEval
-
- QueryExp - interface javax.management.QueryExp.
- A query expression.
- QueryExpSupport - class org.jboss.mx.util.QueryExpSupport.
- A helper for query expressions
- QueryExpSupport() -
Constructor for class org.jboss.mx.util.QueryExpSupport
-
- qualifyName(ObjectName) -
Method in class org.jboss.mx.server.registry.BasicMBeanRegistry
- Qualify an object name with the default domain
- queryMBean(ObjectName, QueryExp) -
Method in class org.jboss.mx.server.MBeanServerImpl
- Query an MBean against the query
- queryMBeans(ObjectName, QueryExp) -
Method in interface javax.management.MBeanServer
- Retrieve a set of Object instances
- queryMBeans(ObjectName, QueryExp) -
Method in interface javax.management.MBeanServerConnection
- Retrieve a set of Object instances
- queryMBeans(ObjectName, QueryExp) -
Method in class org.jboss.mx.server.MBeanServerImpl
-
- queryNames(ObjectName, QueryExp) -
Method in interface javax.management.MBeanServer
- Retrieve a set of Object names
- queryNames(ObjectName, QueryExp) -
Method in interface javax.management.MBeanServerConnection
- Retrieve a set of Object names
- queryNames(ObjectName, QueryExp) -
Method in class org.jboss.mx.server.MBeanServerImpl
-
- quote(String) -
Static method in class javax.management.ObjectName
- Quotes the passed string suitable for use as a value in an
ObjectName.
R
- REF_MBEAN_NOT_REGISTERED -
Static variable in class javax.management.relation.RoleStatus
- Tried to use an an object name that is not registered
- REF_MBEAN_OF_INCORRECT_CLASS -
Static variable in class javax.management.relation.RoleStatus
- Tried to use an an object name for an MBean with an incorrect class
- REGISTRATION_NOTIFICATION -
Static variable in class javax.management.MBeanServerNotification
- Notification type sent at MBean registration
- RELATION_BASIC_CREATION -
Static variable in class javax.management.relation.RelationNotification
- Creation of an internal relation.
- RELATION_BASIC_REMOVAL -
Static variable in class javax.management.relation.RelationNotification
- Removal of an internal relation.
- RELATION_BASIC_UPDATE -
Static variable in class javax.management.relation.RelationNotification
- Update of an internal relation.
- RELATION_MBEAN_CREATION -
Static variable in class javax.management.relation.RelationNotification
- Creation of MBean relation added to the relation service.
- RELATION_MBEAN_REMOVAL -
Static variable in class javax.management.relation.RelationNotification
- Removal of MBean relation added to the relation service.
- RELATION_MBEAN_UPDATE -
Static variable in class javax.management.relation.RelationNotification
- Update of MBean relation added to the relation service.
- REQUIRED_MODELMBEAN_CLASS_PROPERTY -
Static variable in interface org.jboss.mx.server.ServerConstants
- This property can be used to configure which Model MBean implementation is
used for the MBean agent's required Model MBean
(see
RequiredModelMBean
).
- RESET_FLAGS_ALREADY_NOTIFIED -
Static variable in class javax.management.monitor.Monitor
- Used to reset errors in
Monitor.alreadyNotified
.
- RESET_FLAGS_ALREADY_NOTIFIED -
Static variable in class org.jboss.mx.util.ObservedObject
- Used to reset errors in
#alreadyNotified
.
- RESOURCE_CLASS -
Static variable in interface org.jboss.mx.modelmbean.ModelMBeanConstants
- Indicates the FQN of the resource class
- RESOURCE_DESCRIPTOR_PREFIX -
Static variable in interface org.jboss.mx.modelmbean.XMBeanConstants
- Descriptor field naming prefix for
XMBean
configuration.
- RESOURCE_REFERENCE -
Static variable in interface org.jboss.mx.modelmbean.XMBeanConstants
- Mandatory descriptor field when
XMBeanConstants.DESCRIPTOR
resource type is used.
- RESOURCE_TYPE -
Static variable in interface org.jboss.mx.modelmbean.XMBeanConstants
- Mandatory descriptor field when
XMBeanConstants.DESCRIPTOR
resource type is used.
- ROLE -
Static variable in interface org.jboss.mx.modelmbean.ModelMBeanConstants
-
- ROLE_CARDINALITY_INFINITY -
Static variable in class javax.management.relation.RoleInfo
- A value used to specify an infinite number of mbeans are allowed
in the role
- ROLE_CONSTRUCTOR -
Static variable in interface org.jboss.mx.modelmbean.ModelMBeanConstants
-
- ROLE_GETTER -
Static variable in interface org.jboss.mx.modelmbean.ModelMBeanConstants
-
- ROLE_NOT_READABLE -
Static variable in class javax.management.relation.RoleStatus
- Tried to access a role that is not readable
- ROLE_NOT_WRITABLE -
Static variable in class javax.management.relation.RoleStatus
- Tried to set a role that is not writable
- ROLE_OPERATION -
Static variable in interface org.jboss.mx.modelmbean.ModelMBeanConstants
-
- ROLE_SETTER -
Static variable in interface org.jboss.mx.modelmbean.ModelMBeanConstants
-
- ROUND_TO_DAY -
Static variable in class org.jboss.mx.util.TimeFormat
-
- ROUND_TO_HOUR -
Static variable in class org.jboss.mx.util.TimeFormat
-
- ROUND_TO_MILLISECOND -
Static variable in class org.jboss.mx.util.TimeFormat
-
- ROUND_TO_MINUTE -
Static variable in class org.jboss.mx.util.TimeFormat
-
- ROUND_TO_SECOND -
Static variable in class org.jboss.mx.util.TimeFormat
-
- RUNTIME_ERROR -
Static variable in class javax.management.monitor.MonitorNotification
- Notification type for any other error.
- RUNTIME_ERROR_NOTIFIED -
Static variable in class javax.management.monitor.Monitor
- An observed attribute type error has been notified.
- RUNTIME_ERROR_NOTIFIED -
Static variable in class org.jboss.mx.util.ObservedObject
- An observed attribute type error has been notified.
- RawDynamicInvoker - class org.jboss.mx.server.RawDynamicInvoker.
-
- RawDynamicInvoker(DynamicMBean) -
Constructor for class org.jboss.mx.server.RawDynamicInvoker
-
- ReflectedDispatcher - class org.jboss.mx.interceptor.ReflectedDispatcher.
-
- ReflectedDispatcher() -
Constructor for class org.jboss.mx.interceptor.ReflectedDispatcher
-
- ReflectedDispatcher(boolean) -
Constructor for class org.jboss.mx.interceptor.ReflectedDispatcher
-
- ReflectedDispatcher(Method, boolean) -
Constructor for class org.jboss.mx.interceptor.ReflectedDispatcher
-
- ReflectedMBeanDispatcher - class org.jboss.mx.capability.ReflectedMBeanDispatcher.
- Directs DynamicMBean calls to underlying resource via reflection.
- ReflectedMBeanDispatcher(MBeanInfo, AttributeOperationResolver, Object) -
Constructor for class org.jboss.mx.capability.ReflectedMBeanDispatcher
-
- ReflectedMBeanDispatcher.MethodPair - class org.jboss.mx.capability.ReflectedMBeanDispatcher.MethodPair.
-
- ReflectedMBeanDispatcher.MethodPair(Method, Method) -
Constructor for class org.jboss.mx.capability.ReflectedMBeanDispatcher.MethodPair
-
- ReflectionException - exception javax.management.ReflectionException.
- Thrown by the MBeanServer when an exception occurs using the
java.lang.reflect package to invoke methods on MBeans.
- ReflectionException(Exception) -
Constructor for class javax.management.ReflectionException
- Construct a new ReflectionException from a given exception.
- ReflectionException(Exception, String) -
Constructor for class javax.management.ReflectionException
- Construct a new ReflectionException from a given exception and message.
- Relation - interface javax.management.relation.Relation.
- This interface is implemented by an MBean that represents a relation.
- RelationException - exception javax.management.relation.RelationException.
- A super class for all relations thrown during relation management.
- RelationException() -
Constructor for class javax.management.relation.RelationException
- Construct a new RelationException with no message.
- RelationException(String) -
Constructor for class javax.management.relation.RelationException
- Construct a new RelationException with the given message.
- RelationNotFoundException - exception javax.management.relation.RelationNotFoundException.
- Thrown when there is no relation for a passed relation id.
- RelationNotFoundException() -
Constructor for class javax.management.relation.RelationNotFoundException
- Construct a new RelationNotFoundException with no message.
- RelationNotFoundException(String) -
Constructor for class javax.management.relation.RelationNotFoundException
- Construct a new RelationNotFoundException with the given message.
- RelationNotification - class javax.management.relation.RelationNotification.
- A notification from the relation service.
- RelationNotification(String, Object, long, long, String, String, String, ObjectName, List) -
Constructor for class javax.management.relation.RelationNotification
- Construct a new relation notification for a creation or removal.
- RelationNotification(String, Object, long, long, String, String, String, ObjectName, String, List, List) -
Constructor for class javax.management.relation.RelationNotification
- Construct a new relation notification for an update.
- RelationService - class javax.management.relation.RelationService.
- Implements the management interface for a relation service.
- RelationService(boolean) -
Constructor for class javax.management.relation.RelationService
- Construct a new relation service
- RelationServiceMBean - interface javax.management.relation.RelationServiceMBean.
- This interface defines the management interface for a relation
service.
- RelationServiceNotRegisteredException - exception javax.management.relation.RelationServiceNotRegisteredException.
- Thrown when the relation service has not been registered with the MBean Server.
- RelationServiceNotRegisteredException() -
Constructor for class javax.management.relation.RelationServiceNotRegisteredException
- Construct a new RelationServiceNotRegisteredException with no message.
- RelationServiceNotRegisteredException(String) -
Constructor for class javax.management.relation.RelationServiceNotRegisteredException
- Construct a new RelationServiceNotRegisteredException with the given message.
- RelationSupport - class javax.management.relation.RelationSupport.
- Implements the management interface for a relation
created internally within the relation service.
- RelationSupport(String, ObjectName, String, RoleList) -
Constructor for class javax.management.relation.RelationSupport
- Construct a new relation support object.
- RelationSupport(String, ObjectName, MBeanServer, String, RoleList) -
Constructor for class javax.management.relation.RelationSupport
- Construct a new relation support object.
- RelationSupportMBean - interface javax.management.relation.RelationSupportMBean.
- This interface defines the management interface for a relation
created internally within the relation service.
- RelationType - interface javax.management.relation.RelationType.
- This interface is implemented by a class that represents a relation.
- RelationTypeNotFoundException - exception javax.management.relation.RelationTypeNotFoundException.
- Thrown when a relation type is not registered with the relation service.
- RelationTypeNotFoundException() -
Constructor for class javax.management.relation.RelationTypeNotFoundException
- Construct a new RelationTypeNotFoundException with no message.
- RelationTypeNotFoundException(String) -
Constructor for class javax.management.relation.RelationTypeNotFoundException
- Construct a new RelationTypeNotFoundException with the given message.
- RelationTypeSupport - class javax.management.relation.RelationTypeSupport.
- This class can be used to implement relation types.
- RelationTypeSupport(String) -
Constructor for class javax.management.relation.RelationTypeSupport
- Create a relation type with a name but no role infos.
- RelationTypeSupport(String, RoleInfo[]) -
Constructor for class javax.management.relation.RelationTypeSupport
- Create a relation type with a name and the passed role infos.
- RepositoryClassLoader - class org.jboss.mx.loading.RepositoryClassLoader.
- A RepositoryClassLoader.
- RepositoryClassLoader(URL[], ClassLoader) -
Constructor for class org.jboss.mx.loading.RepositoryClassLoader
- Create a new LoaderRepositoryClassLoader
- 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
- Constructs a RequiredModelMBean object using ModelMBeanInfo passed in.
- RequiredModelMBeanInstantiator - class org.jboss.mx.modelmbean.RequiredModelMBeanInstantiator.
- ModelMBean instantiator.
- RequiredModelMBeanInstantiator() -
Constructor for class org.jboss.mx.modelmbean.RequiredModelMBeanInstantiator
-
- RequiredModelMBeanInvoker - class org.jboss.mx.modelmbean.RequiredModelMBeanInvoker.
- An invoker that handles the 'ops' that are part of the RequiredModelMBean
that must be handled at that level rather than its delegate.
- RequiredModelMBeanInvoker(DynamicMBean) -
Constructor for class org.jboss.mx.modelmbean.RequiredModelMBeanInvoker
-
- Role - class javax.management.relation.Role.
- A role is a role name and an ordered list of object names to
the MBeans in the role.
- Role(String, List) -
Constructor for class javax.management.relation.Role
- Construct a new role.
- RoleInfo - class javax.management.relation.RoleInfo.
- This class contains information about a role.
- RoleInfo(RoleInfo) -
Constructor for class javax.management.relation.RoleInfo
- Copies the role info.
- RoleInfo(String, String) -
Constructor for class javax.management.relation.RoleInfo
- Construct a role info with the given name and class name.
- RoleInfo(String, String, boolean, boolean) -
Constructor for class javax.management.relation.RoleInfo
- Construct a role info with the given name, class name and
read/write attributes.
- RoleInfo(String, String, boolean, boolean, int, int, String) -
Constructor for class javax.management.relation.RoleInfo
- Construct a role info with the given name, class name,
read/write attributes, minimum/maximum degree and description.
- RoleInfoNotFoundException - exception javax.management.relation.RoleInfoNotFoundException.
- Thrown when the a role info with the given name doesn't exist for
relation type.
- RoleInfoNotFoundException() -
Constructor for class javax.management.relation.RoleInfoNotFoundException
- Construct a new RoleInfoNotFoundException with no message.
- RoleInfoNotFoundException(String) -
Constructor for class javax.management.relation.RoleInfoNotFoundException
- Construct a new RoleInfoNotFoundException with the given message.
- RoleList - class javax.management.relation.RoleList.
- A list of roles.
- RoleList() -
Constructor for class javax.management.relation.RoleList
- Construct an empty RoleList.
- RoleList(int) -
Constructor for class javax.management.relation.RoleList
- Construct a RoleList with an initial capacity.
- RoleList(List) -
Constructor for class javax.management.relation.RoleList
- Construct a RoleList from a list.
- RoleNotFoundException - exception javax.management.relation.RoleNotFoundException.
- Thrown when the a role does not exist for a relation or is not
readable or writable for the respective operation.
- RoleNotFoundException() -
Constructor for class javax.management.relation.RoleNotFoundException
- Construct a new RoleNotFoundException with no message.
- RoleNotFoundException(String) -
Constructor for class javax.management.relation.RoleNotFoundException
- Construct a new RoleNotFoundException with the given message.
- RoleResult - class javax.management.relation.RoleResult.
- Represents the result of multiple access to roles.
- RoleResult(RoleList, RoleUnresolvedList) -
Constructor for class javax.management.relation.RoleResult
- Construct a new role result.
- RoleStatus - class javax.management.relation.RoleStatus.
- The problems that occur when resolving roles.
- RoleStatus() -
Constructor for class javax.management.relation.RoleStatus
-
- RoleUnresolved - class javax.management.relation.RoleUnresolved.
- An unresolved role.
- RoleUnresolved(String, List, int) -
Constructor for class javax.management.relation.RoleUnresolved
- Construct a new unresolved role.
- RoleUnresolvedList - class javax.management.relation.RoleUnresolvedList.
- A list of unresolved roles.
- RoleUnresolvedList() -
Constructor for class javax.management.relation.RoleUnresolvedList
- Construct an empty RoleUnresolvedList.
- RoleUnresolvedList(int) -
Constructor for class javax.management.relation.RoleUnresolvedList
- Construct a RoleUnresolvedList with an initial capacity.
- RoleUnresolvedList(List) -
Constructor for class javax.management.relation.RoleUnresolvedList
- Construct a RoleUnresolvedList from a list.
- RunnableScheduler - class org.jboss.mx.util.RunnableScheduler.
- A runnable scheduler.
- RunnableScheduler() -
Constructor for class org.jboss.mx.util.RunnableScheduler
- Constructs a new runnable scheduler.
- RuntimeErrorException - exception javax.management.RuntimeErrorException.
- Thrown when a java.lang.error occurs.
- RuntimeErrorException(Error) -
Constructor for class javax.management.RuntimeErrorException
- Construct a new RuntimeErrorException from a given error.
- RuntimeErrorException(Error, String) -
Constructor for class javax.management.RuntimeErrorException
- Construct a new RuntimeErrorException from a given error and message.
- RuntimeMBeanException - exception javax.management.RuntimeMBeanException.
- Wraps runtime exceptions thrown by MBeans.
- RuntimeMBeanException(RuntimeException) -
Constructor for class javax.management.RuntimeMBeanException
- Construct a new RuntimeMBeanException from a given runtime exception.
- RuntimeMBeanException(RuntimeException, String) -
Constructor for class javax.management.RuntimeMBeanException
- Construct a new RuntimeMBeanException from a given runtime exception
and message.
- RuntimeOperationsException - exception javax.management.RuntimeOperationsException.
- Wraps runtime exceptions thrown when performing operations on MBeans.
- RuntimeOperationsException(RuntimeException) -
Constructor for class javax.management.RuntimeOperationsException
- Construct a new RuntimeOperationsException from a given runtime exception.
- RuntimeOperationsException(RuntimeException, String) -
Constructor for class javax.management.RuntimeOperationsException
- Construct a new RuntimeOperationsException from a given runtime exception
and message.
- RuntimeProxyException - exception org.jboss.mx.util.RuntimeProxyException.
-
- RuntimeProxyException() -
Constructor for class org.jboss.mx.util.RuntimeProxyException
-
- RuntimeProxyException(String) -
Constructor for class org.jboss.mx.util.RuntimeProxyException
-
- readExternal(ObjectInput) -
Method in class javax.management.loading.MLet
- This implementation does not support externalizing an MLet.
- readResolve() -
Method in class javax.management.openmbean.SimpleType
-
- register(MBeanServer) -
Method in class org.jboss.mx.interceptor.AbstractSharedInterceptor
- Registers the interceptor to the MBean server.
- register(MBeanServer) -
Method in interface org.jboss.mx.interceptor.SharedInterceptor
- Registers this interceptor to the given MBean server.
- register() -
Method in class org.jboss.mx.persistence.MbeanInfoDbPm
- Iterates over the loaded MBean infos and ObjectNames, creates an MBean for each, and
registers it with the server.
- registerClassLoader(RepositoryClassLoader) -
Method in class org.jboss.mx.loading.UnifiedLoaderRepository3
- This method provides an mbean-accessible way to add a
UnifiedClassloader, and sends a notification when it is added.
- registerClassLoader(RepositoryClassLoader) -
Method in interface org.jboss.mx.loading.UnifiedLoaderRepositoryMBean
-
- registerClassLoader(ClassLoader) -
Method in class org.jboss.mx.server.registry.BasicMBeanRegistry
- Subclasses can override if they wish to control the classloader
registration to loader repository.
- registerLoaderThread(RepositoryClassLoader, Thread) -
Static method in class org.jboss.mx.loading.LoadMgr3
- Register that a thread owns the UCL3.loadClass monitor.
- registerMBean(Object, ObjectName) -
Method in interface javax.management.MBeanServer
- Registers an mbean.
- registerMBean(Object, ObjectName) -
Method in class org.jboss.mx.server.MBeanServerImpl
- Registers a pre-existing object as an MBean with the MBean server.
- registerMBean(Object, ObjectName, ObjectName) -
Method in class org.jboss.mx.server.MBeanServerImpl
- Register an MBean
- registerMBean(Object, ObjectName, ClassLoader) -
Method in class org.jboss.mx.server.MBeanServerImpl
- Register an MBean
- registerMBean(Object, ObjectName, Map) -
Method in class org.jboss.mx.server.registry.BasicMBeanRegistry
-
- registerMBean(Object, ObjectName, Map) -
Method in interface org.jboss.mx.server.registry.MBeanRegistry
- Register an mbean.
- registrationNotificationSequence -
Variable in class org.jboss.mx.server.registry.BasicMBeanRegistry
- Sequence number for the MBean server registration notifications.
- registry -
Variable in class org.jboss.mx.server.MBeanServerImpl
- Registry used by this server to map MBean object names to resource references.
- release() -
Method in class org.jboss.mx.loading.RepositoryClassLoader
- Release the class loading lock previous acquired through the acquire
method.
- releaseMBeanServer(MBeanServer) -
Static method in class javax.management.MBeanServerFactory
- Releases the reference to an MBean server.
- releaseRegistry() -
Method in class org.jboss.mx.server.registry.BasicMBeanRegistry
- Cleans up the registry before the MBean server is released.
- releaseRegistry() -
Method in interface org.jboss.mx.server.registry.MBeanRegistry
- Invoked before the MBean server instance is released.
- releaseServer() -
Method in class org.jboss.mx.server.MBeanServerImpl
-
- remove(Object[]) -
Method in interface javax.management.openmbean.TabularData
- Removes the value for the passed and returns the removed value, or
null if the key was not present.
- remove(Object[]) -
Method in class javax.management.openmbean.TabularDataSupport
-
- remove(Object) -
Method in class javax.management.openmbean.TabularDataSupport
-
- remove() -
Method in class org.jboss.mx.notification.ListenerRegistry.ListenerRegistrationIterator
-
- remove(NotificationListener) -
Method in class org.jboss.mx.notification.ListenerRegistry
- Removes all registrations for a listener.
- remove(NotificationListener, NotificationFilter, Object) -
Method in class org.jboss.mx.notification.ListenerRegistry
- Removes only the registrations for a listener that match the filter and handback.
- remove(ObjectName) -
Method in class org.jboss.mx.notification.MBeanServerListenerRegistry
- Removes all registrations for an mbean broadcaster.
- remove(ObjectName, NotificationListener) -
Method in class org.jboss.mx.notification.MBeanServerListenerRegistry
- Removes all registrations for a listener.
- remove(ObjectName, NotificationListener, NotificationFilter, Object) -
Method in class org.jboss.mx.notification.MBeanServerListenerRegistry
- Removes only the registrations for a listener that match the filter and handback.
- remove(String) -
Method in interface org.jboss.mx.persistence.AttributePersistenceManager
- Removes the persisted AttributeList, if exists
- remove(ObjectName) -
Method in class org.jboss.mx.server.registry.BasicMBeanRegistry
- Removes an MBean entry
WARNING: The object name should be fully qualified.
- removeAll() -
Method in class org.jboss.mx.notification.ListenerRegistry
- Removes all listeners from this listener registry.
- removeAll() -
Method in class org.jboss.mx.notification.MBeanServerListenerRegistry
- Clears all listener registries from this registry.
- removeAll() -
Method in interface org.jboss.mx.persistence.AttributePersistenceManager
- Removes all the persisted data stored under
the configured version tag.
- removeAllNotifications() -
Method in class javax.management.timer.Timer
-
- removeAllNotifications() -
Method in interface javax.management.timer.TimerMBean
- Removes all notifications from the timer MBean.
- removeAttributeChangeNotificationListener(NotificationListener, String) -
Method in interface javax.management.modelmbean.ModelMBeanNotificationBroadcaster
-
- removeAttributeChangeNotificationListener(NotificationListener, String) -
Method in class javax.management.modelmbean.RequiredModelMBean
-
- removeAttributeChangeNotificationListener(NotificationListener, String) -
Method in class org.jboss.mx.modelmbean.ModelMBeanInvoker
-
- removeClassLoader(ClassLoader) -
Method in class org.jboss.mx.loading.BasicLoaderRepository
-
- removeClassLoader(ClassLoader) -
Method in class org.jboss.mx.loading.LoaderRepository
- Remove a cladd loader from the repository.
- removeClassLoader(ClassLoader) -
Method in class org.jboss.mx.loading.UnifiedLoaderRepository3
- Remove the class loader from the repository.
- removeClassLoader(ClassLoader) -
Method in interface org.jboss.mx.loading.UnifiedLoaderRepositoryMBean
-
- removeField(String) -
Method in interface javax.management.Descriptor
- Remove a field from the descriptor.
- removeField(String) -
Method in class javax.management.modelmbean.DescriptorSupport
-
- removeFromClassBlackList(String) -
Method in class org.jboss.mx.loading.RepositoryClassLoader
- Remove class from black list
- removeFromMbiQueue(ObjectName) -
Method in class org.jboss.mx.server.registry.MbeanInfoDb
-
- removeFromResourceBlackList(String) -
Method in class org.jboss.mx.loading.RepositoryClassLoader
- Remove resource from black list
- removeNotification(Integer) -
Method in class javax.management.timer.Timer
-
- removeNotification(Integer) -
Method in interface javax.management.timer.TimerMBean
- Removes a notification from the timer MBean with the specified
notification id.
- removeNotificationListener(ObjectName, ObjectName) -
Method in interface javax.management.MBeanServer
- Removes a listener from an mbean.
- removeNotificationListener(ObjectName, ObjectName, NotificationFilter, Object) -
Method in interface javax.management.MBeanServer
- Removes a listener from an mbean.
- removeNotificationListener(ObjectName, NotificationListener) -
Method in interface javax.management.MBeanServer
- Removes a listener from an mbean.
- removeNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object) -
Method in interface javax.management.MBeanServer
- Removes a listener from an mbean.
- removeNotificationListener(ObjectName, ObjectName) -
Method in interface javax.management.MBeanServerConnection
- Removes a listener from an mbean.
- removeNotificationListener(ObjectName, ObjectName, NotificationFilter, Object) -
Method in interface javax.management.MBeanServerConnection
- Removes a listener from an mbean.
- removeNotificationListener(ObjectName, NotificationListener) -
Method in interface javax.management.MBeanServerConnection
- Removes a listener from an mbean.
- removeNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object) -
Method in interface javax.management.MBeanServerConnection
- Removes a listener from an mbean.
- removeNotificationListener(NotificationListener, NotificationFilter, Object) -
Method in class javax.management.MBeanServerDelegate
-
- removeNotificationListener(NotificationListener) -
Method in class javax.management.MBeanServerDelegate
-
- removeNotificationListener(NotificationListener) -
Method in interface javax.management.NotificationBroadcaster
- Removes a listener from an MBean.
- removeNotificationListener(NotificationListener) -
Method in class javax.management.NotificationBroadcasterSupport
-
- removeNotificationListener(NotificationListener, NotificationFilter, Object) -
Method in class javax.management.NotificationBroadcasterSupport
-
- removeNotificationListener(NotificationListener, NotificationFilter, Object) -
Method in interface javax.management.NotificationEmitter
- Removes a listener from the Emitter.
- removeNotificationListener(NotificationListener) -
Method in class javax.management.modelmbean.RequiredModelMBean
-
- removeNotificationListener(NotificationListener, NotificationFilter, Object) -
Method in class javax.management.modelmbean.RequiredModelMBean
-
- removeNotificationListener(NotificationListener) -
Method in class org.jboss.mx.loading.UnifiedLoaderRepository3
- removeNotificationListener delegates to our broadcaster object
- removeNotificationListener(NotificationListener, NotificationFilter, Object) -
Method in class org.jboss.mx.loading.UnifiedLoaderRepository3
-
- removeNotificationListener(NotificationListener) -
Method in class org.jboss.mx.modelmbean.ModelMBeanInvoker
-
- removeNotificationListener(NotificationListener, NotificationFilter, Object) -
Method in class org.jboss.mx.modelmbean.ModelMBeanInvoker
-
- removeNotificationListener(NotificationListener) -
Method in class org.jboss.mx.modelmbean.XMBean
-
- removeNotificationListener(NotificationListener, NotificationFilter, Object) -
Method in class org.jboss.mx.modelmbean.XMBean
-
- removeNotificationListener(NotificationListener) -
Method in class org.jboss.mx.server.AbstractMBeanInvoker
-
- removeNotificationListener(NotificationListener, NotificationFilter, Object) -
Method in class org.jboss.mx.server.AbstractMBeanInvoker
-
- removeNotificationListener(ObjectName, NotificationListener) -
Method in class org.jboss.mx.server.MBeanServerImpl
- Removes a listener from a registered MBean.
- removeNotificationListener(ObjectName, ObjectName) -
Method in class org.jboss.mx.server.MBeanServerImpl
- Removes a listener from a registered MBean.
- removeNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object) -
Method in class org.jboss.mx.server.MBeanServerImpl
- Removes a listener from a registered MBean.
- removeNotificationListener(ObjectName, ObjectName, NotificationFilter, Object) -
Method in class org.jboss.mx.server.MBeanServerImpl
- Removes a listener from a registered MBean.
- removeNotificationListener(NotificationListener) -
Method in class org.jboss.mx.util.JBossNotificationBroadcasterSupport
-
- removeNotificationListener(NotificationListener, NotificationFilter, Object) -
Method in class org.jboss.mx.util.JBossNotificationBroadcasterSupport
-
- removeNotificationListenerFromResource(NotificationListener) -
Method in class org.jboss.mx.server.AbstractMBeanInvoker
-
- removeNotificationListenerFromResource(NotificationListener, NotificationFilter, Object) -
Method in class org.jboss.mx.server.AbstractMBeanInvoker
-
- removeNotifications(String) -
Method in class javax.management.timer.Timer
-
- removeNotifications(String) -
Method in interface javax.management.timer.TimerMBean
- Removes all notifications from the timer MBean of the specified
notification type.
- removeObservedObject(ObjectName) -
Method in class javax.management.monitor.Monitor
-
- removeObservedObject(ObjectName) -
Method in interface javax.management.monitor.MonitorMBean
- Remove the object name of the MBean monitored.
- removeRelation(String) -
Method in class javax.management.relation.RelationService
-
- removeRelation(String) -
Method in interface javax.management.relation.RelationServiceMBean
- Removes a relation from the relation service.
- removeRelationType(String) -
Method in class javax.management.relation.RelationService
-
- removeRelationType(String) -
Method in interface javax.management.relation.RelationServiceMBean
- Removes a relation type from the relation service.
- removed() -
Method in class org.jboss.mx.notification.DefaultListenerRegistration
-
- removed() -
Method in interface org.jboss.mx.notification.ListenerRegistration
- Used to tell the registration it is no longer required.
- removed() -
Method in class org.jboss.mx.notification.MBeanServerListenerRegistration
-
- replaceAll(String, String, String) -
Method in class org.jboss.mx.persistence.MbeanInfoDbPm
- JDK 1.3.1 substitute for jdk 1.4.1 String.replaceAll()
Does not accept regular expressions...
- replaceAll(String, String, String, int) -
Method in class org.jboss.mx.persistence.MbeanInfoDbPm
- Iterative
- repository -
Variable in class org.jboss.mx.loading.LoaderRepositoryClassLoader
- The loader repository
- repository -
Variable in class org.jboss.mx.loading.RepositoryClassLoader
- Reference to the repository.
- repositoryClassName -
Variable in class org.jboss.mx.loading.LoaderRepositoryFactory.LoaderRepositoryConfig
-
- repositoryConfig -
Variable in class org.jboss.mx.loading.LoaderRepositoryFactory.LoaderRepositoryConfig
-
- repositoryName -
Variable in class org.jboss.mx.loading.LoaderRepositoryFactory.LoaderRepositoryConfig
- The ObjectName of the loader repository for this deployment
- requestingClassLoader -
Variable in class org.jboss.mx.loading.ClassLoadingTask
-
- requestingThread -
Variable in class org.jboss.mx.loading.ClassLoadingTask
-
- resetAlreadyNotified() -
Method in class org.jboss.mx.util.ObservedObject
-
- resolveClass(ObjectStreamClass) -
Method in class org.jboss.mx.server.ObjectInputStreamWithClassLoader
- Resolve the class described in the osc parameter.
- resolveEntity(String, String) -
Method in class org.jboss.mx.metadata.XMBeanEntityResolver
-
- resolveProxyClass(String[]) -
Method in class org.jboss.mx.server.ObjectInputStreamWithClassLoader
-
- resourceEntry -
Variable in class org.jboss.mx.server.AbstractMBeanInvoker
- The mbean server register entry used for the TCL
- resourceType -
Variable in class org.jboss.mx.modelmbean.ModelMBeanInvoker
- The resource type string of the managed resource, such as
ModelMBeanConstants.OBJECT_REF
or
XMBeanConstants.STANDARD_INTERFACE
.
- resume() -
Method in class org.jboss.mx.server.AbstractMBeanInvoker
-
- resume() -
Method in interface org.jboss.mx.server.Suspendable
-
- rethrow(Exception) -
Static method in class org.jboss.mx.util.JMXExceptionDecoder
- Decode and rethrow the given Throwable.
- retrieveAllRoles() -
Method in interface javax.management.relation.Relation
- Retrieve all the roles in this relation without checking the role mode.
- retrieveAllRoles() -
Method in class javax.management.relation.RelationSupport
-
- reverseCompare(LoaderRepository) -
Method in class org.jboss.mx.loading.HeirarchicalLoaderRepository3
-
- reverseCompare(LoaderRepository) -
Method in class org.jboss.mx.loading.LoaderRepository
- Allow subclasses to override the ordering
- roleValueToString(List) -
Static method in class javax.management.relation.Role
- Formats the role value for output.
- run() -
Method in class org.jboss.mx.notification.AsynchNotificationBroadcasterSupport.AsynchNotifier
-
- run() -
Method in class org.jboss.mx.util.RunnableScheduler
- Run the scheduler
- run() -
Method in class org.jboss.mx.util.SchedulableRunnable
- Runs doRun()
- run(Runnable) -
Method in class org.jboss.mx.util.ThreadPool
- Do some work.
S
- SAX_PARSER -
Static variable in interface org.jboss.mx.modelmbean.XMBeanConstants
- XML metadata descriptor field name.
- SET_METHOD -
Static variable in interface org.jboss.mx.modelmbean.ModelMBeanConstants
-
- SET_METHOD_ATTRIBUTE -
Static variable in interface org.jboss.mx.modelmbean.XMBeanConstants
-
- SEVERITY -
Static variable in interface org.jboss.mx.modelmbean.ModelMBeanConstants
-
- SEVERITY_CRITICAL -
Static variable in interface org.jboss.mx.modelmbean.ModelMBeanConstants
-
- SEVERITY_MAJOR -
Static variable in interface org.jboss.mx.modelmbean.ModelMBeanConstants
-
- SEVERITY_MINOR -
Static variable in interface org.jboss.mx.modelmbean.ModelMBeanConstants
-
- SEVERITY_NON_RECOVERABLE -
Static variable in interface org.jboss.mx.modelmbean.ModelMBeanConstants
-
- SEVERITY_NORMAL -
Static variable in interface org.jboss.mx.modelmbean.ModelMBeanConstants
-
- SEVERITY_UNKNOWN -
Static variable in interface org.jboss.mx.modelmbean.ModelMBeanConstants
-
- SEVERITY_WARNING -
Static variable in interface org.jboss.mx.modelmbean.ModelMBeanConstants
-
- SHORT -
Static variable in class javax.management.openmbean.SimpleType
- The simple type for java.lang.Short
- SHORT_TYPE_NAME -
Static variable in class org.jboss.mx.util.MetaDataUtil
-
- SPECIFICATION_NAME -
Static variable in interface org.jboss.mx.server.ServerConstants
- The specification name of the implementation.
- SPECIFICATION_VENDOR -
Static variable in interface org.jboss.mx.server.ServerConstants
- The specification vendor name.
- SPECIFICATION_VERSION -
Static variable in interface org.jboss.mx.server.ServerConstants
- The specification version of the implementation.
- STANDARD_INTERFACE -
Static variable in interface org.jboss.mx.modelmbean.XMBeanConstants
- Resource type string identifying a resource object that implements
an interface adhering to the Standard MBean naming conventions.
- STANDARD_MBEAN -
Static variable in class org.jboss.mx.metadata.MBeanCapability
-
- STANDARD_MBEAN -
Static variable in interface org.jboss.mx.modelmbean.XMBeanConstants
-
- STRING -
Static variable in class javax.management.openmbean.SimpleType
- The simple type for java.lang.String
- STRING_TO_COMPARE_VALUE_DIFFERED -
Static variable in class javax.management.monitor.MonitorNotification
- Notification type when an attribute no longer matches the specified
value of a StringMonitor.
- STRING_TO_COMPARE_VALUE_MATCHED -
Static variable in class javax.management.monitor.MonitorNotification
- Notification type when an attribute changes to match the specified
value of a StringMonitor.
- SchedulableRunnable - class org.jboss.mx.util.SchedulableRunnable.
- A schedulable runnable.
- SchedulableRunnable() -
Constructor for class org.jboss.mx.util.SchedulableRunnable
- Constructs a new schedulable runnable.
- SecurityInterceptor - class org.jboss.mx.interceptor.SecurityInterceptor.
- Security interceptor.
- SecurityInterceptor() -
Constructor for class org.jboss.mx.interceptor.SecurityInterceptor
-
- Serialization - class org.jboss.mx.util.Serialization.
- Serialization Helper.
- Serialization() -
Constructor for class org.jboss.mx.util.Serialization
-
- SerializationHelper - class org.jboss.mx.util.SerializationHelper.
- SerializationHelper
- SerializationHelper() -
Constructor for class org.jboss.mx.util.SerializationHelper
-
- ServerConstants - interface org.jboss.mx.server.ServerConstants.
- Server related constant variables.
- ServerObjectInstance - class org.jboss.mx.server.ServerObjectInstance.
- An Object Instance that differentiates between MBeanServers.
- ServerObjectInstance(ObjectName, String, String) -
Constructor for class org.jboss.mx.server.ServerObjectInstance
- Create a new Server Object Instance
- ServiceConstants - interface org.jboss.mx.service.ServiceConstants.
- Defines constants for JBossMX services.
- ServiceNotFoundException - exception javax.management.ServiceNotFoundException.
- Thrown when a service is not supported.
- ServiceNotFoundException() -
Constructor for class javax.management.ServiceNotFoundException
- Construct a new ServiceNotFoundException with no message.
- ServiceNotFoundException(String) -
Constructor for class javax.management.ServiceNotFoundException
- Construct a new ServiceNotFoundException with the given message.
- SharedInterceptor - interface org.jboss.mx.interceptor.SharedInterceptor.
-
- SimpleType - class javax.management.openmbean.SimpleType.
- The open type for simple java classes.
- StandardMBean - class javax.management.StandardMBean.
- A helper class to allow standard mbeans greater control over their
management interface.
- StandardMBean(Object, Class) -
Constructor for class javax.management.StandardMBean
- Construct a DynamicMBean from the given implementation object
and the passed management interface class.
- StandardMBean(Class) -
Constructor for class javax.management.StandardMBean
- Construct a DynamicMBean from this object
and the passed management interface class.
- StandardMBeanInfoInterceptor - class org.jboss.mx.interceptor.StandardMBeanInfoInterceptor.
-
- StandardMBeanInfoInterceptor() -
Constructor for class org.jboss.mx.interceptor.StandardMBeanInfoInterceptor
-
- StandardMetaData - class org.jboss.mx.metadata.StandardMetaData.
- This metadata builder implementation builds a MBean info based on the
naming rules of the Standard MBeans.
- StandardMetaData(Object) -
Constructor for class org.jboss.mx.metadata.StandardMetaData
- Initializes the Standard metadata builder.
- StandardMetaData(Class) -
Constructor for class org.jboss.mx.metadata.StandardMetaData
- Initializes the Standard metadata builder.
- StandardMetaData(Object, Class) -
Constructor for class org.jboss.mx.metadata.StandardMetaData
- Initializes the Standard metadata builder.
- StringMonitor - class javax.management.monitor.StringMonitor.
- The string monitor service.
- StringMonitor() -
Constructor for class javax.management.monitor.StringMonitor
- Default Constructor
- StringMonitorMBean - interface javax.management.monitor.StringMonitorMBean.
- The string monitor service MBean interface.
- StringValueExp - class javax.management.StringValueExp.
- A String that is an arguement to a query.
- StringValueExp() -
Constructor for class javax.management.StringValueExp
- Construct a string value expression for the null string.
- StringValueExp(String) -
Constructor for class javax.management.StringValueExp
- Construct a string value expression for the passed string
- Suspendable - interface org.jboss.mx.server.Suspendable.
-
- 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
-
- sendAttributeChangeNotification(AttributeChangeNotification) -
Method in class org.jboss.mx.modelmbean.ModelMBeanInvoker
- Sends an attribute change notification.
- sendAttributeChangeNotification(Attribute, Attribute) -
Method in class org.jboss.mx.modelmbean.ModelMBeanInvoker
- Sends an attribute change notification.
- sendNotification(Notification) -
Method in class javax.management.MBeanServerDelegate
-
- sendNotification(Notification) -
Method in class javax.management.NotificationBroadcasterSupport
-
- 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
-
- sendNotification(String) -
Method in class org.jboss.mx.modelmbean.ModelMBeanInvoker
- Sends a notification with a given string message.
- sendNotification(Notification) -
Method in class org.jboss.mx.modelmbean.ModelMBeanInvoker
- Sends a notification.
- sendNotification(Notification) -
Method in class org.jboss.mx.util.JBossNotificationBroadcasterSupport
-
- sendRegistrationNotification(ObjectName) -
Method in class org.jboss.mx.server.registry.BasicMBeanRegistry
- send a MBeanServerNotification.REGISTRATION_NOTIFICATION notification
to regName
- sendRelationCreationNotification(String) -
Method in class javax.management.relation.RelationService
-
- sendRelationCreationNotification(String) -
Method in interface javax.management.relation.RelationServiceMBean
- Sends a relation creation notification
For internally created relations, a RELATION_BASIC_CREATION
notification is sent.
- sendRelationRemovalNotification(String, List) -
Method in class javax.management.relation.RelationService
-
- sendRelationRemovalNotification(String, List) -
Method in interface javax.management.relation.RelationServiceMBean
- Sends a relation removal notification
For internally created relations, a RELATION_BASIC_REMOVAL
notification is sent.
- sendRoleUpdateNotification(String, Role, List) -
Method in class javax.management.relation.RelationService
-
- sendRoleUpdateNotification(String, Role, List) -
Method in interface javax.management.relation.RelationServiceMBean
- Sends a relation update notification
For internally created relations, a RELATION_BASIC_UPDATE
notification is sent.
- sendUnRegistrationNotification(ObjectName) -
Method in class org.jboss.mx.server.registry.BasicMBeanRegistry
- send MBeanServerNotification.UNREGISTRATION_NOTIFICATION notification to
name
- serialize(Object) -
Static method in class org.jboss.mx.util.SerializationHelper
- serialize an object
- server -
Variable in class javax.management.monitor.Monitor
- The server this service is registered in.
- server -
Variable in class org.jboss.mx.interceptor.AbstractSharedInterceptor
- MBean server reference for shared interceptors.
- server -
Variable in class org.jboss.mx.util.JMXInvocationHandler
- Reference to the MBean server this proxy connects to.
- server -
Static variable in class org.jboss.mx.util.QueryExpSupport
- The MBeanServer (one per thread)
- set(int, Attribute) -
Method in class javax.management.AttributeList
- Change the attribute at the specified location.
- set(int, Role) -
Method in class javax.management.relation.RoleList
- Sets a role at the specified location in the list.
- set(int, RoleUnresolved) -
Method in class javax.management.relation.RoleUnresolvedList
- Sets an unresolved role at the specified location in the list.
- setActive(boolean) -
Method in class org.jboss.mx.util.ThreadPool
- Set the activity status of the pool.
- setAddedOrder(int) -
Method in class org.jboss.mx.loading.RepositoryClassLoader
- Set the order this classloader was added to the repository
- setAlreadyNotified(int) -
Method in class org.jboss.mx.util.ObservedObject
-
- setArchive(String) -
Method in class org.jboss.mx.loading.MBeanElement
-
- setArgs(Object[]) -
Method in class org.jboss.mx.server.Invocation
-
- setAttribute(Attribute) -
Method in interface javax.management.DynamicMBean
- Sets the value of an attribute.
- setAttribute(ObjectName, Attribute) -
Method in interface javax.management.MBeanServer
- Set a value for an MBean.
- setAttribute(ObjectName, Attribute) -
Method in interface javax.management.MBeanServerConnection
- Set a value for an MBean.
- setAttribute(Attribute) -
Method in class javax.management.StandardMBean
-
- setAttribute(Attribute) -
Method in class javax.management.modelmbean.RequiredModelMBean
-
- setAttribute(Attribute) -
Method in class org.jboss.mx.capability.ReflectedMBeanDispatcher
-
- setAttribute(Attribute) -
Method in class org.jboss.mx.modelmbean.RequiredModelMBeanInvoker
-
- setAttribute(Attribute) -
Method in class org.jboss.mx.server.AbstractMBeanInvoker
- Sets an attribute value.
- setAttribute(ObjectName, Attribute) -
Method in class org.jboss.mx.server.MBeanServerImpl
-
- setAttribute(Attribute) -
Method in class org.jboss.mx.server.RawDynamicInvoker
-
- setAttribute(Attribute) -
Method in class org.jboss.mx.util.DynamicMBeanSupport
-
- setAttributeType(String) -
Method in class org.jboss.mx.server.InvocationContext
-
- setAttributes(AttributeList) -
Method in interface javax.management.DynamicMBean
- Sets the values of the attributes passed as an
AttributeList
of name and new value pairs.
- setAttributes(ObjectName, AttributeList) -
Method in interface javax.management.MBeanServer
- Set a list of values for an MBean.
- setAttributes(ObjectName, AttributeList) -
Method in interface javax.management.MBeanServerConnection
- Set a list of values for an MBean.
- setAttributes(AttributeList) -
Method in class javax.management.StandardMBean
-
- setAttributes(AttributeList) -
Method in class javax.management.modelmbean.RequiredModelMBean
-
- setAttributes(AttributeList) -
Method in class org.jboss.mx.capability.ReflectedMBeanDispatcher
-
- setAttributes(AttributeList) -
Method in class org.jboss.mx.modelmbean.RequiredModelMBeanInvoker
-
- setAttributes(AttributeList) -
Method in class org.jboss.mx.server.AbstractMBeanInvoker
-
- setAttributes(ObjectName, AttributeList) -
Method in class org.jboss.mx.server.MBeanServerImpl
-
- setAttributes(AttributeList) -
Method in class org.jboss.mx.server.RawDynamicInvoker
-
- setAttributes(AttributeList) -
Method in class org.jboss.mx.util.DynamicMBeanSupport
-
- setCode(String) -
Method in class org.jboss.mx.loading.MBeanElement
- Sets the fully qualified class name of the MBean entry.
- setCodebase(String) -
Method in class org.jboss.mx.loading.MBeanElement
- Sets the code base for an MLET entry.
- setDaemonThreads(boolean) -
Method in class org.jboss.mx.util.ThreadPool
- Set whether new threads are daemon threads.
- setDefaultNotificationTimeout(long) -
Static method in class org.jboss.mx.notification.AsynchNotificationBroadcasterSupport
-
- setDefaultThreadPool(ThreadPool) -
Static method in class org.jboss.mx.notification.AsynchNotificationBroadcasterSupport
-
- setDerivedGauge(Object) -
Method in class org.jboss.mx.util.ObservedObject
-
- setDerivedGaugeTimeStamp(long) -
Method in class org.jboss.mx.util.ObservedObject
-
- setDescriptor(Descriptor) -
Method in interface javax.management.DescriptorAccess
- Sets the descriptor.
- 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.
- setDescriptor(Descriptor) -
Method in class org.jboss.mx.server.InvocationContext
-
- 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.
- setDifferenceMode(boolean) -
Method in class javax.management.monitor.CounterMonitor
-
- setDifferenceMode(boolean) -
Method in interface javax.management.monitor.CounterMonitorMBean
- Sets the difference mode flag.
- setDifferenceMode(boolean) -
Method in class javax.management.monitor.GaugeMonitor
-
- setDifferenceMode(boolean) -
Method in interface javax.management.monitor.GaugeMonitorMBean
- Sets the difference mode flag.
- setDispatcher(Interceptor) -
Method in class org.jboss.mx.server.InvocationContext
-
- setExceptionHandler(ProxyExceptionHandler) -
Method in class org.jboss.mx.util.JMXInvocationHandler
-
- setExceptionHandler(ProxyExceptionHandler) -
Method in interface org.jboss.mx.util.ProxyContext
-
- setField(String, Object) -
Method in interface javax.management.Descriptor
- Sets the value of a field.
- setField(String, Object) -
Method in class javax.management.modelmbean.DescriptorSupport
-
- setFields(String[], Object[]) -
Method in interface javax.management.Descriptor
- Set multiple fields in this descriptor.
- setFields(String[], Object[]) -
Method in class javax.management.modelmbean.DescriptorSupport
- Sets all Fields in the list to the new value in with the same index in the fieldValue array.
- setGranularityPeriod(long) -
Method in class javax.management.monitor.Monitor
-
- setGranularityPeriod(long) -
Method in interface javax.management.monitor.MonitorMBean
- Sets the granularity period in milliseconds.
- setImplementation(Object) -
Method in class javax.management.StandardMBean
- Replace the implementation object
- setInitThreshold(Number) -
Method in class javax.management.monitor.CounterMonitor
-
- setInitThreshold(Number) -
Method in interface javax.management.monitor.CounterMonitorMBean
- Sets the initial threshold.
- setInterceptors(List) -
Method in class org.jboss.mx.server.InvocationContext
-
- setInvocationTimeout(long) -
Method in class org.jboss.mx.server.AbstractMBeanInvoker
-
- setInvocationTimeout(long) -
Method in interface org.jboss.mx.server.Suspendable
-
- setInvoker(AbstractMBeanInvoker) -
Method in class org.jboss.mx.server.InvocationContext
-
- setIsLoading(boolean) -
Method in class org.jboss.mx.persistence.DelegatingPersistenceManager
- Set the loading status
- setIsLoading(boolean) -
Method in class org.jboss.mx.persistence.ObjectStreamPersistenceManager
-
- setLastValue(Object) -
Method in class org.jboss.mx.util.ObservedObject
-
- setLibraryDirectory(String) -
Method in class javax.management.loading.MLet
-
- setLibraryDirectory(String) -
Method in interface javax.management.loading.MLetMBean
-
- setLoadedFromFs(boolean) -
Method in class org.jboss.mx.persistence.MbeanInfoDbPm
-
- setLogger(Logger) -
Method in class org.jboss.mx.interceptor.AbstractInterceptor
-
- setLogger(Logger) -
Method in interface org.jboss.mx.interceptor.Interceptor
- Called by the
MBeanInvoker
on
a non-shared interceptors to set a logger reference for this interceptor.
- setMBeanDescriptor(Descriptor) -
Method in interface javax.management.modelmbean.ModelMBeanInfo
-
- setMBeanDescriptor(Descriptor) -
Method in class javax.management.modelmbean.ModelMBeanInfoSupport
- Sets the ModelMBean's descriptor.
- setMBeanEntry(MBeanEntry) -
Static method in class org.jboss.mx.server.AbstractMBeanInvoker
- Set the MBeanEntry thread local value.
- setMBeanServer(MBeanServer) -
Method in class javax.management.AttributeValueExp
-
- setMBeanServer(MBeanServer) -
Method in class javax.management.ObjectName
-
- setMBeanServer(MBeanServer) -
Method in class javax.management.QueryEval
- Set the MBeanServer for this query.
- setMBeanServer(MBeanServer) -
Method in interface javax.management.QueryExp
- Set the MBeanServer for this query.
- setMBeanServer(MBeanServer) -
Method in class javax.management.StringValueExp
-
- setMBeanServer(MBeanServer) -
Method in interface javax.management.ValueExp
- Set the MBeanServer for this expression.
- setMBeanServer(MBeanServer) -
Method in class org.jboss.mx.util.InstanceOfQueryExp
-
- setMBeanServer(MBeanServer) -
Method in class org.jboss.mx.util.QueryExpSupport
-
- setManagedResource(Object, String) -
Method in interface javax.management.modelmbean.ModelMBean
-
- setManagedResource(Object, String) -
Method in class javax.management.modelmbean.RequiredModelMBean
-
- setManagedResource(Object, String) -
Method in class org.jboss.mx.modelmbean.ModelMBeanInvoker
- Sets the managed resource for this Model MBean instance.
- setMaximumSize(int) -
Method in class org.jboss.mx.util.ThreadPool
- Set the maximum number of idle threads cached in this pool.
- setMbeanInfoDb(MbeanInfoDb) -
Method in class org.jboss.mx.persistence.MbeanInfoDbPm
-
- setMbiDbRoot(File) -
Method in class org.jboss.mx.persistence.MbeanInfoDbPm
-
- setModelMBeanInfo(ModelMBeanInfo) -
Method in interface javax.management.modelmbean.ModelMBean
-
- setModelMBeanInfo(ModelMBeanInfo) -
Method in class javax.management.modelmbean.RequiredModelMBean
-
- setModelMBeanInfo(ModelMBeanInfo) -
Method in class org.jboss.mx.modelmbean.ModelMBeanInvoker
- Sets the MBean metadata for this Model MBean instance.
- setModulus(Number) -
Method in class javax.management.monitor.CounterMonitor
-
- setModulus(Number) -
Method in interface javax.management.monitor.CounterMonitorMBean
- Sets the modulus.
- setName(String) -
Method in class org.jboss.mx.interceptor.AbstractInterceptor
- Sets a name for this interceptor.
- setName(String) -
Method in class org.jboss.mx.interceptor.AbstractSharedInterceptor
- Shared interceptors allows their name to be set only before they have
been registered to the MBean server.
- setName(String) -
Method in class org.jboss.mx.loading.MBeanElement
- Sets the object name of the MBean.
- setName(String) -
Method in class org.jboss.mx.server.InvocationContext
-
- setNextRun(long) -
Method in class org.jboss.mx.util.SchedulableRunnable
- Sets the next run date
- setNotAlreadyNotified(int) -
Method in class org.jboss.mx.util.ObservedObject
-
- setNotificationTimeout(long) -
Method in class org.jboss.mx.notification.AsynchNotificationBroadcasterSupport
-
- setNotify(boolean) -
Method in class javax.management.monitor.CounterMonitor
-
- setNotify(boolean) -
Method in interface javax.management.monitor.CounterMonitorMBean
- Sets the notify on/off switch.
- setNotifyDiffer(boolean) -
Method in class javax.management.monitor.StringMonitor
-
- setNotifyDiffer(boolean) -
Method in interface javax.management.monitor.StringMonitorMBean
- Sets the differs on/off switch.
- setNotifyHigh(boolean) -
Method in class javax.management.monitor.GaugeMonitor
-
- setNotifyHigh(boolean) -
Method in interface javax.management.monitor.GaugeMonitorMBean
- Sets the high notify on/off switch.
- setNotifyLow(boolean) -
Method in class javax.management.monitor.GaugeMonitor
-
- setNotifyLow(boolean) -
Method in interface javax.management.monitor.GaugeMonitorMBean
- Sets the low notify on/off switch.
- setNotifyMatch(boolean) -
Method in class javax.management.monitor.StringMonitor
-
- setNotifyMatch(boolean) -
Method in interface javax.management.monitor.StringMonitorMBean
- Sets the matching on/off switch.
- setObject(String) -
Method in class org.jboss.mx.loading.MBeanElement
- Sets the name of the serialized MBean instance.
- setObjectName(ObjectName) -
Method in class org.jboss.mx.server.registry.MBeanEntry
- A protected method used to set the entry object name when access
to the entry is needed before the ultimate name under which the
mbean is registered is known.
- setObservedAttribute(String) -
Method in class javax.management.monitor.Monitor
-
- setObservedAttribute(String) -
Method in interface javax.management.monitor.MonitorMBean
- Sets the name of the attribute monitored.
- setObservedObject(ObjectName) -
Method in class javax.management.monitor.Monitor
-
- setObservedObject(ObjectName) -
Method in interface javax.management.monitor.MonitorMBean
- Deprecated. use
MonitorMBean.addObservedObject(ObjectName)
- setOffset(Number) -
Method in class javax.management.monitor.CounterMonitor
-
- setOffset(Number) -
Method in interface javax.management.monitor.CounterMonitorMBean
- Sets the offset.
- setProblemType(int) -
Method in class javax.management.relation.RoleUnresolved
- Set the problem type.
- setProperties(Map) -
Method in class org.jboss.mx.metadata.AbstractBuilder
- Sets a copy of a properties map to this builder instance.
- setProperty(String, Object) -
Method in class org.jboss.mx.loading.MBeanElement
-
- setProperty(String, Object) -
Method in class org.jboss.mx.metadata.AbstractBuilder
- Sets a builder configuration property.
- setProperty(String, Object) -
Method in interface org.jboss.mx.metadata.MetaDataBuilder
- Sets a property that can be used to control the behaviour of the builder
implementation.
- setProperty(String, String) -
Static method in class org.jboss.mx.util.PropertyAccess
-
- setPurgeFlag(boolean) -
Method in class javax.management.relation.RelationService
-
- setPurgeFlag(boolean) -
Method in interface javax.management.relation.RelationServiceMBean
- Sets the purge flag.
- setReadable(boolean) -
Method in class org.jboss.mx.server.InvocationContext
-
- setRelationServiceManagementFlag(Boolean) -
Method in class javax.management.relation.RelationSupport
-
- setRelationServiceManagementFlag(Boolean) -
Method in interface javax.management.relation.RelationSupportMBean
- Set the flag to specify whether this relation is registered with
the relation service.
- setRepository(LoaderRepository) -
Method in class org.jboss.mx.loading.RepositoryClassLoader
- Set the loader repository
- setResource(Object) -
Method in class org.jboss.mx.server.AbstractMBeanInvoker
- Sets the XMBean resource and optionally allows the resource to interact
with the jmx microkernel via the following injection points:
#ModelMBeanConstants.MBEAN_SERVER_INJECTION_TYPE
#ModelMBeanConstants.MBEAN_INFO_INJECTION_TYPE
#ModelMBeanConstants.OBJECT_NAME_INJECTION_TYPE
- setResource(Object) -
Method in interface org.jboss.mx.server.MBeanInvoker
-
- setResourceClassName(String) -
Method in class org.jboss.mx.server.registry.MBeanEntry
- Retrieve the class name for the mbean.
- setReturnType(String) -
Method in class org.jboss.mx.server.InvocationContext
-
- setRole(Role) -
Method in interface javax.management.relation.Relation
- Sets the passed role for this relation.
- setRole(String, Role) -
Method in class javax.management.relation.RelationService
-
- setRole(String, Role) -
Method in interface javax.management.relation.RelationServiceMBean
- Sets the role in the passed relation.
- setRole(Role) -
Method in class javax.management.relation.RelationSupport
-
- setRoleName(String) -
Method in class javax.management.relation.Role
- Set the role name.
- setRoleName(String) -
Method in class javax.management.relation.RoleUnresolved
- Set the role name.
- setRoleValue(List) -
Method in class javax.management.relation.Role
- Set the role value it must be an ArrayList.
- setRoleValue(List) -
Method in class javax.management.relation.RoleUnresolved
- Set the role value it must be an ArrayList.
- setRoles(RoleList) -
Method in interface javax.management.relation.Relation
- Sets the roles.
- setRoles(String, RoleList) -
Method in class javax.management.relation.RelationService
-
- setRoles(String, RoleList) -
Method in interface javax.management.relation.RelationServiceMBean
- Sets the roles in the passed relation.
- setRoles(RoleList) -
Method in class javax.management.relation.RelationSupport
-
- setRoles(RoleList) -
Method in class javax.management.relation.RoleResult
- Set the successful roles.
- setRolesUnresolved(RoleUnresolvedList) -
Method in class javax.management.relation.RoleResult
- Set the unsuccessful roles.
- setRounding(int) -
Method in class org.jboss.mx.util.TimeFormat
- set rounding - one of ROUND_TO_MILLISECONDS, etc.
- setScheduler(RunnableScheduler) -
Method in class org.jboss.mx.util.SchedulableRunnable
- Set the scheduler for this runnable
- setSendPastNotifications(boolean) -
Method in class javax.management.timer.Timer
-
- setSendPastNotifications(boolean) -
Method in interface javax.management.timer.TimerMBean
- Sets the flag indicating whether past notifications are sent.
- setSequenceNumber(long) -
Method in class javax.management.Notification
- Set the sequence number of the notifiction
- setSource(Object) -
Method in class javax.management.Notification
- Set the source of the notification
- setStringToCompare(String) -
Method in class javax.management.monitor.StringMonitor
-
- setStringToCompare(String) -
Method in interface javax.management.monitor.StringMonitorMBean
- Sets the string to compare with the observed attribute.
- setThreadPool(ThreadPool) -
Method in class org.jboss.mx.notification.AsynchNotificationBroadcasterSupport
-
- setThreshold(Number) -
Method in class javax.management.monitor.CounterMonitor
-
- setThreshold(Number) -
Method in interface javax.management.monitor.CounterMonitorMBean
- Deprecated. use
CounterMonitorMBean.setInitThreshold(Number)
- setThreshold(Object) -
Method in class org.jboss.mx.util.ObservedObject
-
- setThresholds(Number, Number) -
Method in class javax.management.monitor.GaugeMonitor
-
- setThresholds(Number, Number) -
Method in interface javax.management.monitor.GaugeMonitorMBean
- Sets the high and low threshold.
- setTimeStamp(long) -
Method in class javax.management.Notification
- Set the time of the notifiction
- setTranslator(Translator) -
Method in class org.jboss.mx.loading.LoaderRepository
-
- setTranslator(Translator) -
Method in interface org.jboss.mx.loading.UnifiedLoaderRepositoryMBean
-
- setType(String) -
Method in class org.jboss.mx.server.InvocationContext
-
- setUseParentFirst(boolean) -
Method in class org.jboss.mx.loading.HeirarchicalLoaderRepository3
- Set the use parent first flag.
- setUserData(Object) -
Method in class javax.management.Notification
- Set the user data of the notifiction
- setValuesFromMBeanInfo() -
Method in class org.jboss.mx.modelmbean.ModelMBeanInvoker
-
- setVersion(String) -
Method in class org.jboss.mx.loading.MBeanElement
-
- setWritable(boolean) -
Method in class org.jboss.mx.server.InvocationContext
-
- setter -
Variable in class org.jboss.mx.capability.ReflectedMBeanDispatcher.MethodPair
-
- setterSignature(MBeanAttributeInfo) -
Static method in class org.jboss.mx.metadata.MethodMapper
- Generates a signature string for an attribute setter method using standard rules
- setterSignature(ModelMBeanAttributeInfo) -
Static method in class org.jboss.mx.metadata.MethodMapper
- Generates a setter signature string for a ModelMBean attribute by checking the
descriptor for setMethod.
- setterSignature(MBeanAttributeInfo) -
Static method in class org.jboss.mx.server.MethodMapper
- Generates a signature string for an attribute setter method using standard rules
- size() -
Method in interface javax.management.openmbean.TabularData
- Retrieve the number of rows in the tabular data.
- size() -
Method in class javax.management.openmbean.TabularDataSupport
-
- start() -
Method in class javax.management.monitor.CounterMonitor
-
- start() -
Method in class javax.management.monitor.GaugeMonitor
-
- start() -
Method in class javax.management.monitor.Monitor
-
- start() -
Method in interface javax.management.monitor.MonitorMBean
- Starts the monitor.
- start() -
Method in class javax.management.monitor.StringMonitor
-
- start() -
Method in class javax.management.timer.Timer
-
- start() -
Method in interface javax.management.timer.TimerMBean
- Starts the timer.
- start() -
Method in class org.jboss.mx.interceptor.AbstractInterceptor
-
- start() -
Method in class org.jboss.mx.interceptor.AbstractSharedInterceptor
- This method is part of the interceptor MBean's registration lifecycle.
- start() -
Method in interface org.jboss.mx.interceptor.Interceptor
- This method is part of the interceptor's lifecycle.
- start() -
Method in class org.jboss.mx.util.RunnableScheduler
- Start the scheduler
- state -
Variable in class org.jboss.mx.loading.ClassLoadingTask
- The state of the requestingThread
- stop() -
Method in class javax.management.monitor.CounterMonitor
-
- stop() -
Method in class javax.management.monitor.GaugeMonitor
-
- stop() -
Method in class javax.management.monitor.Monitor
-
- stop() -
Method in interface javax.management.monitor.MonitorMBean
- Stops the monitor.
- stop() -
Method in class javax.management.monitor.StringMonitor
-
- stop() -
Method in class javax.management.timer.Timer
-
- stop() -
Method in interface javax.management.timer.TimerMBean
- Stops the timer.
- stop() -
Method in class org.jboss.mx.interceptor.AbstractInterceptor
-
- stop() -
Method in class org.jboss.mx.interceptor.AbstractSharedInterceptor
- This method is part of the interceptor MBean's registration lifecycle.
- stop() -
Method in interface org.jboss.mx.interceptor.Interceptor
- This method is part of the interceptor lifecycle.
- stop() -
Method in class org.jboss.mx.util.RunnableScheduler
- Stop the scheduler
- stopOrder -
Variable in class org.jboss.mx.loading.ClassLoadingTask
-
- stopThreadPool(boolean) -
Method in class org.jboss.mx.notification.AsynchNotificationBroadcasterSupport
- Invoke stop on the thread pool if its not the class default pool.
- store() -
Method in interface javax.management.PersistentMBean
- Stores the MBean's state to a persistence store.
- store() -
Method in class javax.management.modelmbean.RequiredModelMBean
-
- store(String, String[], Integer) -
Method in class org.jboss.mx.metadata.AttributeOperationResolver
-
- store(String, Integer) -
Method in class org.jboss.mx.metadata.AttributeOperationResolver
-
- store() -
Method in class org.jboss.mx.modelmbean.ModelMBeanInvoker
-
- store(String, AttributeList) -
Method in interface org.jboss.mx.persistence.AttributePersistenceManager
- Persists an AttributeList (name/value pair list),
under a specified id.
- store(MBeanInfo) -
Method in class org.jboss.mx.persistence.DelegatingPersistenceManager
- store() is triggered by the PersistenceInterceptor based
on the persistence policy.
- store(MBeanInfo, File) -
Method in class org.jboss.mx.persistence.MBeanInfoOdb
-
- store(MBeanInfo) -
Method in class org.jboss.mx.persistence.MbeanInfoDbPm
-
- store(ObjectName, MBeanInfo) -
Method in class org.jboss.mx.persistence.MbeanInfoDbPm
-
- store(MBeanInfo) -
Method in class org.jboss.mx.persistence.NullPersistence
-
- store(MBeanInfo) -
Method in class org.jboss.mx.persistence.ObjectStreamPersistenceManager
- What we need to get here is 1) the persist location, and 2) the entire
contents of the mbean.
- store(MBeanInfo) -
Method in interface org.jboss.mx.persistence.PersistenceManager
-
- stripAttributeOperations(ModelMBeanInfo, boolean) -
Static method in class org.jboss.mx.metadata.MBeanInfoConversion
- Returns a ModelMBeanInfoSupport where ModelMBeanOperationInfos that are
referred to by ModelMBeanAttributeInfo getMethod or setMethod descriptor
fields are stripped out.
- suspend() -
Method in class org.jboss.mx.server.AbstractMBeanInvoker
-
- suspend(long) -
Method in class org.jboss.mx.server.AbstractMBeanInvoker
-
- suspend(boolean) -
Method in class org.jboss.mx.server.AbstractMBeanInvoker
-
- suspend() -
Method in interface org.jboss.mx.server.Suspendable
-
- suspend(long) -
Method in interface org.jboss.mx.server.Suspendable
-
- suspend(boolean) -
Method in interface org.jboss.mx.server.Suspendable
-
T
- TARGET_OBJECT -
Static variable in interface org.jboss.mx.modelmbean.ModelMBeanConstants
-
- TARGET_TYPE -
Static variable in interface org.jboss.mx.modelmbean.ModelMBeanConstants
-
- THRESHOLD_ERROR -
Static variable in class javax.management.monitor.MonitorNotification
- Notification type when an attribute's threshold parameters (threshold,
low threshold, high threshold, offset or modules) are not of the
correct type.
- THRESHOLD_HIGH_VALUE_EXCEEDED -
Static variable in class javax.management.monitor.MonitorNotification
- Notification type when a guage attribute changes to exceed the
specified threshold high value.
- THRESHOLD_LOW_VALUE_EXCEEDED -
Static variable in class javax.management.monitor.MonitorNotification
- Notification type when a gauge attribute changes to exceed the
specified threshold low value.
- THRESHOLD_VALUE_EXCEEDED -
Static variable in class javax.management.monitor.MonitorNotification
- Notification type when a counter attribute changes to exceed the
specified threshold value.
- TIMES -
Static variable in class javax.management.Query
- Times expression
- TabularData - interface javax.management.openmbean.TabularData.
- An Open Data Type for tabular data structures.
- TabularDataSupport - class javax.management.openmbean.TabularDataSupport.
- An implementation of TabularData.
- TabularDataSupport(TabularType) -
Constructor for class javax.management.openmbean.TabularDataSupport
- Construct Tabular Data with an initial capacity of 101 and a load
factor of 0.75
- TabularDataSupport(TabularType, int, float) -
Constructor for class javax.management.openmbean.TabularDataSupport
- Construct Tabular Data
- TabularType - class javax.management.openmbean.TabularType.
- The TabularType is an OpenType that describes TabularData.
- TabularType(String, String, CompositeType, String[]) -
Constructor for class javax.management.openmbean.TabularType
- Construct a tabular type.
- ThreadPool - class org.jboss.mx.util.ThreadPool.
- A simple thread pool.
- ThreadPool() -
Constructor for class org.jboss.mx.util.ThreadPool
- Create a new pool.
- ThreadPool(boolean) -
Constructor for class org.jboss.mx.util.ThreadPool
- Create a new pool with an activity status
- TimeFormat - class org.jboss.mx.util.TimeFormat.
- TimeFormat is a utility class for converting a long into a
human readable string.
- TimeoutException - exception org.jboss.mx.server.TimeoutException.
-
- TimeoutException() -
Constructor for class org.jboss.mx.server.TimeoutException
-
- TimeoutException(String) -
Constructor for class org.jboss.mx.server.TimeoutException
-
- Timer - class javax.management.timer.Timer.
- The timer service.
- Timer() -
Constructor for class javax.management.timer.Timer
-
- TimerAlarmClockNotification - class javax.management.timer.TimerAlarmClockNotification.
- Deprecated.
- TimerAlarmClockNotification(TimerAlarmClock) -
Constructor for class javax.management.timer.TimerAlarmClockNotification
- Deprecated.
- TimerMBean - interface javax.management.timer.TimerMBean.
- The timer service MBean interface.
- TimerNotification - class javax.management.timer.TimerNotification.
- A notification from the timer service.
- TimerNotification(String, Object, long, long, String, Integer) -
Constructor for class javax.management.timer.TimerNotification
- Construct a new timer notification.
- taskComparator -
Static variable in class org.jboss.mx.loading.ClassLoadingTask
-
- threadTaskCount -
Variable in class org.jboss.mx.loading.ClassLoadingTask
- The number of ThreadTasks remaining
- times(ValueExp, ValueExp) -
Static method in class javax.management.Query
- An expression that multiplies the first expression by the second
- toModelMBeanInfo(MBeanInfo) -
Static method in class org.jboss.mx.metadata.MBeanInfoConversion
- Convert regular MBeanInfo into ModelMBeanInfo.
- toModelMBeanInfo(MBeanInfo, boolean) -
Static method in class org.jboss.mx.metadata.MBeanInfoConversion
- Convert regular MBeanInfo to ModelMBeanInfo.
- toString() -
Method in class javax.management.Attribute
-
- toString() -
Method in class javax.management.AttributeChangeNotification
-
- toString() -
Method in class javax.management.AttributeChangeNotificationFilter
-
- toString() -
Method in class javax.management.AttributeValueExp
-
- toString() -
Method in class javax.management.BadAttributeValueExpException
- Returns a string representing the error.
- toString() -
Method in class javax.management.BadBinaryOpValueExpException
- Returns a string representing the error.
- toString() -
Method in class javax.management.BadStringOperationException
- Returns a string representing the error.
- toString() -
Method in class javax.management.InvalidApplicationException
- Get a string represention of the exception.
- toString() -
Method in class javax.management.MBeanAttributeInfo
-
- toString() -
Method in class javax.management.MBeanConstructorInfo
-
- toString() -
Method in class javax.management.MBeanException
- Returns a string representation of this exception.
- toString() -
Method in class javax.management.MBeanFeatureInfo
-
- toString() -
Method in class javax.management.MBeanInfo
-
- toString() -
Method in class javax.management.MBeanNotificationInfo
-
- toString() -
Method in class javax.management.MBeanOperationInfo
-
- toString() -
Method in class javax.management.MBeanParameterInfo
-
- toString() -
Method in class javax.management.MBeanServerNotification
-
- toString() -
Method in class javax.management.MBeanServerPermission
-
- toString() -
Method in class javax.management.Notification
-
- toString() -
Method in class javax.management.NotificationFilterSupport
-
- toString() -
Method in class javax.management.ObjectInstance
-
- toString() -
Method in class javax.management.ObjectName
-
- toString() -
Method in class javax.management.ReflectionException
- Returns a string representation of this exception.
- toString() -
Method in class javax.management.RuntimeErrorException
- Returns a string representation of this exception.
- toString() -
Method in class javax.management.RuntimeMBeanException
- Returns a string representation of this exception.
- toString() -
Method in class javax.management.RuntimeOperationsException
- Returns a string representation of this exception.
- toString() -
Method in class javax.management.StringValueExp
-
- 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.
- toString() -
Method in class javax.management.monitor.Monitor
-
- toString() -
Method in class javax.management.monitor.MonitorNotification
-
- toString() -
Method in class javax.management.openmbean.ArrayType
-
- toString() -
Method in interface javax.management.openmbean.CompositeData
- A string representation of the open mbean operation info.
- toString() -
Method in class javax.management.openmbean.CompositeDataSupport
- Returns a string representation of this CompositeDataSupport instance.
- toString() -
Method in class javax.management.openmbean.CompositeType
-
- toString() -
Method in interface javax.management.openmbean.OpenMBeanAttributeInfo
- A string representation of the open mbean parameter info.
- toString() -
Method in class javax.management.openmbean.OpenMBeanAttributeInfoSupport
-
- toString() -
Method in interface javax.management.openmbean.OpenMBeanConstructorInfo
- A string representation of the open mbean constructor info.
- toString() -
Method in class javax.management.openmbean.OpenMBeanConstructorInfoSupport
-
- toString() -
Method in interface javax.management.openmbean.OpenMBeanInfo
- A string representation of the open mbean info.
- toString() -
Method in class javax.management.openmbean.OpenMBeanInfoSupport
-
- toString() -
Method in interface javax.management.openmbean.OpenMBeanOperationInfo
- A string representation of the open mbean operation info.
- toString() -
Method in class javax.management.openmbean.OpenMBeanOperationInfoSupport
-
- toString() -
Method in interface javax.management.openmbean.OpenMBeanParameterInfo
- A string representation of the open mbean parameter info.
- toString() -
Method in class javax.management.openmbean.OpenMBeanParameterInfoSupport
-
- toString() -
Method in class javax.management.openmbean.OpenType
- Retrieve a string representation of this open type
- toString() -
Method in class javax.management.openmbean.SimpleType
-
- toString() -
Method in interface javax.management.openmbean.TabularData
- A string representation of the open mbean operation info.
- toString() -
Method in class javax.management.openmbean.TabularDataSupport
-
- toString() -
Method in class javax.management.openmbean.TabularType
-
- toString() -
Method in class javax.management.relation.MBeanServerNotificationFilter
-
- toString() -
Method in class javax.management.relation.Role
- Formats the role for output.
- toString() -
Method in class javax.management.relation.RoleInfo
- Retrieve a string description of the role info.
- toString() -
Method in class javax.management.relation.RoleResult
-
- toString() -
Method in class javax.management.relation.RoleUnresolved
- Formats the unresolved role for output.
- toString() -
Method in class javax.management.timer.TimerNotification
-
- toString() -
Method in class org.jboss.mx.interceptor.AbstractInterceptor
- Returns a string representation of this interceptor instance.
- toString() -
Method in class org.jboss.mx.interceptor.AbstractSharedInterceptor
- Returns a string representation of this interceptor instance.
- toString() -
Method in class org.jboss.mx.loading.ClassLoadingTask
-
- toString() -
Method in class org.jboss.mx.loading.LoadMgr3.PkgClassLoader
-
- toString() -
Method in class org.jboss.mx.loading.LoaderRepositoryFactory.LoaderRepositoryConfig
-
- toString() -
Method in class org.jboss.mx.loading.RepositoryClassLoader
- Returns a string representation.
- toString() -
Method in class org.jboss.mx.loading.UnifiedClassLoader3
- Retruns a string representaion of this UCL.
- toString() -
Method in class org.jboss.mx.notification.DefaultListenerRegistration
-
- toString() -
Method in class org.jboss.mx.server.AbstractMBeanInvoker.OperationKey
-
- toString() -
Method in class org.jboss.mx.server.Invocation
-
- toString() -
Method in class org.jboss.mx.util.JMXInvocationHandler
-
- toString() -
Method in class org.jboss.mx.util.MBeanProxyExt
- avoid the default printout, e.g.
- toString() -
Method in class org.jboss.mx.util.ObservedObject
-
- toString() -
Method in class org.jboss.mx.util.TimeFormat
- print out the time format in a string representation
- toXMLString() -
Method in class javax.management.modelmbean.DescriptorSupport
- Returns an XML String representing the descriptor.
- trace -
Variable in class org.jboss.mx.loading.ClassLoadingTask
- The Logger trace level flag
- translator -
Variable in class org.jboss.mx.loading.LoaderRepository
-
- typeMBean(MBeanServer, ObjectName, Class) -
Static method in class org.jboss.mx.util.MBeanTyper
- create a typed object from an mbean
U
- UNIFIED_LOADER_REPOSITORY_CLASS -
Static variable in interface org.jboss.mx.server.ServerConstants
-
- UNKNOWN -
Static variable in class javax.management.MBeanOperationInfo
- Management operation impact: UNKNOWN.
- UNREGISTRATION_NOTIFICATION -
Static variable in class javax.management.MBeanServerNotification
- Notification type sent at MBean registration
- UnifiedClassLoader - class org.jboss.mx.loading.UnifiedClassLoader.
- A ClassLoader which loads classes from a single URL in conjunction with
the
LoaderRepository
. - UnifiedClassLoader(URL) -
Constructor for class org.jboss.mx.loading.UnifiedClassLoader
- Construct a UnifiedClassLoader without registering it to the
classloader repository.
- UnifiedClassLoader(URL, URL) -
Constructor for class org.jboss.mx.loading.UnifiedClassLoader
- Construct a UnifiedClassLoader without registering it to the
classloader repository.
- UnifiedClassLoader(URL, URL, ClassLoader) -
Constructor for class org.jboss.mx.loading.UnifiedClassLoader
- Construct a UnifiedClassLoader without registering with the
classloader repository.
- UnifiedClassLoader(URL, LoaderRepository) -
Constructor for class org.jboss.mx.loading.UnifiedClassLoader
- Construct a UnifiedClassLoader and registers it to the given
repository.
- UnifiedClassLoader(URL, URL, LoaderRepository) -
Constructor for class org.jboss.mx.loading.UnifiedClassLoader
- Construct a UnifiedClassLoader and registers it to the given
repository.
- UnifiedClassLoader(URL, MBeanServer, ObjectName) -
Constructor for class org.jboss.mx.loading.UnifiedClassLoader
- UnifiedClassLoader constructor that can be used to
register with a particular Loader Repository identified by ObjectName.
- UnifiedClassLoader(URL, URL, MBeanServer, ObjectName) -
Constructor for class org.jboss.mx.loading.UnifiedClassLoader
- UnifiedClassLoader constructor that can be used to
register with a particular Loader Repository identified by ObjectName.
- UnifiedClassLoader3 - class org.jboss.mx.loading.UnifiedClassLoader3.
- An extension of UnifiedClassLoader that manages a thread based loading
strategy to work around the locking problems associated with the VM
initiated locking due to the synchronized loadClassInternal method of
ClassLoader which cannot be overriden.
- UnifiedClassLoader3(URL) -
Constructor for class org.jboss.mx.loading.UnifiedClassLoader3
- Construct a UnifiedClassLoader without registering it to the
classloader repository.
- UnifiedClassLoader3(URL, URL) -
Constructor for class org.jboss.mx.loading.UnifiedClassLoader3
- Construct a UnifiedClassLoader without registering it to the
classloader repository.
- UnifiedClassLoader3(URL, URL, LoaderRepository) -
Constructor for class org.jboss.mx.loading.UnifiedClassLoader3
- Construct a UnifiedClassLoader and associate it with the given
repository.
- UnifiedClassLoader3(URL, URL, ClassLoader, LoaderRepository) -
Constructor for class org.jboss.mx.loading.UnifiedClassLoader3
- Construct a UnifiedClassLoader and associate it with the given
repository.
- UnifiedClassLoader3MBean - interface org.jboss.mx.loading.UnifiedClassLoader3MBean.
- Just a tagging interface to make the UnifiedClassLoader so it can be
used as a loader in other MBean creation via MBeanServer.createMBean.
- UnifiedClassLoaderMBean - interface org.jboss.mx.loading.UnifiedClassLoaderMBean.
- Just a tagging interface to make the UnifiedClassLoader so it can be
used as a loader in other MBean creation via MBeanServer.createMBean.
- UnifiedLoaderRepository3 - class org.jboss.mx.loading.UnifiedLoaderRepository3.
- A repository of class loaders that form a flat namespace of classes
and resources.
- UnifiedLoaderRepository3() -
Constructor for class org.jboss.mx.loading.UnifiedLoaderRepository3
-
- UnifiedLoaderRepository3MBean - interface org.jboss.mx.loading.UnifiedLoaderRepository3MBean.
- The UnifiedLoaderRepository3 (ULR) management interface
- UnifiedLoaderRepositoryMBean - interface org.jboss.mx.loading.UnifiedLoaderRepositoryMBean.
- UnifiedLoaderRepositoryMBean.java
Created: Sun Apr 14 13:04:04 2002
- ucl -
Variable in class org.jboss.mx.loading.LoadMgr3.PkgClassLoader
-
- unquote(String) -
Static method in class javax.management.ObjectName
- Unquotes a string, unquote(quote(s)).equals(s) is always true.
- unregister() -
Method in class org.jboss.mx.loading.RepositoryClassLoader
-
- unregister() -
Method in class org.jboss.mx.loading.UnifiedClassLoader
-
- unregisterMBean(ObjectName) -
Method in interface javax.management.MBeanServer
- Unregisters an mbean.
- unregisterMBean(ObjectName) -
Method in interface javax.management.MBeanServerConnection
- Unregisters an mbean.
- unregisterMBean(ObjectName) -
Method in class org.jboss.mx.server.MBeanServerImpl
-
- unregisterMBean(ObjectName) -
Method in class org.jboss.mx.server.registry.BasicMBeanRegistry
-
- unregisterMBean(ObjectName) -
Method in interface org.jboss.mx.server.registry.MBeanRegistry
- Unregister an mbean.
- unregistrationNotificationSequence -
Variable in class org.jboss.mx.server.registry.BasicMBeanRegistry
- Sequence number for the MBean server unregistration notifications.
- updateAttributeInfo(Descriptor) -
Method in class org.jboss.mx.server.AbstractMBeanInvoker
-
- updateAttributeInfo(Descriptor) -
Method in interface org.jboss.mx.server.MBeanInvoker
-
- updateClassNamesMap(RepositoryClassLoader, Map) -
Static method in class org.jboss.mx.loading.ClassLoaderUtils
- Given a UCL this method determine what classes it contains
and create a mapping from the class names to the cl.
- updateClassNamesMap(RepositoryClassLoader, Map, URL, String[]) -
Static method in class org.jboss.mx.loading.ClassLoaderUtils
- Augment the class names associated with a UCL.
- updateMBean(MBeanElement) -
Method in class org.jboss.mx.util.MBeanInstaller
-
- updatePackageMap(RepositoryClassLoader, Map) -
Static method in class org.jboss.mx.loading.ClassLoaderUtils
- Given a UCL this method determine what packages
it contains and create a mapping from the package names to the cl.
- updatePackageMap(RepositoryClassLoader, Map, URL, String[]) -
Static method in class org.jboss.mx.loading.ClassLoaderUtils
- Augment the package name associated with a UCL.
- updateRoleMap(String, Role, List) -
Method in class javax.management.relation.RelationService
-
- updateRoleMap(String, Role, List) -
Method in interface javax.management.relation.RelationServiceMBean
- Handles the update of the relation service role map when a role
is changed.
- url -
Variable in class org.jboss.mx.loading.UnifiedClassLoader
- One URL per ClassLoader in our case
V
- V1R0 -
Static variable in class org.jboss.mx.util.Serialization
- The serialization for the 1.0 specified in the spec 1.1
- VERSIONS -
Static variable in class org.jboss.mx.util.MBeanInstaller
-
- VISIBILITY -
Static variable in interface org.jboss.mx.modelmbean.ModelMBeanConstants
-
- VOID -
Static variable in class javax.management.openmbean.SimpleType
- The simple type for java.lang.Void
- VOID_TYPE_NAME -
Static variable in class org.jboss.mx.util.MetaDataUtil
-
- ValueExp - interface javax.management.ValueExp.
- A value expression.
- val -
Variable in class org.jboss.mx.metadata.AttributeOperationResolver.Node
-
- validateAndQualifyName(ObjectName, String) -
Method in class org.jboss.mx.server.registry.BasicMBeanRegistry
- Validates and qualifies an MBean
- value(boolean) -
Static method in class javax.management.Query
- Create a boolean value expression for use in a Query.
- value(double) -
Static method in class javax.management.Query
- Create a double value expression for use in a Query.
- value(float) -
Static method in class javax.management.Query
- Create a float value expression for use in a Query.
- value(int) -
Static method in class javax.management.Query
- Create an integer value expression for use in a Query.
- value(long) -
Static method in class javax.management.Query
- Create a long value expression for use in a Query.
- value(Number) -
Static method in class javax.management.Query
- Create a number value expression for use in a Query.
- value(String) -
Static method in class javax.management.Query
- Create a string value expression for use in a Query.
- valueOf(long, int) -
Static method in class org.jboss.mx.util.TimeFormat
- return a string formatted version of time
t
rounding to round
- valueOf(long) -
Static method in class org.jboss.mx.util.TimeFormat
- return a string formatted version of time
t
rounding to round
- values() -
Method in interface javax.management.openmbean.CompositeData
- The values of this composite data
- values() -
Method in class javax.management.openmbean.CompositeDataSupport
-
- values() -
Method in interface javax.management.openmbean.TabularData
- Returns a set view of the row values.
- values() -
Method in class javax.management.openmbean.TabularDataSupport
-
- version -
Static variable in class org.jboss.mx.util.Serialization
- The serialization version to use
W
- WAIT_ON_EVENT -
Static variable in class org.jboss.mx.loading.ClassLoadingTask
-
- writeExternal(ObjectOutput) -
Method in class javax.management.loading.MLet
- This implementation does not support externalizing an MLet.
X
- XMBEAN_DESCRIPTOR_PREFIX -
Static variable in interface org.jboss.mx.modelmbean.XMBeanConstants
- Descriptor field naming prefix for
XMBean
configuration.
- XMBean - class org.jboss.mx.modelmbean.XMBean.
- XMBean implementation.
- XMBean() -
Constructor for class org.jboss.mx.modelmbean.XMBean
- Default constructor for the XMBean Model MBean implementation.
- XMBean(ModelMBeanInfo) -
Constructor for class org.jboss.mx.modelmbean.XMBean
- Creates an XMBean Model MBean implementation with a predefined JMX
metadata.
- XMBean(Object, String) -
Constructor for class org.jboss.mx.modelmbean.XMBean
- Creates a XMBean instance with a given resource object and resource type.
- XMBean(Object, URL) -
Constructor for class org.jboss.mx.modelmbean.XMBean
-
- XMBean(Descriptor) -
Constructor for class org.jboss.mx.modelmbean.XMBean
-
- XMBean(Object, Element, String) -
Constructor for class org.jboss.mx.modelmbean.XMBean
-
- XMBean(Object, Element, String) -
Constructor for class org.jboss.mx.modelmbean.XMBean
-
- XMBeanConstants - interface org.jboss.mx.modelmbean.XMBeanConstants.
- Constraint definitions for the
XMBean
implementation. - XMBeanEntityResolver - class org.jboss.mx.metadata.XMBeanEntityResolver.
- XMBeanEntityResolver.java
Created: Sun Sep 1 20:54:10 2002
- XMBeanEntityResolver() -
Constructor for class org.jboss.mx.metadata.XMBeanEntityResolver
-
- XMLMetaData - class org.jboss.mx.metadata.XMLMetaData.
- Aggregate builder for XML schemas.
- XMLMetaData(String, String, URL) -
Constructor for class org.jboss.mx.metadata.XMLMetaData
- Constructs an aggregate XML builder implementation.
- XMLMetaData(String, String, String) -
Constructor for class org.jboss.mx.metadata.XMLMetaData
- Constructs an aggregate XML builder implementation.
- XMLMetaData(String, String, URL, Map) -
Constructor for class org.jboss.mx.metadata.XMLMetaData
- Constructs an aggregate XML builder implementation.
- XMLMetaData(String, String, String, Map) -
Constructor for class org.jboss.mx.metadata.XMLMetaData
- Constructs an aggregate XML builder implementation.
- XMLMetaData(String, String, Element, String) -
Constructor for class org.jboss.mx.metadata.XMLMetaData
- Creates a new
XMLMetaData
instance using an explicit DOM element
as the configuration source, and requiring an explicit version indicator.
- 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
-
- XML_VALIDATION -
Static variable in interface org.jboss.mx.modelmbean.XMBeanConstants
- XML metadata descriptor field name.
A B C D E F G H I J K L M N O P Q R S T U V W X
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.