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 */
Oracle Fusion Middleware
JMS C API Reference for Oracle WebLogic Server
14c (14.1.2.0.0)
Part Number F29089-01