com.safmq
Class MQConnection.UserDescription

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

public class MQConnection.UserDescription
extends java.lang.Object

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


Method Summary
 boolean equals(java.lang.Object o)
           
 java.lang.String getDescription()
          Provides the description of the user
 java.lang.String getName()
          Provides the name of the user
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getName

public java.lang.String getName()
Provides the name of the user

Returns:
The name of the user

getDescription

public java.lang.String getDescription()
Provides the description of the user

Returns:
The description of the user

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

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