com.safmq
Class MQConnection.QueueData

java.lang.Object
  extended by com.safmq.MQConnection.QueueData
Enclosing class:
MQConnection

public class MQConnection.QueueData
extends java.lang.Object

Result data from a call to MQConnection.EnumerateQueues(Vector). Instances of this class are placed into the vector passed to EnumerateQueues() to detail the specifics of the queue.

See Also:
MQConnection.EnumerateQueues(Vector)

Method Summary
 java.lang.String getName()
          Provides the queue's name.
 java.lang.String getOwner()
          Provides the queue's owner's name.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getName

public java.lang.String getName()
Provides the queue's name.

Returns:
The queue's name.

getOwner

public java.lang.String getOwner()
Provides the queue's owner's name.

Returns:
The queue's owner's name.

Copyright Matthew J. Battey, 2004-2010;
Powered By: Get SAFMQ: Store and Forward Message Queue at SourceForge.net. Fast, secure and Free Open Source software downloads