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 » EJB Server JBoss 4.2.1 » jmx » javax.management 
javax.management
Java Source File NameTypeComment
AndQueryExp.javaClass An And Query Expression.

Returns true only when both expressions are true.

Attribute.javaClass A representation of an MBean attribute.
AttributeChangeNotification.javaClass This is the mandated object for sending notifications of attribute changes.
AttributeChangeNotificationFilter.javaClass Notification filter support for attribute change notifications.
AttributeList.javaClass A list of a MBean attributes.
AttributeNotFoundException.javaClass Thrown when the attribute does not exist or cannot be retrieved.
AttributeValueExp.javaClass
BadAttributeValueExpException.javaClass Thrown when an invalid attribute value is passed to a query construction method.
BadBinaryOpValueExpException.javaClass Thrown when an invalid expression is passed to a query construction method.
BadStringOperationException.javaClass Thrown when an invalid string operation is passed to a query construction method.
BetweenQueryExp.javaClass A Between Query Expression.

Returns true only when the test expression is between the lower and upper bounds inclusive.

BinaryOpValueExp.javaClass A Binary Operation that is an arguement to a query.

Revisions:

20020314 Adrian Brock:

  • Added human readable string representation.
BinaryRelQueryExp.javaClass A Binary Comparison query.

Revisions:

20020314 Adrian Brock:

  • Added human readable string representation.
BooleanValueExp.javaClass A Boolean that is an arguement to a query.
ClassAttributeValueExp.javaClass
DefaultLoaderRepository.javaClass Keeps the list of Class Loaders registered in the MBean Server.
Descriptor.javaInterface This interface defines behavioral and runtime metadata for ModelMBeans.
DescriptorAccess.javaInterface This interface is used to gain access to descriptors of a JMX component.

ModelMBeans use this interface in ModelMBeanInfo classes.

DynamicMBean.javaInterface The DynamicMBean interface is implemented by resources that expose their definition at runtime.
InQueryExp.javaClass An In Query Expression.

Returns true only when any of the values are match.

InstanceAlreadyExistsException.javaClass Thrown when an MBean is already registered with the specified ObjectName.
InstanceNotFoundException.javaClass Thrown when an MBean is not registered with the specified ObjectName.
IntrospectionException.javaClass Thrown when an error occurs introspecting an MBean.
InvalidApplicationException.javaClass Thrown when an attempt is made to apply either of the following.
InvalidAttributeValueException.javaClass Thrown when trying to change an attribute to a incorrect value or type.
JMException.javaClass Exceptions thrown by JMX implementations.
JMRuntimeException.javaClass Exceptions thrown by JMX implementations.
ListenerNotFoundException.javaClass Thrown when a specified Listener does not exist.
MalformedObjectNameException.javaClass Thrown when a string used to construct an ObjectName is not valid.
MatchQueryExp.javaClass A Match Query Expression.

Returns true when an attribute value matches the string expression.

MBeanAttributeInfo.javaClass Represents a management attribute in an MBeans' management interface.
MBeanConstructorInfo.javaClass 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.
MBeanException.javaClass A wrapper for exceptions thrown by MBeans.
MBeanFeatureInfo.javaClass General information for MBean descriptor objects.
MBeanInfo.javaClass Describes an MBeans' management interface.
MBeanNotificationInfo.javaClass 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.
MBeanOperationInfo.javaClass 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.
MBeanParameterInfo.javaClass
MBeanPermission.javaClass Permission controlling access to MBeanServer operations.
MBeanRegistration.javaInterface
MBeanRegistrationException.javaClass A wrapper for exceptions thrown by MBeans that implement MBeanRegistration.
MBeanServer.javaInterface The interface used to access the MBean server instances.
MBeanServerBuilder.javaClass The default builder for the MBeanServerFactory.

To use a different builder, set the system property javax.management.builder.initial and subclass this class.

MBeanServerConnection.javaInterface An interface used to talk to an MBeanServer that is either remote or local.
MBeanServerDelegate.javaClass Mandatory MBean server delegate MBean implementation.
MBeanServerDelegateMBean.javaInterface Management interface of the MBean server delegate MBean.
MBeanServerFactory.javaClass MBeanServerFactory is used to create instances of MBean servers.
See Also:   javax.management.MBeanServer
See Also:   javax.management.MBeanServerBuilder
author:
   Juha Lindfors.
author:
   Adrian Brock.
author:
   Scott.Stark@jboss.org
version:
   $Revision: 57200 $
version:
  

Revisions:
version:
  

20030806 Juha Lindfors:
version:
  


    version:
      

  • version:
       Attempts a reflected invoke to "releaseServer" method on the MBean server
    version:
       instance before letting go of the server reference.
MBeanServerInvocationHandler.javaClass
MBeanServerNotification.javaClass
MBeanServerPermission.javaClass Controls access to actions performed on MBeanServers.
MBeanTrustPermission.javaClass This permission represents "trust" in a signer or codebase. MBeanTrustPermission contains a target name but no actions list.
NotCompliantMBeanException.javaClass Thrown when trying to register an MBean that does not conform the JMX specification.
Notification.javaClass
NotificationBroadcaster.javaInterface
NotificationBroadcasterSupport.javaClass
NotificationEmitter.javaInterface This interface must be implemented by all MBeans that emit notifications.
NotificationFilter.javaInterface This interface is implemented by any class acting as a notification filter.

The filter is used before the notification is sent to see whether the notification is required.

NotificationFilterSupport.javaClass An implementation of the NotificationFilter interface.

It filters on the notification type.

NotificationListener.javaInterface Must be implemented by objects receiving JMX notifications.
NotQueryExp.javaClass A NOT Query Expression.

Returns true when either expression is false.

NumericValueExp.javaClass A numeric that is an arguement to a query.
ObjectInstance.javaClass Information about an object registered in the MBeanServer.
ObjectName.javaClass Object name represents the MBean reference.
OperationsException.javaClass Thrown when an error occurs performing an operation on an MBean.
OrQueryExp.javaClass An OR Query Expression.

Returns true when either expression is true.

PersistentMBean.javaInterface This interface should be implemented by all MBeans that wish their state to be persisted.
QualifiedAttributeValueExp.javaClass
Query.javaClass This class is a factory for constructing queries.

REVIEW: Full explanation.

QueryEval.javaClass Support for evaluting a query in the context of an MBeanServer.
QueryExp.javaInterface A query expression.

An implementation of this interface can be used in a query.

ReflectionException.javaClass Thrown by the MBeanServer when an exception occurs using the java.lang.reflect package to invoke methods on MBeans.
RuntimeErrorException.javaClass Thrown when a java.lang.error occurs.
RuntimeMBeanException.javaClass Wraps runtime exceptions thrown by MBeans.
RuntimeOperationsException.javaClass Wraps runtime exceptions thrown when performing operations on MBeans.
ServiceNotFoundException.javaClass Thrown when a service is not supported.
StandardMBean.javaClass A helper class to allow standard mbeans greater control over their management interface.

Extending this class actually makes the mbean a dynamic mbean, but with the convenience of a standard mbean.

StringValueExp.javaClass A String that is an arguement to a query.
ValueExp.javaInterface A value expression.

Implementations of this interface represent arguments to 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.