JmsTextMessage.h

Go to the documentation of this file.
00001 
00009 #ifndef _JMS_TEXT_MESSAGE_H
00010 #define _JMS_TEXT_MESSAGE_H 1
00011 
00012 #include <JmsCommon.h>
00013 #include <JmsSession.h>
00014 #include <JmsMessage.h>
00015 #include <JmsTypes.h>
00016 
00020 typedef JmsMessage JmsTextMessage;
00021 
00022 #ifdef __cplusplus
00023 extern "C" {
00024 #endif
00025 
00041 extern int JMSENTRY JmsSessionTextMessageCreate(
00042   JmsSession          *  session,
00043   JmsString            *  text,
00044   JmsTextMessage  ** message,
00045   JMS64I              flags
00046 );
00047 
00060 extern int JMSENTRY JmsTextMessageSetText(
00061   JmsTextMessage  * message,
00062   JmsString       * text,
00063   JMS64I              flags
00064 );
00065 
00080 extern int JMSENTRY JmsTextMessageGetText(
00081   JmsTextMessage  * message,
00082   JmsString       * text,
00083   JMS64I              flags
00084 );
00085 
00086 #ifdef __cplusplus
00087 }
00088 #endif /* __cplusplus */
00089 #endif /* _JMS_TEXT_MESSAGE_H */

Contact Oracle    Legal Notices    Copyright 1996,2011. Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server JMS C API Reference
12c Release 1 (12.1.1)

Part Number E24392-01


Generated by doxygen 1.2.18