JmsDestination.h

Go to the documentation of this file.
00001 
00009 #ifndef _JMS_DESTINATION_H
00010 #define _JMS_DESTINATION_H 1
00011 
00012 #include <JmsCommon.h>
00013 #include <JmsContext.h>
00014 #include <JmsTypes.h>
00015 
00019 typedef struct JmsDestination JmsDestination;
00020 
00021 #ifdef __cplusplus
00022 extern "C" {
00023 #endif /* __cplusplus */
00024 
00040 extern int JMSENTRY JmsDestinationCreate(
00041   JmsContext *context,
00042   JmsString *name,
00043   JmsDestination **destination,
00044   JMS64I              flags
00045 );
00046 
00059 extern int JMSENTRY JmsDestinationDestroy(
00060     JmsDestination *destination,
00061     JMS64I              flags
00062  );
00063 
00064 #ifdef __cplusplus
00065 }
00066 #endif /* __cplusplus */
00067 #endif /* _JMS_DESTINATION_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
11g Release 1 (10.3.5)

Part Number E13942-04


Generated by doxygen 1.2.18