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 » mx4j » javax.management 
javax.management
Java Source File NameTypeComment
AndQueryExp.javaClass
Attribute.javaClass
AttributeChangeNotification.javaClass
AttributeChangeNotificationFilter.javaClass
AttributeList.javaClass
AttributeNotFoundException.javaClass
AttributeValueExp.javaClass
BadAttributeValueExpException.javaClass
BadBinaryOpValueExpException.javaClass
BadStringOperationException.javaClass
BetweenQueryExp.javaClass
BinaryOpValueExp.javaClass
BinaryRelQueryExp.javaClass
BooleanValueExp.javaClass
ClassAttributeValueExp.javaClass
DefaultLoaderRepository.javaClass
Descriptor.javaInterface A set of name-value pairs that allow ModelMBean metadata to have additional information attached to. Descriptor is cloneable since represent a snapshot of what the client passed in to the ModelMBean. This ensures that if the client nulls out some value, the descriptor is still valid, since it has been cloned prior the client modification.
DescriptorAccess.javaInterface Use to gain access to the Descriptor objects associated with MBean metadata.
DynamicMBean.javaInterface
InQueryExp.javaClass
InstanceAlreadyExistsException.javaClass
InstanceNotFoundException.javaClass
IntrospectionException.javaClass
InvalidApplicationException.javaClass
InvalidAttributeValueException.javaClass
JMException.javaClass
JMRuntimeException.javaClass
ListenerNotFoundException.javaClass
MalformedObjectNameException.javaClass
MatchQueryExp.javaClass
MBeanAttributeInfo.javaClass
MBeanConstructorInfo.javaClass
MBeanException.javaClass
MBeanFeatureInfo.javaClass Base class for the MBean metadata classes.
MBeanInfo.javaClass
MBeanNotificationInfo.javaClass Metadata class for MBean notifications.
MBeanOperationInfo.javaClass
MBeanParameterInfo.javaClass The metadata class for a parameter of MBean constructors and operations.
MBeanPermission.javaClass Permission that control access to MBeanServer methods.
MBeanRegistration.javaInterface Defines a series of callbacks that allow the MBean to interact with the process of MBean registration and unregistration performed by the MBeanServer.
MBeanRegistrationException.javaClass
MBeanServer.javaInterface A local client can create, register, unregister and access registered MBeans by means of this interface, that is the core component of JMX.
MBeanServerBuilder.javaClass

This class is used by the javax.management.MBeanServerFactory to delegate the creation of new instances of javax.management.MBeanServerDelegate and javax.management.MBeanServer .

MBeanServerConnection.javaInterface This interface allows clients (local or remote) to create, register, unregister and access registered MBeans.
MBeanServerDelegate.javaClass The MBean that broadcasts notifications about registration and unregistration of other MBeans.
MBeanServerDelegateMBean.javaInterface Defines the management interface for the MBeanServerDelegate.
MBeanServerFactory.javaClass
MBeanServerInvocationHandler.javaClass
MBeanServerNotification.javaClass The notification emitted by the MBeanServerDelegate delegate MBean when an MBean is registered or unregistered.
MBeanServerPermission.javaClass The permission that guards access to MBeanServerFactory methods.
MBeanTrustPermission.javaClass Permission that MBean class must have in order to be trusted.
NotCompliantMBeanException.javaClass Thrown when trying to register an MBean object that is not a compliant JMX MBean.
Notification.javaClass
NotificationBroadcaster.javaInterface Although not deprecated, this interface should not be used since JMX 1.2; use NotificationEmitter instead.
NotificationBroadcasterSupport.javaClass Provides an implementation of NotificationEmitter interface. This can be used as the super class of an MBean that sends notifications. It is not specified whether the notification dispatch model is synchronous or asynchronous. That is, when a thread calls sendNotification, the NotificationListener.handleNotification method of each listener may be called within that thread (a synchronous model) or within some other thread (an asynchronous model). Applications should not depend on notification dispatch being synchronous or being asynchronous.
NotificationEmitter.javaInterface Interface implemented by an MBean that emits Notifications.
NotificationFilter.javaInterface Implemented by a class that wants to filter Notification s sent to a NotificationListener .
NotificationFilterSupport.javaClass Default implementation of a NotificationListener that filters out Notifications that does not match the types enabled in this filter.
NotificationListener.javaInterface Implemented by an object that want to receive notifications.
NotQueryExp.javaClass
NumericValueExp.javaClass The ValueExp that represents a number.
ObjectInstance.javaClass Identifies an MBean registered in the MBeanServer.
ObjectName.javaClass
OperationsException.javaClass Thrown when an Exception is thrown by the MBeanServer when executing MBeanServer methods.
OrQueryExp.javaClass
PersistentMBean.javaInterface This interface is implemented by MBeans that are able to make themselves persistent.
QualifiedAttributeValueExp.javaClass The ValueExp that represent the value of an attribute of a specific MBean.
Query.javaClass Factory class for constructing query expressions.
QueryEval.javaClass The base class for QueryExp implementations.
QueryExp.javaInterface Represents a query expression.
ReflectionException.javaClass
RuntimeErrorException.javaClass Thrown when an Error is thrown by the MBeanServer; it wraps the actual error thrown.
RuntimeMBeanException.javaClass Thrown when a MBean method invoked by the MBeanServer throws any non-reflection RuntimeException.
RuntimeOperationsException.javaClass Thrown when a RuntimeException is thrown by the MBeanServer when executing MBeanServer methods.
ServiceNotFoundException.javaClass
StandardMBean.javaClass StandardMBean eases the development of MBeans that have a management interface described by a java interface, like plain standard MBeans have; differently from a plain standard MBean, StandardMBean is not tied to the JMX lexical patterns and allows more control on the customization of the MBeanInfo that describes the MBean (for example it allows to describe metadata descriptions).
StringValueExp.javaClass The ValueExp that represents a string.
ValueExp.javaInterface Represents values that can be passed to relational expressions such as strings, numbers, booleans and MBean attribute values.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.