00001 00009 #ifndef _JMS_CONTEXT_H 00010 #define _JMS_CONTEXT_H 1 00011 00012 #include <JmsCommon.h> 00013 00017 typedef struct JmsContext JmsContext; 00018 00019 #ifdef __cplusplus 00020 extern "C" { 00021 #endif /* __cplusplus */ 00022 00041 extern int JMSENTRY JmsContextCreate( 00042 JmsString * uri, 00043 JmsString *jndiFactory, 00044 JmsString * username, 00045 JmsString * password, 00046 JmsContext ** context, 00047 JMS64I flags 00048 ); 00049 00055 extern int JMSENTRY JmsContextDestroy( 00056 JmsContext * context, 00057 JMS64I flags 00058 ); 00059 00060 #ifdef __cplusplus 00061 } 00062 #endif /* __cplusplus */ 00063 #endif /* _JMS_CONTEXT_H */
Oracle Fusion Middleware
JMS C API Reference for Oracle WebLogic Server
14c (14.1.2.0.0)
Part Number F29089-01