|
Joram ${version} | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.joram.shared.admin.AdminReply
org.objectweb.joram.shared.admin.Monitor_Reply
org.objectweb.joram.shared.admin.Monitor_GetFreeAccessRep
A Monitor_GetFreeAccessRep
instance carries the free access
settings of a destination.
Field Summary |
Fields inherited from class org.objectweb.joram.shared.admin.AdminReply |
NAME_ALREADY_USED, SERVER_ID_ALREADY_USED, START_FAILURE, UNKNOWN_SERVER |
Constructor Summary | |
Monitor_GetFreeAccessRep(boolean freeReading,
boolean freeWriting)
Constructs a Monit_GetFreeAccessRep instance. |
Method Summary | |
boolean |
getFreeReading()
Returns true if READ access is free. |
boolean |
getFreeWriting()
Returns true if WRITE access is free. |
Methods inherited from class org.objectweb.joram.shared.admin.AdminReply |
getErrorCode, getInfo, getReplyObject, succeeded, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Monitor_GetFreeAccessRep(boolean freeReading, boolean freeWriting)
Monit_GetFreeAccessRep
instance.
freeReading
- true
if READ access is free.freeWriting
- true
if WRITE access is free.Method Detail |
public boolean getFreeReading()
true
if READ access is free.
public boolean getFreeWriting()
true
if WRITE access is free.
|
Joram ${version} | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |