com.safmq
Class MQConnection.QueuePermissions

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

public class MQConnection.QueuePermissions
extends java.lang.Object

Contains an entity's permission when accessing a queue.


Method Summary
 boolean getChangeSecurity()
          Provides a flag whether the entity is allowed to change the security for the queue.
 boolean getDestroy()
          Provides the flag whether this entity may remove the queue from the server.
 java.lang.String getEntityName()
          Provides the name of the entity these permissions pertain to.
 boolean getIsGroup()
          Provides a flag whether this entity is a group.
 boolean getRead()
          Provides a flag whether this entity is allowed to read from the queue.
 boolean getWrite()
          Provides a flag whether this entity is allowed to write to the queue.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getEntityName

public java.lang.String getEntityName()
Provides the name of the entity these permissions pertain to.

Returns:
Returns the name of the entity these permissions pertain to.

getDestroy

public boolean getDestroy()
Provides the flag whether this entity may remove the queue from the server.

Returns:
Returns the flag whether this entity may remove the queue from the server.

getIsGroup

public boolean getIsGroup()
Provides a flag whether this entity is a group.

Returns:
Returns a flag whether this entity is a group.

getRead

public boolean getRead()
Provides a flag whether this entity is allowed to read from the queue.

Returns:
Returns a flag whether this entity is allowed to read from the queue.

getWrite

public boolean getWrite()
Provides a flag whether this entity is allowed to write to the queue.

Returns:
Returns a flag whether this entity is allowed to write to the queue.

getChangeSecurity

public boolean getChangeSecurity()
Provides a flag whether the entity is allowed to change the security for the queue.

Returns:
The a flag whether the entity is allowed to change the security for the queue.

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