|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.safmq.MQConnection.QueuePermissions
public class MQConnection.QueuePermissions
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 |
---|
public java.lang.String getEntityName()
public boolean getDestroy()
public boolean getIsGroup()
public boolean getRead()
public boolean getWrite()
public boolean getChangeSecurity()
|
Copyright Matthew J. Battey, 2004-2010; Powered By: |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |