javax.management

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » JMX » XMOJO » javax.management 
javax.management
Java Source File NameTypeComment
Attribute.javaClass Represents an MBean attribute by associating its name with its value.
AttributeChangeNotification.javaClass Provides definitions of the attribute change notifications sent by MBeans.
AttributeChangeNotificationFilter.javaClass This class implements of the javax.management.NotificationFilter NotificationFilter interface for the javax.management.AttributeChangeNotification attribute change notification .
AttributeList.javaClass Represents a list of values for attributes of an MBean.
AttributeNotFoundException.javaClass The specified attribute does not exist or cannot be retrieved.
AttributeValueExp.javaClass This class represents attributes used as arguments to relational constraints.
BadAttributeValueExpException.javaClass The BadAttributeValueExpException is thrown when an invalid MBean attribute is passed to a query constructing method.
BadBinaryOpValueExpException.javaClass This exception is thrown when an invalid expression is passed to a method for constructing a query.
BadStringOperationException.javaClass This exception is thrown when an invalid string operation is passed to a method for constructing a query.
Descriptor.javaInterface This interface represents the behavioral metadata set for a JMX Element. For examples, a descriptor is part of the ModelMBeanInfo, ModelMBeanNotificationInfo, ModelMBeanAttributeInfo, ModelMBeanConstructorInfo, and ModelMBeanParameterInfo.

A descriptor consists of a collection of fields.

DescriptorAccess.javaInterface This interface is used to gain access to descriptors of the Descriptor class which are associated with a JMX component, i.e.
DynamicMBean.javaInterface Defines the methods that should be implemented by a Dynamic MBean (MBean that exposes a dynamic management interface).
InstanceAlreadyExistsException.javaClass The MBean is already registered.
InstanceNotFoundException.javaClass The specified MBean does not exist in the MBeanServer.
IntrospectionException.javaClass An exception occured during the introspection of an MBean.
InvalidApplicationException.javaClass
InvalidAttributeValueException.javaClass The specified value is not a valid value for the attribute.
JMException.javaClass This class represents exceptions thrown by JMX implementations.
JMRuntimeException.javaClass This class represents runtime exceptions emitted by JMX implementations.
ListenerNotFoundException.javaClass The specified MBean listener does not exist.
MalformedObjectNameException.javaClass The format of the string does not correspond to a valid ObjectName.
MBeanAttributeInfo.javaClass Describes an MBean attribute exposed for management.
MBeanConstructorInfo.javaClass Describes a constructor exposed by an MBean.
MBeanException.javaClass This class represents "user defined" exceptions thrown by Mbean methods in the agent.
MBeanFeatureInfo.javaClass Provides general information for an MBean descriptor object.
MBeanInfo.javaClass Allows to discover the management interface exposed by an MBean; that is, the set of attributes and operations which are available for management operations.
MBeanNotificationInfo.javaClass Describes describes a notification emitted by an MBean.
MBeanOperationInfo.javaClass Describes a management operation exposed by an MBean.
MBeanParameterInfo.javaClass Describes an argument of an operation or constructor exposed by a MBean.
MBeanRegistration.javaInterface This can be implemented by an MBean in order to carry out operations before and after being registered or de-registered from the MBean server.
MBeanRegistrationException.javaClass This class wraps exceptions thrown by the preRegister(), preDeregister() methods of the MBeanRegistration.
MBeanServer.javaInterface This is the interface for MBean manipulation on the agent side.
MBeanServerDelegate.javaClass Represents the MBeanServer from the management point of view.
MBeanServerDelegateMBean.javaInterface Defines the management interface of an object of class MBeanServerDelegate.
MBeanServerFactory.javaClass Provides references to the MBeanServer objects and acts as a factory for creating creating and releasing the references of MBeanServer objects.
MBeanServerNotification.javaClass The MBeanServerNotification class represents an notification emitted by the MBean Server.
NotCompliantMBeanException.javaClass This exception occurs when trying to register in the MBeanServer an object that is not a JMX compliant MBean.
Notification.javaClass The Notification class represents a notification emitted by an MBean.
NotificationBroadcaster.javaInterface Should be implemented by an MBean that emits Notifications.
NotificationBroadcasterSupport.javaClass This class provides an implementation of NotificationBroadcaster.
NotificationFilter.javaInterface To be implemented by a any class acting as a notification filter.
NotificationFilterSupport.javaClass Provides an implementation of the javax.management.NotificationFilter interface.
NotificationListener.javaInterface Should be implemented by an object that wants to receive notifications.
ObjectInstance.javaClass This class is used for representing an object instance; that is, an object name and class.
ObjectName.javaClass This class represents the object name of an MBean.
OperationsException.javaClass This class represents exceptions thrown in the MBeanServer when performing operations on MBeans.
PersistentMBean.javaInterface This class is the interface to be implemented by MBeans that are meant to be persistent.
Query.javaClass This Query class supports construction of query object constraints. The static methods provided return query expressions that may be used in listing and enumerating MBeans.
QueryEval.javaClass Allows a query to be accessed in the context of a specific MBeanServer.
QueryExp.javaInterface QueryExp interface represents relational constraints that can be used in database query "where clauses." Instances of QueryExp are returned by the static methods of the Query class.
QueryExpSupport.javaClass The QueryExpSupport class represents relational constraints that can be used in database query "where clauses." Instances of QueryExpSupport are returned by the static methods of the Query class.
ReflectionException.javaClass This class represents exceptions thrown in the MBeanServer when using the java.lang.reflect classes to invoke methods on MBeans.
RuntimeErrorException.javaClass When a java.lang.Error occurs in the agent it should be caught and re-thrown as a RuntimeErrorException.
RuntimeMBeanException.javaClass This class represents runtime exceptions thrown by MBean methods in the agent. It "wraps" the actual java.lang.RuntimeException exception thrown.
RuntimeOperationsException.javaClass This class represents runtime exceptions thrown in the agent when performing operations on MBeans.
ServiceNotFoundException.javaClass
StringValueExp.javaClass Represents strings that are arguments to relational constraints.
ValueExp.javaInterface ValueExp interface represents values that can be passed as arguments to relational expressions.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.