Java Doc for TextMessageImpl.java in  » Net » Coadunation_1.0.1 » com » rift » coad » daemon » messageservice » message » 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 » Net » Coadunation_1.0.1 » com.rift.coad.daemon.messageservice.message 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   com.rift.coad.daemon.messageservice.message.MessageImpl
      com.rift.coad.daemon.messageservice.message.TextMessageImpl

TextMessageImpl
public class TextMessageImpl extends MessageImpl implements TextMessage(Code)
The implementation of the text message object.
author:
   Brett Chaldecott



Constructor Summary
public  TextMessageImpl(String messageId, String user, String sessionId, List principals, int status)
    
public  TextMessageImpl(String messageId, Date created, int retries, Date processedDate, String user, String sessionId, List principals, String from, int messageType, int status)
     Creates a new instance of MessageImpl.

Method Summary
public  voidclearBody()
     This clears the body of the message.
public  StringgetTextBody()
     This method returns the text body of this message.
public  voidsetTextBody(String text)
     This method sets the text body of a text message.


Constructor Detail
TextMessageImpl
public TextMessageImpl(String messageId, String user, String sessionId, List principals, int status)(Code)
Creates a new instance of TextMessageImpl
Parameters:
  messageId - The unique identifier for this message.
Parameters:
  user - The user of this message.
Parameters:
  sessionId - The id of this user session.
Parameters:
  principals - The list of principals assigned to this message.
Parameters:
  status - The status of this message.



TextMessageImpl
public TextMessageImpl(String messageId, Date created, int retries, Date processedDate, String user, String sessionId, List principals, String from, int messageType, int status)(Code)
Creates a new instance of MessageImpl.
Parameters:
  messageId - The id of the message that was created.
Parameters:
  create - The created time stamp.
Parameters:
  retries - The number of retries of this message.
Parameters:
  processedDate - The last time this message was processed.
Parameters:
  user - The name of the user.
Parameters:
  sessionId - The id of this user session.
Parameters:
  principals - The list of principals.
Parameters:
  from - The from address of the message.
Parameters:
  messageType - The type of message being used.
Parameters:
  status - The status of this message.




Method Detail
clearBody
public void clearBody() throws MessageServiceException(Code)
This clears the body of the message.
exception:
  MessageServiceException -



getTextBody
public String getTextBody() throws MessageServiceException(Code)
This method returns the text body of this message. The string containing the text body.
exception:
  MessageServiceException -



setTextBody
public void setTextBody(String text) throws MessageServiceException(Code)
This method sets the text body of a text message.
Parameters:
  text - The text to set as the body of this message.
exception:
  MessageServiceException -



Methods inherited from com.rift.coad.daemon.messageservice.message.MessageImpl
public void acknowledge() throws MessageServiceException(Code)(Java Doc)
public void addError(int level, String msg) throws MessageServiceException(Code)(Java Doc)
public void addError(MessageError error)(Code)(Java Doc)
abstract public void clearBody() throws MessageServiceException(Code)(Java Doc)
public void clearProperties() throws MessageServiceException(Code)(Java Doc)
public Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean containsProperty(String name) throws MessageServiceException(Code)(Java Doc)
public boolean getBooleanProperty(String name) throws MessageServiceException, InvalidProperty(Code)(Java Doc)
public byte getByteProperty(String name) throws MessageServiceException, InvalidProperty(Code)(Java Doc)
public String getCorrelationId() throws MessageServiceException(Code)(Java Doc)
public Date getCreated()(Code)(Java Doc)
public double getDoubleProperty(String name) throws MessageServiceException, InvalidProperty(Code)(Java Doc)
public List getErrors() throws MessageServiceException(Code)(Java Doc)
public float getFloatProperty(String name) throws MessageServiceException, InvalidProperty(Code)(Java Doc)
public String getFrom() throws MessageServiceException(Code)(Java Doc)
public int getIntProperty(String name) throws MessageServiceException, InvalidProperty(Code)(Java Doc)
public long getLongProperty(String name) throws MessageServiceException, InvalidProperty(Code)(Java Doc)
public String getMessageCreater()(Code)(Java Doc)
public String getMessageId()(Code)(Java Doc)
public List getMessagePrincipals()(Code)(Java Doc)
public int getMessageType()(Code)(Java Doc)
public Date getNextProcessDate()(Code)(Java Doc)
public Object getObjectProperty(String name) throws MessageServiceException, InvalidProperty(Code)(Java Doc)
public int getPriority()(Code)(Java Doc)
public Date getProcessedDate()(Code)(Java Doc)
public Enumeration getPropertyNames() throws MessageServiceException(Code)(Java Doc)
public Object getPropertyValue(String name) throws MessageServiceException, InvalidProperty(Code)(Java Doc)
public boolean getReply() throws MessageServiceException(Code)(Java Doc)
public String getReplyNamedQueue() throws MessageServiceException(Code)(Java Doc)
public String getReplyTo() throws MessageServiceException(Code)(Java Doc)
public int getRetries()(Code)(Java Doc)
public String[] getServices() throws MessageServiceException, InvalidMessageType(Code)(Java Doc)
public String getSessionId()(Code)(Java Doc)
public int getState() throws MessageServiceException(Code)(Java Doc)
public String getStringProperty(String name) throws MessageServiceException, InvalidProperty(Code)(Java Doc)
public String getTarget() throws MessageServiceException, InvalidMessageType(Code)(Java Doc)
public String getTargetNamedQueue() throws MessageServiceException(Code)(Java Doc)
public void incrementRetries()(Code)(Java Doc)
public boolean isAcknowledged() throws MessageServiceException(Code)(Java Doc)
public boolean propertyExists(String name) throws MessageServiceException(Code)(Java Doc)
public void setBooleanProperty(String name, boolean value) throws MessageServiceException(Code)(Java Doc)
public void setByteProperty(String name, byte value) throws MessageServiceException(Code)(Java Doc)
public void setCorrelationId(String id) throws MessageServiceException(Code)(Java Doc)
public void setDoubleProperty(String name, double value) throws MessageServiceException(Code)(Java Doc)
public void setFloatProperty(String name, float value) throws MessageServiceException(Code)(Java Doc)
public void setFrom(String from) throws MessageServiceException(Code)(Java Doc)
public void setIntProperty(String name, int value) throws MessageServiceException(Code)(Java Doc)
public void setLongProperty(String name, long value) throws MessageServiceException(Code)(Java Doc)
public void setMessageId(String messageId)(Code)(Java Doc)
public void setMessagePrincipals(List principals)(Code)(Java Doc)
public void setMessageType(int messageType)(Code)(Java Doc)
public void setNextProcessDate(Date nextProcessDate)(Code)(Java Doc)
public void setObjectProperty(String name, Object value) throws MessageServiceException(Code)(Java Doc)
public void setPriority(int priority) throws MessageServiceException(Code)(Java Doc)
public void setProcessedDate(Date processedDate)(Code)(Java Doc)
public void setPropertyValue(String name, Object value) throws MessageServiceException, InvalidProperty(Code)(Java Doc)
public void setReply(boolean value) throws MessageServiceException(Code)(Java Doc)
public void setReplyNamedQueue(String name) throws MessageServiceException(Code)(Java Doc)
public void setReplyTo(String replyTo) throws MessageServiceException(Code)(Java Doc)
public void setServices(String[] services) throws MessageServiceException, InvalidMessageType(Code)(Java Doc)
public void setState(int status) throws MessageServiceException(Code)(Java Doc)
public void setStringProperty(String name, String value) throws MessageServiceException(Code)(Java Doc)
public void setTarget(String target) throws MessageServiceException, InvalidMessageType(Code)(Java Doc)
public void setTargetNamedQueue(String name) throws MessageServiceException(Code)(Java Doc)

Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

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