|
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.CreateUserReply
A CreateUserReply
instance replies to a user creation request,
produced by the AdminTopic.
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 | |
CreateUserReply(java.lang.String id,
java.lang.String info)
Constructs a CreateUserReply instance. |
Method Summary | |
java.lang.String |
getProxId()
Returns the id of the user's proxy. |
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 CreateUserReply(java.lang.String id, java.lang.String info)
CreateUserReply
instance.
id
- The id of the created proxy.info
- Related information.Method Detail |
public java.lang.String getProxId()
|
Joram ${version} | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |