Java Doc for JMSConstants.java in » ESB » open-esb » com » sun » jbi » binding » jms » 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
»
ESB
»
open esb
»
com.sun.jbi.binding.jms
Source Cross Reference
Class Diagram
Java Document (Java Doc)
com.sun.jbi.binding.jms
.JMSConstants
JMSConstants
public
interface JMSConstants
(Code)
This is a constants repository and is used by all JMS binding components running in the JBI container.
author:
Sun Microsystems Inc.
Field Summary
String
CONFIG_PACKAGE_NAME
Package name for configuration classes.
Level
DEFAULT_LOG_LEVEL
Default Log Level.
int
DEFAULT_MAX_THREADS
Default value for max threads.
int
DEFAULT_MIN_THREADS
Default value for min threads.
String
DEFAULT_OPERATION_NAME
Default Operation name.
long
DEFAULT_STOP_TIMEOUT
Default value of stop timeout.
int
DEFAULT_THREAD_SLEEP_TIME
Default Thread sleep time in milliseconds.
String
DEPLOY_PACKAGE_NAME
int
ENGINE_NOT_RUNNING
Indicates that an endpoint has been deployed for the service URL and that engine has not activated the inbound service channel.
String
HANDLER_PACKAGE_NAME
int
INVALID_REQUEST_MESSAGE
Indicates that the request message conforms to XML standards but not to SOAP standards.
String
IN_ONLY_PATTERN
In_Only Pattern name.
String
IN_OPTIONAL_OUT_PATTERN
In_Optional_Out Pattern name.
String
IN_OUT_PATTERN
In_Out Pattern name.
int
JBI_DONE
Indicates that the message processing has been completed.
int
JBI_ERROR
Indicates that an error has been set in the Message Exchange.
int
JBI_FAULT
Indicates that a fault has been set in the Message Exchange.
int
JBI_SUCCESS
Indicates that the message has been successfully processed.
String
JMS_FAULT_HEADER
Identifies the header name for propagating Fault / Error to JMS.
String
JMS_HEADER_MEP
Identifies the Header key for MEP.
String
JMS_HEADER_OPERATION
Message context property which hold http response code.
String
JMS_PACKAGE_NAME
JMS Package Name.
String
MONITORING_PACKAGE_NAME
String
MQ_PACKAGE_NAME
String
NEW_LINE
NEW_LINE_CHARACTER.
String
NMS_CORRELATION_ID
Identifies header in the normalized message for correlation ID.
String
NMS_HEADER_DELIVERY_MODE
Message Context property which holds SOAP header information.
String
OUTBOUND_PACKAGE_NAME
Package name for classes handling outbound requests.
String
OUT_IN_PATTERN
Out_In Pattern name.
String
OUT_ONLY_PATTERN
Out_Only Pattern name.
String
OUT_OPTIONAL_IN_PATTERN
Out_In Pattern name.
String
REGISTRY_FILE_LOCATION
Property which holds the registry file location.
String
REGISTRY_FILE_NAME
Property which holds the registry File Name, should be same as in config file.
String
ROBUST_IN_ONLY_PATTERN
Robust In_Only Pattern name.
String
ROBUST_OUT_ONLY_PATTERN
Out_In Pattern name.
String
SCHEMA_DIR_NAME
Schema directory name.
String
THREAD_PACKAGE_NAME
Package name for thread framework.
String
UTIL_PACKAGE_NAME
Package name for utility classes.
Field Detail
CONFIG_PACKAGE_NAME
String
CONFIG_PACKAGE_NAME
(Code)
Package name for configuration classes.
DEFAULT_LOG_LEVEL
Level
DEFAULT_LOG_LEVEL
(Code)
Default Log Level.
DEFAULT_MAX_THREADS
int DEFAULT_MAX_THREADS
(Code)
Default value for max threads.
DEFAULT_MIN_THREADS
int DEFAULT_MIN_THREADS
(Code)
Default value for min threads.
DEFAULT_OPERATION_NAME
String
DEFAULT_OPERATION_NAME
(Code)
Default Operation name.
DEFAULT_STOP_TIMEOUT
long DEFAULT_STOP_TIMEOUT
(Code)
Default value of stop timeout.
DEFAULT_THREAD_SLEEP_TIME
int DEFAULT_THREAD_SLEEP_TIME
(Code)
Default Thread sleep time in milliseconds.
DEPLOY_PACKAGE_NAME
String
DEPLOY_PACKAGE_NAME
(Code)
ENGINE_NOT_RUNNING
int ENGINE_NOT_RUNNING
(Code)
Indicates that an endpoint has been deployed for the service URL and that engine has not activated the inbound service channel.
HANDLER_PACKAGE_NAME
String
HANDLER_PACKAGE_NAME
(Code)
INVALID_REQUEST_MESSAGE
int INVALID_REQUEST_MESSAGE
(Code)
Indicates that the request message conforms to XML standards but not to SOAP standards.
IN_ONLY_PATTERN
String
IN_ONLY_PATTERN
(Code)
In_Only Pattern name.
IN_OPTIONAL_OUT_PATTERN
String
IN_OPTIONAL_OUT_PATTERN
(Code)
In_Optional_Out Pattern name.
IN_OUT_PATTERN
String
IN_OUT_PATTERN
(Code)
In_Out Pattern name.
JBI_DONE
int JBI_DONE
(Code)
Indicates that the message processing has been completed.
JBI_ERROR
int JBI_ERROR
(Code)
Indicates that an error has been set in the Message Exchange.
JBI_FAULT
int JBI_FAULT
(Code)
Indicates that a fault has been set in the Message Exchange.
JBI_SUCCESS
int JBI_SUCCESS
(Code)
Indicates that the message has been successfully processed.
JMS_FAULT_HEADER
String
JMS_FAULT_HEADER
(Code)
Identifies the header name for propagating Fault / Error to JMS.
JMS_HEADER_MEP
String
JMS_HEADER_MEP
(Code)
Identifies the Header key for MEP.
JMS_HEADER_OPERATION
String
JMS_HEADER_OPERATION
(Code)
Message context property which hold http response code.
JMS_PACKAGE_NAME
String
JMS_PACKAGE_NAME
(Code)
JMS Package Name.
MONITORING_PACKAGE_NAME
String
MONITORING_PACKAGE_NAME
(Code)
MQ_PACKAGE_NAME
String
MQ_PACKAGE_NAME
(Code)
NEW_LINE
String
NEW_LINE
(Code)
NEW_LINE_CHARACTER.
NMS_CORRELATION_ID
String
NMS_CORRELATION_ID
(Code)
Identifies header in the normalized message for correlation ID.
NMS_HEADER_DELIVERY_MODE
String
NMS_HEADER_DELIVERY_MODE
(Code)
Message Context property which holds SOAP header information.
OUTBOUND_PACKAGE_NAME
String
OUTBOUND_PACKAGE_NAME
(Code)
Package name for classes handling outbound requests.
OUT_IN_PATTERN
String
OUT_IN_PATTERN
(Code)
Out_In Pattern name.
OUT_ONLY_PATTERN
String
OUT_ONLY_PATTERN
(Code)
Out_Only Pattern name.
OUT_OPTIONAL_IN_PATTERN
String
OUT_OPTIONAL_IN_PATTERN
(Code)
Out_In Pattern name.
REGISTRY_FILE_LOCATION
String
REGISTRY_FILE_LOCATION
(Code)
Property which holds the registry file location.
REGISTRY_FILE_NAME
String
REGISTRY_FILE_NAME
(Code)
Property which holds the registry File Name, should be same as in config file.
ROBUST_IN_ONLY_PATTERN
String
ROBUST_IN_ONLY_PATTERN
(Code)
Robust In_Only Pattern name.
ROBUST_OUT_ONLY_PATTERN
String
ROBUST_OUT_ONLY_PATTERN
(Code)
Out_In Pattern name.
SCHEMA_DIR_NAME
String
SCHEMA_DIR_NAME
(Code)
Schema directory name.
THREAD_PACKAGE_NAME
String
THREAD_PACKAGE_NAME
(Code)
Package name for thread framework.
UTIL_PACKAGE_NAME
String
UTIL_PACKAGE_NAME
(Code)
Package name for utility classes.
www.java2java.com
|
Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.