Java Doc for MessageImpl.java in  » EJB-Server-JBoss-4.2.1 » jms » org » jboss » jms » serverless » 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 » jms » org.jboss.jms.serverless 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.jboss.jms.serverless.MessageImpl

All known Subclasses:   org.jboss.jms.serverless.TextMessageImpl,
MessageImpl
class MessageImpl implements Message,Serializable(Code)

author:
   Ovidiu Feodorov
version:
   $Revision: 57195 $ $Date: 2006-09-26 08:08:17 -0400 (Tue, 26 Sep 2006) $


Field Summary
final static  longserialVersionUID
    


Method Summary
public  voidacknowledge()
    
public  voidclearBody()
    
public  voidclearProperties()
    
public  booleangetBooleanProperty(String name)
    
public  bytegetByteProperty(String name)
    
public  doublegetDoubleProperty(String name)
    
public  floatgetFloatProperty(String name)
    
public  intgetIntProperty(String name)
    
public  StringgetJMSCorrelationID()
    
public  byte[]getJMSCorrelationIDAsBytes()
    
public  intgetJMSDeliveryMode()
    
public  DestinationgetJMSDestination()
    
public  longgetJMSExpiration()
    
public  StringgetJMSMessageID()
    
public  intgetJMSPriority()
    
public  booleangetJMSRedelivered()
    
public  DestinationgetJMSReplyTo()
    
public  longgetJMSTimestamp()
    
public  StringgetJMSType()
    
public  longgetLongProperty(String name)
    
public  ObjectgetObjectProperty(String name)
    
public  EnumerationgetPropertyNames()
    
public  shortgetShortProperty(String name)
    
public  StringgetStringProperty(String name)
    
public  booleanpropertyExists(String name)
    
public  voidsetBooleanProperty(String name, boolean value)
    
public  voidsetByteProperty(String name, byte value)
    
public  voidsetDoubleProperty(String name, double value)
    
public  voidsetFloatProperty(String name, float value)
    
public  voidsetIntProperty(String name, int value)
    
public  voidsetJMSCorrelationID(String correlationID)
    
public  voidsetJMSCorrelationIDAsBytes(byte[] correlationID)
    
public  voidsetJMSDeliveryMode(int deliveryMode)
    
public  voidsetJMSDestination(Destination dest)
    
public  voidsetJMSExpiration(long expiration)
    
public  voidsetJMSMessageID(String id)
    
public  voidsetJMSPriority(int priority)
    
public  voidsetJMSRedelivered(boolean redelivered)
    
public  voidsetJMSReplyTo(Destination replyTo)
    
public  voidsetJMSTimestamp(long timestamp)
    
public  voidsetJMSType(String type)
    
public  voidsetLongProperty(String name, long value)
    
public  voidsetObjectProperty(String name, Object value)
    
public  voidsetShortProperty(String name, short value)
    
public  voidsetStringProperty(String name, String value)
    

Field Detail
serialVersionUID
final static long serialVersionUID(Code)





Method Detail
acknowledge
public void acknowledge() throws JMSException(Code)



clearBody
public void clearBody() throws JMSException(Code)



clearProperties
public void clearProperties() throws JMSException(Code)



getBooleanProperty
public boolean getBooleanProperty(String name) throws JMSException(Code)



getByteProperty
public byte getByteProperty(String name) throws JMSException(Code)



getDoubleProperty
public double getDoubleProperty(String name) throws JMSException(Code)



getFloatProperty
public float getFloatProperty(String name) throws JMSException(Code)



getIntProperty
public int getIntProperty(String name) throws JMSException(Code)



getJMSCorrelationID
public String getJMSCorrelationID() throws JMSException(Code)



getJMSCorrelationIDAsBytes
public byte[] getJMSCorrelationIDAsBytes() throws JMSException(Code)



getJMSDeliveryMode
public int getJMSDeliveryMode() throws JMSException(Code)



getJMSDestination
public Destination getJMSDestination() throws JMSException(Code)



getJMSExpiration
public long getJMSExpiration() throws JMSException(Code)



getJMSMessageID
public String getJMSMessageID() throws JMSException(Code)



getJMSPriority
public int getJMSPriority() throws JMSException(Code)



getJMSRedelivered
public boolean getJMSRedelivered() throws JMSException(Code)



getJMSReplyTo
public Destination getJMSReplyTo() throws JMSException(Code)



getJMSTimestamp
public long getJMSTimestamp() throws JMSException(Code)



getJMSType
public String getJMSType() throws JMSException(Code)



getLongProperty
public long getLongProperty(String name) throws JMSException(Code)



getObjectProperty
public Object getObjectProperty(String name) throws JMSException(Code)



getPropertyNames
public Enumeration getPropertyNames() throws JMSException(Code)



getShortProperty
public short getShortProperty(String name) throws JMSException(Code)



getStringProperty
public String getStringProperty(String name) throws JMSException(Code)



propertyExists
public boolean propertyExists(String name) throws JMSException(Code)



setBooleanProperty
public void setBooleanProperty(String name, boolean value) throws JMSException(Code)



setByteProperty
public void setByteProperty(String name, byte value) throws JMSException(Code)



setDoubleProperty
public void setDoubleProperty(String name, double value) throws JMSException(Code)



setFloatProperty
public void setFloatProperty(String name, float value) throws JMSException(Code)



setIntProperty
public void setIntProperty(String name, int value) throws JMSException(Code)



setJMSCorrelationID
public void setJMSCorrelationID(String correlationID) throws JMSException(Code)



setJMSCorrelationIDAsBytes
public void setJMSCorrelationIDAsBytes(byte[] correlationID) throws JMSException(Code)



setJMSDeliveryMode
public void setJMSDeliveryMode(int deliveryMode) throws JMSException(Code)



setJMSDestination
public void setJMSDestination(Destination dest) throws JMSException(Code)



setJMSExpiration
public void setJMSExpiration(long expiration) throws JMSException(Code)



setJMSMessageID
public void setJMSMessageID(String id) throws JMSException(Code)



setJMSPriority
public void setJMSPriority(int priority) throws JMSException(Code)



setJMSRedelivered
public void setJMSRedelivered(boolean redelivered) throws JMSException(Code)



setJMSReplyTo
public void setJMSReplyTo(Destination replyTo) throws JMSException(Code)



setJMSTimestamp
public void setJMSTimestamp(long timestamp) throws JMSException(Code)



setJMSType
public void setJMSType(String type) throws JMSException(Code)



setLongProperty
public void setLongProperty(String name, long value) throws JMSException(Code)



setObjectProperty
public void setObjectProperty(String name, Object value) throws JMSException(Code)



setShortProperty
public void setShortProperty(String name, short value) throws JMSException(Code)



setStringProperty
public void setStringProperty(String name, String value) throws JMSException(Code)



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.