|
||||||||||
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.
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 |
getInfo, getReplyObject, succeeded |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |