Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Javax.management Classes and Interfaces - 216 results found.
NameDescriptionTypePackageFramework
ArrayTypeThe ArrayType class is the open type class whose instances describe all open data values which are n-dimensional arrays of open data values.Classjavax.management.openmbeanJava SE
AttributeRepresents an MBean attribute by associating its name with its value.Classjavax.managementJava SE
AttributeChangeNotificationProvides definitions of the attribute change notifications sent by MBeans.Classjavax.managementJava SE
AttributeChangeNotificationFilterThis class implements of the NotificationFilter interface for the attribute change notification.Classjavax.managementJava SE
AttributeListRepresents a list of values for attributes of an MBean.Classjavax.managementJava SE
AttributeNotFoundExceptionThe specified attribute does not exist or cannot be retrieved.Classjavax.managementJava SE
AttributeValueExpRepresents attributes used as arguments to relational constraints.Classjavax.managementJava SE
BadAttributeValueExpExceptionThrown when an invalid MBean attribute is passed to a query constructing method.Classjavax.managementJava SE
BadBinaryOpValueExpExceptionThrown when an invalid expression is passed to a method for constructing a query.Classjavax.managementJava SE
BadStringOperationExceptionThrown when an invalid string operation is passed to a method for constructing a query.Classjavax.managementJava SE
CompositeDataInvocationHandlerAn InvocationHandler that forwards getter methods to a CompositeData.Classjavax.management.openmbeanJava SE
CompositeDataSupportThe CompositeDataSupport class is the open data class which implements the CompositeData interface.Classjavax.management.openmbeanJava SE
CompositeTypeThe CompositeType class is the open type class whose instances describe the types of CompositeData values.Classjavax.management.openmbeanJava SE
CounterMonitorDefines a monitor MBean designed to observe the values of a counter A counter monitor sends a thresholdClassjavax.management.monitorJava SE
ClassLoaderRepositoryInstances of this interface are used to keep the list of ClassLoaders registered in an MBean Server.Interfacejavax.management.loadingJava SE
CompositeDataThe CompositeData interface specifies the behavior of a specific type of complex open data objectsInterfacejavax.management.openmbeanJava SE
CompositeDataViewA Java class can implement this interface to indicate how it is to be converted into a CompositeData by the MXBean framework.Interfacejavax.management.openmbeanJava SE
CounterMonitorMBeanExposes the remote management interface of the counter monitor MBean.Interfacejavax.management.monitorJava SE
ConstructorParameters An annotation on a constructor that shows how the parameters of that constructor correspond to the constructed object's getterClassjavax.managementJava SE
DefaultLoaderRepositoryKeeps the list of Class Loaders registered in the MBean Server.Classjavax.managementJava SE
DefaultLoaderRepositoryKeeps the list of Class Loaders registered in the MBean Server.Classjavax.management.loadingJava SE
DescriptorSupportThis class represents the metadata set for a ModelMBean element.Classjavax.management.modelmbeanJava SE
DescriptorAdditional metadata for a JMX element.Interfacejavax.managementJava SE
DescriptorAccessThis interface is used to gain access to descriptors of the Descriptor class which are associated with a JMX component, i.Interfacejavax.managementJava SE
DescriptorReadInterface to read the Descriptor of a management interface element such as an MBeanInfo.Interfacejavax.managementJava SE
DynamicMBeanDefines the methods that should be implemented by a Dynamic MBean (MBean that exposes a dynamic management interface).Interfacejavax.managementJava SE
DescriptorKeyMeta-annotation that describes how an annotation element relates to a field in a Descriptor.Classjavax.managementJava SE
GaugeMonitorDefines a monitor MBean designed to observe the values of a gauge attribute.Classjavax.management.monitorJava SE
GaugeMonitorMBeanExposes the remote management interface of the gauge monitor MBean.Interfacejavax.management.monitorJava SE
ImmutableDescriptorAn immutable descriptor.Classjavax.managementJava SE
InstanceAlreadyExistsExceptionThe MBean is already registered in the repository.Classjavax.managementJava SE
InstanceNotFoundExceptionThe specified MBean does not exist in the repository.Classjavax.managementJava SE
IntrospectionExceptionAn exception occurred during the introspection of an MBean.Classjavax.managementJava SE
InvalidApplicationExceptionThrown when an attempt is made to apply either of the following: A subquery expression to an MBean or a qualified attribute expressionClassjavax.managementJava SE
InvalidAttributeValueExceptionThe value specified is not valid for the attribute.Classjavax.managementJava SE
InvalidKeyExceptionThis runtime exception is thrown to indicate that a method parameter which was expected to be an item name of a composite data or a row index of a tabular data is not valid.Classjavax.management.openmbeanJava SE
InvalidOpenTypeExceptionThis runtime exception is thrown to indicate that the open type of an open data value is not the one expected.Classjavax.management.openmbeanJava SE
InvalidRelationIdExceptionThis exception is raised when relation id provided for a relation is alreadySince:1.Classjavax.management.relationJava SE
InvalidRelationServiceExceptionThis exception is raised when an invalid Relation Service is provided.Classjavax.management.relationJava SE
InvalidRelationTypeExceptionInvalid relation type.Classjavax.management.relationJava SE
InvalidRoleInfoExceptionThis exception is raised when, in a role info, its minimum degree is greater than its maximum degree.Classjavax.management.relationJava SE
InvalidRoleValueExceptionRole value is invalid.Classjavax.management.relationJava SE
InvalidTargetObjectTypeExceptionException thrown when an invalid target object type is specified.Classjavax.management.modelmbeanJava SE
JMExceptionExceptions thrown by JMX implementations.Classjavax.managementJava SE
JMRuntimeExceptionRuntime exceptions emitted by JMX implementations.Classjavax.managementJava SE
JMXStatic methods from the JMX API.Classjavax.managementJava SE
JMXConnectionNotificationNotification emitted when a client connection is opened or closed or when notifications are lost.Classjavax.management.remoteJava SE
JMXConnectorFactoryFactory to create JMX API connector clients.Classjavax.management.remoteJava SE
JMXConnectorServerSuperclass of every connector server.Classjavax.management.remoteJava SE
JMXConnectorServerFactoryFactory to create JMX API connector servers.Classjavax.management.remoteJava SE
JMXPrincipalThe identity of a remote client of the JMX Remote API.Classjavax.management.remoteJava SE
JMXProviderExceptionException thrown by JMXConnectorFactory and JMXConnectorServerFactory when a provider exists forClassjavax.management.remoteJava SE
JMXServerErrorExceptionException thrown as the result of a remote MBeanServer method invocation when an Error is thrown whileClassjavax.management.remoteJava SE
JMXServiceURLThe address of a JMX API connector server.Classjavax.management.remoteJava SE
JMXAddressable All JMXConnectorServer objects implement this interface.Interfacejavax.management.remoteJava SE
JMXAuthenticatorInterface to define how remote credentials are converted into a JAAS Subject.Interfacejavax.management.remoteJava SE
JMXConnectorThe client end of a JMX API connector.Interfacejavax.management.remoteJava SE
JMXConnectorProviderA provider for creating JMX API connector clients using a given protocol.Interfacejavax.management.remoteJava SE
JMXConnectorServerMBeanMBean interface for connector servers.Interfacejavax.management.remoteJava SE
JMXConnectorServerProviderA provider for creating JMX API connector servers using a given protocol.Interfacejavax.management.remoteJava SE
KeyAlreadyExistsExceptionThis runtime exception is thrown to indicate that the index of a row to be added to a tabular data instance is already used to refer to another row in this tabular data instance.Classjavax.management.openmbeanJava SE
ListenerNotFoundExceptionThe specified MBean listener does not exist in the repository.Classjavax.managementJava SE
MalformedObjectNameExceptionThe format of the string does not correspond to a valid ObjectName.Classjavax.managementJava SE
MBeanAttributeInfoDescribes an MBean attribute exposed for management.Classjavax.managementJava SE
MBeanConstructorInfoDescribes a constructor exposed by an MBean.Classjavax.managementJava SE
MBeanExceptionRepresents user defined exceptions thrown by MBean methods in the agent.Classjavax.managementJava SE
MBeanFeatureInfoProvides general information for an MBean descriptor object.Classjavax.managementJava SE
MBeanInfoDescribes the management interface exposed by an MBean; that is, the set of attributes and operations which are available forClassjavax.managementJava SE
MBeanNotificationInfoThe MBeanNotificationInfo class is used to describe the characteristics of the different notification instancesClassjavax.managementJava SE
MBeanOperationInfoDescribes a management operation exposed by an MBean.Classjavax.managementJava SE
MBeanParameterInfoDescribes an argument of an operation exposed by an MBean.Classjavax.managementJava SE
MBeanPermissionPermission controlling access to MBeanServer operations.Classjavax.managementJava SE
MBeanRegistrationExceptionWraps exceptions thrown by the preRegister(), preDeregister() methods of the MBeanRegistration interface.Classjavax.managementJava SE
MBeanServerBuilderThis class represents a builder that creates a default MBeanServer implementation.Classjavax.managementJava SE
MBeanServerDelegateRepresents the MBean server from the management point of view.Classjavax.managementJava SE
MBeanServerFactoryProvides MBean server references.Classjavax.managementJava SE
MBeanServerInvocationHandlerInvocationHandler that forwards methods in an MBean's management interface through the MBean server to the MBean.Classjavax.managementJava SE
MBeanServerNotificationRepresents a notification emitted by the MBean Server through the MBeanServerDelegate MBean.Classjavax.managementJava SE
MBeanServerNotificationFilterFilter for MBeanServerNotification.Classjavax.management.relationJava SE
MBeanServerPermissionA Permission to perform actions related to MBeanServers.Classjavax.managementJava SE
MBeanTrustPermissionThis permission represents trust in a signer or codebase.Classjavax.managementJava SE
MLetAllows you to instantiate and register one or several MBeans in the MBean server coming from a remote URL.Classjavax.management.loadingJava SE
MLetContentThis class represents the contents of the MLET tag.Classjavax.management.loadingJava SE
ModelMBeanAttributeInfoThe ModelMBeanAttributeInfo object describes an attribute of the ModelMBean.Classjavax.management.modelmbeanJava SE
ModelMBeanConstructorInfoThe ModelMBeanConstructorInfo object describes a constructor of the ModelMBean.Classjavax.management.modelmbeanJava SE
ModelMBeanInfoSupportThis class represents the meta data for ModelMBeans.Classjavax.management.modelmbeanJava SE
ModelMBeanNotificationInfoThe ModelMBeanNotificationInfo object describes a notification emitted It is a subclass of MBeanNotificationInfo with the addition of anClassjavax.management.modelmbeanJava SE
ModelMBeanOperationInfoThe ModelMBeanOperationInfo object describes a management operation of the ModelMBean.Classjavax.management.modelmbeanJava SE
MonitorDefines the part common to all monitor MBeans.Classjavax.management.monitorJava SE
MonitorNotificationProvides definitions of the notifications sent by monitor MBeans.Classjavax.management.monitorJava SE
MonitorSettingExceptionException thrown by the monitor when a monitor setting becomes invalid while the monitor is running.Classjavax.management.monitorJava SE
MBeanRegistrationCan be implemented by an MBean in order to carry out operations before and after being registered or unregistered fromInterfacejavax.managementJava SE
MBeanServerThis is the interface for MBean manipulation on the agent side.Interfacejavax.managementJava SE
MBeanServerConnectionThis interface represents a way to talk to an MBean server, whether local or remote.Interfacejavax.managementJava SE
MBeanServerDelegateMBeanDefines the management interface of an object of class MBeanServerDelegate.Interfacejavax.managementJava SE
MBeanServerForwarderAn object of this class implements the MBeanServer interface and wraps another object that also implements that interface.Interfacejavax.management.remoteJava SE
MLetMBeanExposes the remote management interface of the MLetAppends the specified URL to the list of URLs to search for classes andInterfacejavax.management.loadingJava SE
ModelMBeanThis interface must be implemented by the ModelMBeans.Interfacejavax.management.modelmbeanJava SE
ModelMBeanInfoThis interface is implemented by the ModelMBeanInfo for every ModelMBean.Interfacejavax.management.modelmbeanJava SE
ModelMBeanNotificationBroadcasterThis interface must be implemented by the ModelMBeans.Interfacejavax.management.modelmbeanJava SE
MonitorMBeanExposes the remote management interface of monitor MBeans.Interfacejavax.management.monitorJava SE
MXBeanAnnotation to mark an interface explicitly as being an MXBean interface, or as not being an MXBean interface.Classjavax.managementJava SE
NotCompliantMBeanExceptionException which occurs when trying to register an object in the MBean server that is not a JMX compliant MBean.Classjavax.managementJava SE
NotificationThe Notification class represents a notification emitted by an MBean.Classjavax.managementJava SE
NotificationBroadcasterSupportProvides an implementation of NotificationEmitter interface.Classjavax.managementJava SE
NotificationFilterSupportProvides an implementation of the NotificationFilter interface.Classjavax.managementJava SE
NotificationResultResult of a query for buffered notifications.Classjavax.management.remoteJava SE
NotificationBroadcasterInterface implemented by an MBean that emits Notifications.Interfacejavax.managementJava SE
NotificationEmitterInterface implemented by an MBean that emits Notifications.Interfacejavax.managementJava SE
NotificationFilterTo be implemented by a any class acting as a notification filter.Interfacejavax.managementJava SE
NotificationListenerShould be implemented by an object that wants to receive notifications.Interfacejavax.managementJava SE
ObjectInstanceUsed to represent the object name of an MBean and its class name.Classjavax.managementJava SE
ObjectNameRepresents the object name of an MBean, or a pattern that can match the names of several MBeans.Classjavax.managementJava SE
OpenDataExceptionThis checked exception is thrown when an open type, an open data or an open MBean metadata info instance could not be constructed because one or more validity constraints were not met.Classjavax.management.openmbeanJava SE
OpenMBeanAttributeInfoSupportDescribes an attribute of an open MBean.Classjavax.management.openmbeanJava SE
OpenMBeanConstructorInfoSupportDescribes a constructor of an Open MBean.Classjavax.management.openmbeanJava SE
OpenMBeanInfoSupportThe OpenMBeanInfoSupport class describes the management information of an open MBean: it is a subclass of MBeanInfo, and it implements the OpenMBeanInfo interface.Classjavax.management.openmbeanJava SE
OpenMBeanOperationInfoSupportDescribes an operation of an Open MBean.Classjavax.management.openmbeanJava SE
OpenMBeanParameterInfoSupportDescribes a parameter used in one or more operations or constructors of an open MBean.Classjavax.management.openmbeanJava SE
OpenTypeThe OpenType class is the parent abstract class of all classes which describe the actual open type of open data values.Classjavax.management.openmbeanJava SE
OperationsExceptionRepresents exceptions thrown in the MBean server when performing operationsSince:1.Classjavax.managementJava SE
OpenMBeanAttributeInfoDescribes an attribute of an open MBean.Interfacejavax.management.openmbeanJava SE
OpenMBeanConstructorInfoDescribes a constructor of an Open MBean.Interfacejavax.management.openmbeanJava SE
OpenMBeanInfoDescribes an Open MBean: an Open MBean is recognized as such if its getMBeanInfo() method returns an instance of a class whichInterfacejavax.management.openmbeanJava SE
OpenMBeanOperationInfoDescribes an operation of an Open MBean.Interfacejavax.management.openmbeanJava SE
OpenMBeanParameterInfoDescribes a parameter used in one or more operations or constructors of an open MBean.Interfacejavax.management.openmbeanJava SE
PrivateMLetAn MLet that is not added to the ClassLoaderRepository.Classjavax.management.loadingJava SE
PersistentMBeanThis class is the interface to be implemented by MBeans that are meant to be persistent.Interfacejavax.managementJava SE
PrivateClassLoaderMarker interface indicating that a ClassLoader should not be added to the ClassLoaderRepository.Interfacejavax.management.loadingJava SE
QueryConstructs query object constraints.Classjavax.managementJava SE
QueryEvalAllows a query to be performed in the context of a specific MBean server.Classjavax.managementJava SE
QueryExpRepresents relational constraints similar to database query where clauses.Interfacejavax.managementJava SE
ReflectionExceptionRepresents exceptions thrown in the MBean server when using the java.Classjavax.managementJava SE
RelationExceptionThis class is the superclass of any exception which can be raised during relation management.Classjavax.management.relationJava SE
RelationNotFoundExceptionThis exception is raised when there is no relation for a given relation id in a Relation Service.Classjavax.management.relationJava SE
RelationNotificationA notification of a change in the Relation Service.Classjavax.management.relationJava SE
RelationServiceThe Relation Service is in charge of creating and deleting relation types and relations, of handling the consistency and of providing queryClassjavax.management.relationJava SE
RelationServiceNotRegisteredExceptionThis exception is raised when an access is done to the Relation Service and that one is not registered.Classjavax.management.relationJava SE
RelationSupportA RelationSupport object is used internally by the Relation Service to represent simple relations (only roles, no properties or methods), with anClassjavax.management.relationJava SE
RelationTypeNotFoundExceptionThis exception is raised when there is no relation type with given name inSince:1.Classjavax.management.relationJava SE
RelationTypeSupportA RelationTypeSupport object implements the RelationType interface.Classjavax.management.relationJava SE
RequiredModelMBeanThis class is the implementation of a ModelMBean.Classjavax.management.modelmbeanJava SE
RMIConnectionImpl code will not usually reference this class.Classjavax.management.remote.rmiJava SE
RMIConnectorA connection to a remote RMI connector.Classjavax.management.remote.rmiJava SE
RMIConnectorServerA JMX API connector server that creates RMI-based connections from remote clients.Classjavax.management.remote.rmiJava SE
RMIIIOPServerImplAn RMIServerImpl that is exported through IIOP and that creates client connections as RMI objects exported through IIOP.Classjavax.management.remote.rmiJava SE
RMIJRMPServerImplAn RMIServer object that is exported through JRMP and that creates client connections as RMI objects exported through JRMP.Classjavax.management.remote.rmiJava SE
RMIServerImplAn RMI object representing a connector server.Classjavax.management.remote.rmiJava SE
RoleRepresents a role: includes a role name and referenced MBeans (via their ObjectNames).Classjavax.management.relationJava SE
RoleInfoA RoleInfo object summarises a role in a relation type.Classjavax.management.relationJava SE
RoleInfoNotFoundExceptionThis exception is raised when there is no role info with given name in a given relation type.Classjavax.management.relationJava SE
RoleListA RoleList represents a list of roles (Role objects).Classjavax.management.relationJava SE
RoleNotFoundExceptionThis exception is raised when a role in a relation does not exist, or is not readable, or is not settable.Classjavax.management.relationJava SE
RoleResultRepresents the result of a multiple access to several roles of a relation (either for reading or writing).Classjavax.management.relationJava SE
RoleStatusClassjavax.management.relationJava SE
RoleUnresolvedRepresents an unresolved role: a role not retrieved from a relation due to a problem.Classjavax.management.relationJava SE
RoleUnresolvedListA RoleUnresolvedList represents a list of RoleUnresolved objects, representing roles not retrieved from a relation due to a problemClassjavax.management.relationJava SE
RuntimeErrorExceptionWhen a java.Classjavax.managementJava SE
RuntimeMBeanExceptionRepresents runtime exceptions thrown by MBean methods in the agent.Classjavax.managementJava SE
RuntimeOperationsExceptionRepresents runtime exceptions thrown in the agent when performing operations on MBeans.Classjavax.managementJava SE
RelationThis interface has to be implemented by any MBean class expected to represent a relation managed using the Relation Service.Interfacejavax.management.relationJava SE
RelationServiceMBeanThe Relation Service is in charge of creating and deleting relation types and relations, of handling the consistency and of providing queryInterfacejavax.management.relationJava SE
RelationSupportMBeanA RelationSupport object is used internally by the Relation Service to represent simple relations (only roles, no properties or methods), with anInterfacejavax.management.relationJava SE
RelationTypeThe RelationType interface has to be implemented by any class expected to represent a relation type.Interfacejavax.management.relationJava SE
RMIConnectionRMI object used to forward an MBeanServer request from a client to its MBeanServer implementation on the server side.Interfacejavax.management.remote.rmiJava SE
RMIServerRMI object used to establish connections to an RMI connector.Interfacejavax.management.remote.rmiJava SE
ServiceNotFoundExceptionRepresents exceptions raised when a requested service is not supported.Classjavax.managementJava SE
SimpleTypeThe SimpleType class is the open type class whose instances describe all open data values which are neither arrays,Classjavax.management.openmbeanJava SE
StandardEmitterMBeanAn MBean whose management interface is determined by reflection on a Java interface, and that emits notifications.Classjavax.managementJava SE
StandardMBeanAn MBean whose management interface is determined by reflection on a Java interface.Classjavax.managementJava SE
StringMonitorDefines a monitor MBean designed to observe the values of a string A string monitor sends notifications as follows:Classjavax.management.monitorJava SE
StringValueExpRepresents strings that are arguments to relational constraints.Classjavax.managementJava SE
SubjectDelegationPermissionPermission required by an authentication identity to perform operations on behalf of an authorization identity.Classjavax.management.remoteJava SE
StringMonitorMBeanExposes the remote management interface of the string monitor MBean.Interfacejavax.management.monitorJava SE
TabularDataSupportThe TabularDataSupport class is the open data class which implements the TabularDataClassjavax.management.openmbeanJava SE
TabularTypeThe TabularType class is the open type class whose instances describe the types of TabularData values.Classjavax.management.openmbeanJava SE
TargetedNotificationA (Notification, Listener ID) pair.Classjavax.management.remoteJava SE
TimerProvides the implementation of the timer MBean.Classjavax.management.timerJava SE
TimerNotificationThis class provides definitions of the notifications sent by timer MBeans.Classjavax.management.timerJava SE
TabularDataThe TabularData interface specifies the behavior of a specific type of complex open data objects which represent tabular data structures.Interfacejavax.management.openmbeanJava SE
TimerMBeanExposes the management interface of the timer MBean.Interfacejavax.management.timerJava SE
ValueExpRepresents values that can be passed as arguments to relational expressions.Interfacejavax.managementJava SE
XMLParseExceptionThis exception is thrown when an XML formatted string is being parsed into ModelMBean objects or when XML formatted strings are being created from ModelMBean objects.Classjavax.management.modelmbeanJava SE
BoundaryStatisticSpecifies standard measurements of the upper and lower limits of the value of an attribute.Interfacejavax.management.j2ee.statisticsJava EE
BoundedRangeStatisticThe BoundedRangeStatistic model aggregates the attributes of RangeStatistic and BoundaryStatistic and provides standard measurements of a range that has fixed limits.Interfacejavax.management.j2ee.statisticsJava EE
CountStatisticSpecifies standard count measurements.Interfacejavax.management.j2ee.statisticsJava EE
EJBStatsSpecifies statistics provided by all EJB component types.Interfacejavax.management.j2ee.statisticsJava EE
EntityBeanStatsSpecifies statistics provided by entity beans.Interfacejavax.management.j2ee.statisticsJava EE
JavaMailStatsSpecifies the statistics provided by a JavaMail resource.Interfacejavax.management.j2ee.statisticsJava EE
JCAConnectionPoolStatsSpecifies the statistics provided by a JCA Connection PoolThe number of connections closedInterfacejavax.management.j2ee.statisticsJava EE
JCAConnectionStatsSpecifies the statistics provided by a JCA connectionReturns the associated JCAConnectionFactory OBJECT_NAMEInterfacejavax.management.j2ee.statisticsJava EE
JCAStatsSpecifies statistics provided by a JCA resourceReturns an array of JCAConnectionPool Stats that provide statistics aboutInterfacejavax.management.j2ee.statisticsJava EE
JDBCConnectionPoolStatsSpecifies the statistics provided by a JDBC connection pool.Interfacejavax.management.j2ee.statisticsJava EE
JDBCConnectionStatsSpecifies the statistics provided by all (pooled and non-pooled) JDBC connections.Interfacejavax.management.j2ee.statisticsJava EE
JDBCStatsInterfacejavax.management.j2ee.statisticsJava EE
JMSConnectionStatsSpecifies the statistics provided by a JMS connectionReturns an array of JMSSessionStats that provide statisticsInterfacejavax.management.j2ee.statisticsJava EE
JMSConsumerStatsSpecifies the statistics provided by a JMS message consumerReturns a string that encapsulates the identity of a message originInterfacejavax.management.j2ee.statisticsJava EE
JMSEndpointStatsSpecifies the statistics provided by a JMS message producer or a JMS message consumer.Interfacejavax.management.j2ee.statisticsJava EE
JMSProducerStatsSpecifies the statistics provided by a JMS message producerReturns a string that encapsulates the identity of the message destinationInterfacejavax.management.j2ee.statisticsJava EE
JMSSessionStatsSpecifies the statistics provided by a JMS session.Interfacejavax.management.j2ee.statisticsJava EE
JMSStatsSpecifies the statistics provided by a JMS ResourceReturns an array of JMSConnectionStats that provide statistics about the connections associated with the referencing JMS resource.Interfacejavax.management.j2ee.statisticsJava EE
JTAStatsSpecifies the statistics provided by a JTA resource.Interfacejavax.management.j2ee.statisticsJava EE
JVMStatsSpecifies the statistics provided by a Java VM.Interfacejavax.management.j2ee.statisticsJava EE
ListenerRegistrationListenerRegistration defines the methods which clients of the MEJB use to add and remove event listeners.Interfacejavax.management.j2eeJava EE
ManagementThe Management interface provides the APIs to navigate and manipulate managed objects.Interfacejavax.management.j2eeJava EE
ManagementHomeThe required home interface for the J2EE Management EJB component (MEJB).Interfacejavax.management.j2eeJava EE
MessageDrivenBeanStatsSpecifies the statistics provided by a message driven bean.Interfacejavax.management.j2ee.statisticsJava EE
RangeStatisticSpecifies standard measurements of the lowest and highest values an attribute has held as well as its current value.Interfacejavax.management.j2ee.statisticsJava EE
ServletStatsSpecifies the statistics provided by a Servlet.Interfacejavax.management.j2ee.statisticsJava EE
SessionBeanStatsSpecifies the statistics provided by session beans of both stateful and stateless types.Interfacejavax.management.j2ee.statisticsJava EE
StatefulSessionBeanStatsSpecifies the statistics provided by a stateful session bean.Interfacejavax.management.j2ee.statisticsJava EE
StatelessSessionBeanStatsSpecifies the statistics provided by a stateless session bean.Interfacejavax.management.j2ee.statisticsJava EE
StatisticThe Statistic model and its sub-models specify the data models which are requried to be used to provide the performance data described by the specific attributes in the Stats models.Interfacejavax.management.j2ee.statisticsJava EE
StatsThe Stats model and its submodels specify performance data attributes for each of the specific managed object types.Interfacejavax.management.j2ee.statisticsJava EE
TimeStatisticSpecifies standard timing measurements.Interfacejavax.management.j2ee.statisticsJava EE
URLStatsSpecifies the statistics provided by a URL resource.Interfacejavax.management.j2ee.statisticsJava EE