Skip navigation.
Main Page  |  Data Structures  |  File List  |  Data Fields  |  Globals

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 BEA    Feedback    Privacy    © 2005 BEA Systems

Generated by doxygen 1.2.18