JmsQueue.h File Reference

Describes a JmsQueue handle. More...

#include <JmsCommon.h>
#include <JmsTypes.h>
#include <JmsDestination.h>

Go to the source code of this file.


Typedefs

typedef JmsDestination JmsQueue

Functions

int JMSENTRY JmsQueueGetName (JmsQueue *queue, JmsString *name, JMS64I flags)

Detailed Description

Describes a JmsQueue handle.

This file describes the functions that can be performed on a JmsQueue handle A JmsQueue handle corresponds to javax.jms.Queue

Author:
Copyright (c) 2002, BEA Systems, Inc.

Typedef Documentation

typedef JmsDestination JmsQueue
 

A queue handle that represents the class javax.jms.Queue


Function Documentation

int JMSENTRY JmsQueueGetName JmsQueue   queue,
JmsString   name,
JMS64I    flags
 

Gets the name of this queue

Parameters:
queue  Must be a valid queue handle. May not be NULL
name  May not be NULL. On success will contain the name of this queue
flags  Reserved for future use. Must be zero
Returns:
  • JMS_NO_ERROR
  • JMS_GOT_EXCEPTION
  • JMS_INPUT_PARAM_ERROR
  • JMS_MALLOC_ERROR
  • JMS_JVM_ERROR
  • JMS_NEED_SPACE

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