JmsContext.h

Go to the documentation of this file.
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 */

Contact Oracle    Legal Notices    Copyright 1996,2010. 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.3)

Part Number E13942-02


Generated by doxygen 1.2.18