org.objectweb.joram.shared.admin
Class CreateUserReply
- java.io.Serializable
public class CreateUserReply
A CreateUserReply
instance replies to a user creation request,
produced by the AdminTopic.
- Serialized Form
CreateUserReply(String id, String info) - Constructs a
CreateUserReply instance.
|
String | getProxId() - Returns the id of the user's proxy.
|
CreateUserReply
public CreateUserReply(String id,
String info)
Constructs a CreateUserReply
instance.
id
- The id of the created proxy.info
- Related information.
getProxId
public String getProxId()
Returns the id of the user's proxy.
Copyright B) 2004 Scalagent - All rights reserved