Java Doc for ServerConstants.java in  » EJB-Server-JBoss-4.2.1 » jmx » org » jboss » mx » server » Java Source Code / Java DocumentationJava Source Code and Java Documentation

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 » org.jboss.mx.server 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.jboss.mx.server.ServerConstants

All known Subclasses:   test.implementation.interceptor.SharedInterceptorTEST,  org.jboss.mx.server.MBeanServerImpl,  org.jboss.mx.util.AgentID,  org.jboss.mx.capability.DispatcherFactory,  org.jboss.mx.server.registry.MBeanEntry,  test.implementation.interceptor.InterceptorTEST,  test.performance.standard.OptimizedThroughputTEST,  org.jboss.mx.loading.LoaderRepository,  test.implementation.loading.LoaderRepositoryTEST,  test.performance.standard.OptimizedInvocationTEST,  test.implementation.registry.ValuesTestCase,  org.jboss.mx.capability.OptimizedMBeanDispatcher,  test.implementation.util.AgentIDTEST,
ServerConstants
public interface ServerConstants (Code)
Server related constant variables. These are constants that are used internally by the MBean server implementation or are used to configure the MBean server. Different JMX service specific constants should be added to the ServiceConstants interface.
See Also:   org.jboss.mx.service.ServiceConstants
See Also:   org.jboss.mx.server.MBeanServerImpl
author:
   Juha Lindfors.
author:
   Adrian Brock.
version:
   $Revision: 57200 $


Field Summary
final static  StringCLASSLOADER
    
final static  StringCLASSLOADER_ADDED
    
final static  StringCLASSLOADER_REMOVED
    
final static  StringCLASS_REMOVED
    
final static  StringDEFAULT_DOMAIN
     The default domain name for the MBean server.
final static  StringDEFAULT_LOADER_NAME
    
final static  StringDEFAULT_LOADER_REPOSITORY_CLASS
    
final static  StringDEFAULT_MBEAN_REGISTRY_CLASS
    
final static  StringDEFAULT_MBEAN_SERVER_BUILDER_CLASS
    
final static  StringDEFAULT_REQUIRED_MODELMBEAN_CLASS
     This constant defines the default Model MBean implementation used for spec required Model MBean (javax.management.modelmbean.RequiredModelMBean) instance.
final static  StringDEFAULT_SCOPED_REPOSITORY_CLASS
    
final static  StringDEFAULT_SCOPED_REPOSITORY_PARSER_CLASS
    
final static  StringIMPLEMENTATION_NAME
     The name of the implementation.
final static  StringIMPLEMENTATION_VENDOR
     The vendor of the implementation.
final static  StringIMPLEMENTATION_VERSION
     The version of the implementation.
final static  StringJMI_DOMAIN
    
final static  StringLOADER_REPOSITORY_CLASS_PROPERTY
     This property can be used to configure the default class loader repository implementation for the JVM.
final static  StringMBEAN_REGISTRY
     String representation of the MBean registry mbean object name.
final static  StringMBEAN_REGISTRY_CLASS_PROPERTY
    
final static  StringMBEAN_SERVER_BUILDER_CLASS_PROPERTY
    
final static  StringMBEAN_SERVER_CONFIGURATION
     String representationof the MBean server configuration mbean object name.
final static  StringMBEAN_SERVER_DELEGATE
     String representation of the MBean server delegate MBean object name.
final static  StringOPTIMIZE_REFLECTED_DISPATCHER
    
final static  StringREQUIRED_MODELMBEAN_CLASS_PROPERTY
     This property can be used to configure which Model MBean implementation is used for the MBean agent's required Model MBean (see javax.management.modelmbean.RequiredModelMBean ).
final static  StringSPECIFICATION_NAME
     The specification name of the implementation.
final static  StringSPECIFICATION_VENDOR
     The specification vendor name.
final static  StringSPECIFICATION_VERSION
     The specification version of the implementation.
final static  StringUNIFIED_LOADER_REPOSITORY_CLASS
    



Field Detail
CLASSLOADER
final static String CLASSLOADER(Code)
The key for the context classloader for an MBean registration



CLASSLOADER_ADDED
final static String CLASSLOADER_ADDED(Code)



CLASSLOADER_REMOVED
final static String CLASSLOADER_REMOVED(Code)



CLASS_REMOVED
final static String CLASS_REMOVED(Code)



DEFAULT_DOMAIN
final static String DEFAULT_DOMAIN(Code)
The default domain name for the MBean server. If a default domain is not specified when the server is created, this value ("DefaultDomain") is used.
See Also:   javax.management.MBeanServerFactory



DEFAULT_LOADER_NAME
final static String DEFAULT_LOADER_NAME(Code)



DEFAULT_LOADER_REPOSITORY_CLASS
final static String DEFAULT_LOADER_REPOSITORY_CLASS(Code)



DEFAULT_MBEAN_REGISTRY_CLASS
final static String DEFAULT_MBEAN_REGISTRY_CLASS(Code)



DEFAULT_MBEAN_SERVER_BUILDER_CLASS
final static String DEFAULT_MBEAN_SERVER_BUILDER_CLASS(Code)



DEFAULT_REQUIRED_MODELMBEAN_CLASS
final static String DEFAULT_REQUIRED_MODELMBEAN_CLASS(Code)
This constant defines the default Model MBean implementation used for spec required Model MBean (javax.management.modelmbean.RequiredModelMBean) instance. Defaults to org.jboss.mx.modelmbean.XMBean implementation.



DEFAULT_SCOPED_REPOSITORY_CLASS
final static String DEFAULT_SCOPED_REPOSITORY_CLASS(Code)



DEFAULT_SCOPED_REPOSITORY_PARSER_CLASS
final static String DEFAULT_SCOPED_REPOSITORY_PARSER_CLASS(Code)



IMPLEMENTATION_NAME
final static String IMPLEMENTATION_NAME(Code)
The name of the implementation. This value can be retrieved from the MBean server delegate.



IMPLEMENTATION_VENDOR
final static String IMPLEMENTATION_VENDOR(Code)
The vendor of the implementation. This value can be retrieved from the MBean server delegate.



IMPLEMENTATION_VERSION
final static String IMPLEMENTATION_VERSION(Code)
The version of the implementation. This value can be retrieved from the MBean server delegate.



JMI_DOMAIN
final static String JMI_DOMAIN(Code)
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



LOADER_REPOSITORY_CLASS_PROPERTY
final static String LOADER_REPOSITORY_CLASS_PROPERTY(Code)
This property can be used to configure the default class loader repository implementation for the JVM.



MBEAN_REGISTRY
final static String MBEAN_REGISTRY(Code)
String representation of the MBean registry mbean object name.



MBEAN_REGISTRY_CLASS_PROPERTY
final static String MBEAN_REGISTRY_CLASS_PROPERTY(Code)



MBEAN_SERVER_BUILDER_CLASS_PROPERTY
final static String MBEAN_SERVER_BUILDER_CLASS_PROPERTY(Code)



MBEAN_SERVER_CONFIGURATION
final static String MBEAN_SERVER_CONFIGURATION(Code)
String representationof the MBean server configuration mbean object name.



MBEAN_SERVER_DELEGATE
final static String MBEAN_SERVER_DELEGATE(Code)
String representation of the MBean server delegate MBean object name.



OPTIMIZE_REFLECTED_DISPATCHER
final static String OPTIMIZE_REFLECTED_DISPATCHER(Code)



REQUIRED_MODELMBEAN_CLASS_PROPERTY
final static String REQUIRED_MODELMBEAN_CLASS_PROPERTY(Code)
This property can be used to configure which Model MBean implementation is used for the MBean agent's required Model MBean (see javax.management.modelmbean.RequiredModelMBean ). The required Model MBean implementation will delegate all calls to the class specified with this property, e.g -Djbossmx.required.modelmbean.class=org.jboss.mx.modelmbean.XMBean would instantiate and delegate all calls made to RequiredModelMBean instance to JBossMX XMBean implementation.



SPECIFICATION_NAME
final static String SPECIFICATION_NAME(Code)
The specification name of the implementation. This value can be retrieved from the MBean server delegate.



SPECIFICATION_VENDOR
final static String SPECIFICATION_VENDOR(Code)
The specification vendor name. This value can be retrieved from the MBean server delegate.



SPECIFICATION_VERSION
final static String SPECIFICATION_VERSION(Code)
The specification version of the implementation. This value can be retrieved from the MBean server delegate.



UNIFIED_LOADER_REPOSITORY_CLASS
final static String UNIFIED_LOADER_REPOSITORY_CLASS(Code)





www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.