Java Doc for JMSConfig.java in  » ESB » cbesb-1.2 » com » bostechcorp » cbesb » ui » componentflow » componentFlowEditor » 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 » cbesb 1.2 » com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.JMSConfig

All known Subclasses:   com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.impl.JMSConfigImpl,
JMSConfig
public interface JMSConfig extends EObject(Code)
A representation of the model object 'JMS Config'.

The following features are supported:


See Also:   com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.componentflowPackage.getJMSConfig


Field Summary
 Stringcopyright
    


Method Summary
 DestinationStyleTypegetDestinationStyle()
     Returns the value of the 'Destination Style' attribute.
 StringgetJndiConnectionFactoryName()
     Returns the value of the 'Jndi Connection Factory Name' attribute.
 StringgetJndiInitialContextFactory()
     Returns the value of the 'Jndi Initial Context Factory' attribute.
 StringgetJndiProviderUrl()
     Returns the value of the 'Jndi Provider Url' attribute.
 StringgetQueryExpression()
     Returns the value of the 'Query Expression' attribute.
 ReadStyleTypegetReadStyle()
     Returns the value of the 'Read Style' attribute.
 StringgetRecordsPerMessage()
     Returns the value of the 'Records Per Message' attribute.
 StringgetReplyDestinationName()
     Returns the value of the 'Reply Destination Name' attribute.
 StringgetReplyTimeout()
     Returns the value of the 'Reply Timeout' attribute.
 StringgetServiceName()
     Returns the value of the 'Service Name' attribute.
 StringgetTargetDestinationName()
     Returns the value of the 'Target Destination Name' attribute.
 ReadStyleTypegetWriteStyle()
     Returns the value of the 'Write Style' attribute.
 booleanisEnableQuery()
     Returns the value of the 'Enable Query' attribute.
 voidsetDestinationStyle(DestinationStyleType value)
     Sets the value of the ' com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.JMSConfig.getDestinationStyle Destination Style ' attribute.
 voidsetEnableQuery(boolean value)
     Sets the value of the ' com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.JMSConfig.isEnableQuery Enable Query ' attribute.
 voidsetJndiConnectionFactoryName(String value)
     Sets the value of the ' com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.JMSConfig.getJndiConnectionFactoryName Jndi Connection Factory Name ' attribute.
 voidsetJndiInitialContextFactory(String value)
     Sets the value of the ' com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.JMSConfig.getJndiInitialContextFactory Jndi Initial Context Factory ' attribute.
 voidsetJndiProviderUrl(String value)
     Sets the value of the ' com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.JMSConfig.getJndiProviderUrl Jndi Provider Url ' attribute.
 voidsetQueryExpression(String value)
     Sets the value of the ' com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.JMSConfig.getQueryExpression Query Expression ' attribute.
 voidsetReadStyle(ReadStyleType value)
     Sets the value of the ' com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.JMSConfig.getReadStyle Read Style ' attribute.
 voidsetRecordsPerMessage(String value)
     Sets the value of the ' com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.JMSConfig.getRecordsPerMessage Records Per Message ' attribute.
 voidsetReplyDestinationName(String value)
     Sets the value of the ' com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.JMSConfig.getReplyDestinationName Reply Destination Name ' attribute.
 voidsetReplyTimeout(String value)
     Sets the value of the ' com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.JMSConfig.getReplyTimeout Reply Timeout ' attribute.
 voidsetServiceName(String value)
     Sets the value of the ' com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.JMSConfig.getServiceName Service Name ' attribute.
 voidsetTargetDestinationName(String value)
     Sets the value of the ' com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.JMSConfig.getTargetDestinationName Target Destination Name ' attribute.
 voidsetWriteStyle(ReadStyleType value)
     Sets the value of the ' com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.JMSConfig.getWriteStyle Write Style ' attribute.

Field Detail
copyright
String copyright(Code)





Method Detail
getDestinationStyle
DestinationStyleType getDestinationStyle()(Code)
Returns the value of the 'Destination Style' attribute. The default value is "queue". The literals are from the enumeration com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.DestinationStyleType .

If the meaning of the 'Destination Style' attribute isn't clear, there really should be more of a description here...

the value of the 'Destination Style' attribute.
See Also:   com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.DestinationStyleType
See Also:   JMSConfig.setDestinationStyle(DestinationStyleType)
See Also:   com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.componentflowPackage.getJMSConfig_DestinationStyle



getJndiConnectionFactoryName
String getJndiConnectionFactoryName()(Code)
Returns the value of the 'Jndi Connection Factory Name' attribute.

If the meaning of the 'Jndi Connection Factory Name' attribute isn't clear, there really should be more of a description here...

the value of the 'Jndi Connection Factory Name' attribute.
See Also:   JMSConfig.setJndiConnectionFactoryName(String)
See Also:   com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.componentflowPackage.getJMSConfig_JndiConnectionFactoryName



getJndiInitialContextFactory
String getJndiInitialContextFactory()(Code)
Returns the value of the 'Jndi Initial Context Factory' attribute. The default value is "com.sun.jndi.fscontext.RefFSContextFactory".

If the meaning of the 'Jndi Initial Context Factory' attribute isn't clear, there really should be more of a description here...

the value of the 'Jndi Initial Context Factory' attribute.
See Also:   JMSConfig.setJndiInitialContextFactory(String)
See Also:   com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.componentflowPackage.getJMSConfig_JndiInitialContextFactory



getJndiProviderUrl
String getJndiProviderUrl()(Code)
Returns the value of the 'Jndi Provider Url' attribute. The default value is "file:/C:/CBESB/jndiDir".

If the meaning of the 'Jndi Provider Url' attribute isn't clear, there really should be more of a description here...

the value of the 'Jndi Provider Url' attribute.
See Also:   JMSConfig.setJndiProviderUrl(String)
See Also:   com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.componentflowPackage.getJMSConfig_JndiProviderUrl



getQueryExpression
String getQueryExpression()(Code)
Returns the value of the 'Query Expression' attribute. The default value is "".

If the meaning of the 'Query Expression' attribute isn't clear, there really should be more of a description here...

the value of the 'Query Expression' attribute.
See Also:   JMSConfig.setQueryExpression(String)
See Also:   com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.componentflowPackage.getJMSConfig_QueryExpression



getReadStyle
ReadStyleType getReadStyle()(Code)
Returns the value of the 'Read Style' attribute. The default value is "raw". The literals are from the enumeration com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.ReadStyleType .

If the meaning of the 'Read Style' attribute isn't clear, there really should be more of a description here...

the value of the 'Read Style' attribute.
See Also:   com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.ReadStyleType
See Also:   JMSConfig.setReadStyle(ReadStyleType)
See Also:   com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.componentflowPackage.getJMSConfig_ReadStyle



getRecordsPerMessage
String getRecordsPerMessage()(Code)
Returns the value of the 'Records Per Message' attribute. The default value is "0".

If the meaning of the 'Records Per Message' attribute isn't clear, there really should be more of a description here...

the value of the 'Records Per Message' attribute.
See Also:   JMSConfig.setRecordsPerMessage(String)
See Also:   com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.componentflowPackage.getJMSConfig_RecordsPerMessage



getReplyDestinationName
String getReplyDestinationName()(Code)
Returns the value of the 'Reply Destination Name' attribute.

If the meaning of the 'Reply Destination Name' attribute isn't clear, there really should be more of a description here...

the value of the 'Reply Destination Name' attribute.
See Also:   JMSConfig.setReplyDestinationName(String)
See Also:   com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.componentflowPackage.getJMSConfig_ReplyDestinationName



getReplyTimeout
String getReplyTimeout()(Code)
Returns the value of the 'Reply Timeout' attribute. The default value is "0".

If the meaning of the 'Reply Timeout' attribute isn't clear, there really should be more of a description here...

the value of the 'Reply Timeout' attribute.
See Also:   JMSConfig.setReplyTimeout(String)
See Also:   com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.componentflowPackage.getJMSConfig_ReplyTimeout



getServiceName
String getServiceName()(Code)
Returns the value of the 'Service Name' attribute.

If the meaning of the 'Service Name' attribute isn't clear, there really should be more of a description here...

the value of the 'Service Name' attribute.
See Also:   JMSConfig.setServiceName(String)
See Also:   com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.componentflowPackage.getJMSConfig_ServiceName



getTargetDestinationName
String getTargetDestinationName()(Code)
Returns the value of the 'Target Destination Name' attribute.

If the meaning of the 'Target Destination Name' attribute isn't clear, there really should be more of a description here...

the value of the 'Target Destination Name' attribute.
See Also:   JMSConfig.setTargetDestinationName(String)
See Also:   com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.componentflowPackage.getJMSConfig_TargetDestinationName



getWriteStyle
ReadStyleType getWriteStyle()(Code)
Returns the value of the 'Write Style' attribute. The default value is "raw". The literals are from the enumeration com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.ReadStyleType .

If the meaning of the 'Write Style' attribute isn't clear, there really should be more of a description here...

the value of the 'Write Style' attribute.
See Also:   com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.ReadStyleType
See Also:   JMSConfig.setWriteStyle(ReadStyleType)
See Also:   com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.componentflowPackage.getJMSConfig_WriteStyle



isEnableQuery
boolean isEnableQuery()(Code)
Returns the value of the 'Enable Query' attribute.

If the meaning of the 'Enable Query' attribute isn't clear, there really should be more of a description here...

the value of the 'Enable Query' attribute.
See Also:   JMSConfig.setEnableQuery(boolean)
See Also:   com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.componentflowPackage.getJMSConfig_EnableQuery



setDestinationStyle
void setDestinationStyle(DestinationStyleType value)(Code)
Sets the value of the ' com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.JMSConfig.getDestinationStyle Destination Style ' attribute.
Parameters:
  value - the new value of the 'Destination Style' attribute.
See Also:   com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.DestinationStyleType
See Also:   JMSConfig.getDestinationStyle()



setEnableQuery
void setEnableQuery(boolean value)(Code)
Sets the value of the ' com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.JMSConfig.isEnableQuery Enable Query ' attribute.
Parameters:
  value - the new value of the 'Enable Query' attribute.
See Also:   JMSConfig.isEnableQuery()



setJndiConnectionFactoryName
void setJndiConnectionFactoryName(String value)(Code)
Sets the value of the ' com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.JMSConfig.getJndiConnectionFactoryName Jndi Connection Factory Name ' attribute.
Parameters:
  value - the new value of the 'Jndi Connection Factory Name' attribute.
See Also:   JMSConfig.getJndiConnectionFactoryName()



setJndiInitialContextFactory
void setJndiInitialContextFactory(String value)(Code)
Sets the value of the ' com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.JMSConfig.getJndiInitialContextFactory Jndi Initial Context Factory ' attribute.
Parameters:
  value - the new value of the 'Jndi Initial Context Factory' attribute.
See Also:   JMSConfig.getJndiInitialContextFactory()



setJndiProviderUrl
void setJndiProviderUrl(String value)(Code)
Sets the value of the ' com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.JMSConfig.getJndiProviderUrl Jndi Provider Url ' attribute.
Parameters:
  value - the new value of the 'Jndi Provider Url' attribute.
See Also:   JMSConfig.getJndiProviderUrl()



setQueryExpression
void setQueryExpression(String value)(Code)
Sets the value of the ' com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.JMSConfig.getQueryExpression Query Expression ' attribute.
Parameters:
  value - the new value of the 'Query Expression' attribute.
See Also:   JMSConfig.getQueryExpression()



setReadStyle
void setReadStyle(ReadStyleType value)(Code)
Sets the value of the ' com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.JMSConfig.getReadStyle Read Style ' attribute.
Parameters:
  value - the new value of the 'Read Style' attribute.
See Also:   com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.ReadStyleType
See Also:   JMSConfig.getReadStyle()



setRecordsPerMessage
void setRecordsPerMessage(String value)(Code)
Sets the value of the ' com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.JMSConfig.getRecordsPerMessage Records Per Message ' attribute.
Parameters:
  value - the new value of the 'Records Per Message' attribute.
See Also:   JMSConfig.getRecordsPerMessage()



setReplyDestinationName
void setReplyDestinationName(String value)(Code)
Sets the value of the ' com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.JMSConfig.getReplyDestinationName Reply Destination Name ' attribute.
Parameters:
  value - the new value of the 'Reply Destination Name' attribute.
See Also:   JMSConfig.getReplyDestinationName()



setReplyTimeout
void setReplyTimeout(String value)(Code)
Sets the value of the ' com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.JMSConfig.getReplyTimeout Reply Timeout ' attribute.
Parameters:
  value - the new value of the 'Reply Timeout' attribute.
See Also:   JMSConfig.getReplyTimeout()



setServiceName
void setServiceName(String value)(Code)
Sets the value of the ' com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.JMSConfig.getServiceName Service Name ' attribute.
Parameters:
  value - the new value of the 'Service Name' attribute.
See Also:   JMSConfig.getServiceName()



setTargetDestinationName
void setTargetDestinationName(String value)(Code)
Sets the value of the ' com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.JMSConfig.getTargetDestinationName Target Destination Name ' attribute.
Parameters:
  value - the new value of the 'Target Destination Name' attribute.
See Also:   JMSConfig.getTargetDestinationName()



setWriteStyle
void setWriteStyle(ReadStyleType value)(Code)
Sets the value of the ' com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.JMSConfig.getWriteStyle Write Style ' attribute.
Parameters:
  value - the new value of the 'Write Style' attribute.
See Also:   com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.ReadStyleType
See Also:   JMSConfig.getWriteStyle()



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