Source Code Cross Referenced for MX4JRemoteConstants.java in  » JMX » mx4j » mx4j » remote » 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 » JMX » mx4j » mx4j.remote 
Source Cross Referenced  Class Diagram Java Document (Java Doc) 


001:        /*
002:         * Copyright (C) The MX4J Contributors.
003:         * All rights reserved.
004:         *
005:         * This software is distributed under the terms of the MX4J License version 1.0.
006:         * See the terms of the MX4J License in the documentation provided with this software.
007:         */
008:
009:        package mx4j.remote;
010:
011:        /**
012:         * @version $Revision: 1.15 $
013:         */
014:        public interface MX4JRemoteConstants {
015:            /**
016:             * A vertical bar '|' as mandated by the spec
017:             */
018:            public static final String PROVIDER_PACKAGES_SEPARATOR = "|";
019:            /**
020:             * MX4J provider packages list for JMXConnector and JMXConnectorServer factories
021:             */
022:            public static final String PROVIDER_PACKAGES = "mx4j.remote.provider"
023:                    + PROVIDER_PACKAGES_SEPARATOR
024:                    + "mx4j.tools.remote.provider";
025:            /**
026:             * The string 'ClientProvider' as mandated by the spec
027:             */
028:            public static final String CLIENT_PROVIDER_CLASS = "ClientProvider";
029:            /**
030:             * The string 'ServerProvider' as mandated by the spec
031:             */
032:            public static final String SERVER_PROVIDER_CLASS = "ServerProvider";
033:
034:            /**
035:             * The key that specifies resolver packages, very much like
036:             * {@link javax.management.remote.JMXConnectorFactory#PROTOCOL_PROVIDER_PACKAGES}
037:             */
038:            public static final String PROTOCOL_RESOLVER_PACKAGES = "mx4j.remote.resolver.pkgs";
039:            /**
040:             * A vertical bar '|'
041:             */
042:            public static final String RESOLVER_PACKAGES_SEPARATOR = PROVIDER_PACKAGES_SEPARATOR;
043:            /**
044:             * MX4J provider packages list for {@link mx4j.remote.ConnectionResolver} subclasses
045:             */
046:            public static final String RESOLVER_PACKAGES = "mx4j.remote.resolver"
047:                    + RESOLVER_PACKAGES_SEPARATOR
048:                    + "mx4j.tools.remote.resolver";
049:            /**
050:             * The string 'Resolver'
051:             */
052:            public static final String RESOLVER_CLASS = "Resolver";
053:
054:            /**
055:             * The reference implementation uses this property to specify the notification fetch timeout (in ms).
056:             * MX4J will use the same for compatibility. DO NOT CHANGE IT unless the reference implementation changes it.
057:             */
058:            public static final String FETCH_NOTIFICATIONS_TIMEOUT = "jmx.remote.x.client.fetch.timeout";
059:            /**
060:             * The reference implementation uses this property to specify the maximum number of notification to fetch.
061:             * MX4J will use the same for compatibility. DO NOT CHANGE IT unless the reference implementation changes it.
062:             */
063:            public static final String FETCH_NOTIFICATIONS_MAX_NUMBER = "jmx.remote.x.client.max.notifications";
064:            /**
065:             * The reference implementation uses this property to specify the notification buffer size.
066:             * MX4J will use the same for compatibility. DO NOT CHANGE IT unless the reference implementation changes it.
067:             */
068:            public static final String NOTIFICATION_BUFFER_CAPACITY = "jmx.remote.x.buffer.size";
069:            /**
070:             * MX4J's implementation uses this property to specify the distance between the lowest expected notification
071:             * sequence number (sent by the client via fetchNotifications()) and the minimum sequence number of the
072:             * notification buffer. When this difference is greater than the value of this property, old notifications
073:             * are eliminated from the notification buffer
074:             */
075:            public static final String NOTIFICATION_PURGE_DISTANCE = "jmx.remote.x.notification.purge.distance";
076:            /**
077:             * MX4J's implementation uses this property to specify the amount of time (in ms) the client should sleep
078:             * between notification fetches. A value of 0 means there will be no sleep (fetches will be done one
079:             * after the other).
080:             */
081:            public static final String FETCH_NOTIFICATIONS_SLEEP = "jmx.remote.x.notification.fetch.sleep";
082:
083:            /**
084:             * MX4J's implementation uses this property to specify the period (in ms) of the heartbeat pulse for
085:             * {@link javax.management.remote.JMXConnector JMXConnectors} that use heartbeat to check if the
086:             * connection with {@link javax.management.remote.JMXConnectorServer JMXConnectorServers} is still alive.
087:             *
088:             * @see #CONNECTION_HEARTBEAT_RETRIES
089:             */
090:            public static final String CONNECTION_HEARTBEAT_PERIOD = "jmx.remote.x.connection.heartbeat.period";
091:
092:            /**
093:             * MX4J's implementation uses this property to specify the number of retries of heartbeat pulses before
094:             * declaring the connection between a {@link javax.management.remote.JMXConnector JMXConnector} and a
095:             * {@link javax.management.remote.JMXConnectorServer JMXConnectorServer} failed, at which a
096:             * {@link javax.management.remote.JMXConnectionNotification notification failed} is emitted.
097:             *
098:             * @see #CONNECTION_HEARTBEAT_PERIOD
099:             */
100:            public static final String CONNECTION_HEARTBEAT_RETRIES = "jmx.remote.x.connection.heartbeat.retries";
101:
102:            /**
103:             * MX4J's implementation uses this property to specify the maximum notification queue size
104:             * on client size. If set to 0, or not present, the queue will have no limit.
105:             * Specify this property when the server side is generating notifications at a fast rate,
106:             * but clients can process them only at a slower rate. In this case notifications will queue
107:             * up on client side, and if no limit is given to the queue, there is a potential risk of
108:             * an OutOfMemoryError.
109:             */
110:            public static final String NOTIFICATION_QUEUE_CAPACITY = "jmx.remote.x.queue.size";
111:
112:            /**
113:             * @deprecated Use {@link mx4j.tools.remote.http.HTTPConnectorServer#WEB_CONTAINER_CONFIGURATION} instead
114:             */
115:            public static final String HTTP_SERVER_CONFIGURATION = "jmx.remote.x.http.server.configuration";
116:        }
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.