org.objectweb.joram.shared.admin
Class CreateUserReply

java.lang.Object
  extended byorg.objectweb.joram.shared.admin.AdminReply
      extended byorg.objectweb.joram.shared.admin.CreateUserReply
All Implemented Interfaces:
java.io.Serializable

public class CreateUserReply
extends AdminReply

A CreateUserReply instance replies to a user creation request, produced by the AdminTopic.

See Also:
Serialized Form

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

CreateUserReply

public CreateUserReply(java.lang.String id,
                       java.lang.String info)
Constructs a CreateUserReply instance.

Parameters:
id - The id of the created proxy.
info - Related information.
Method Detail

getProxId

public java.lang.String getProxId()
Returns the id of the user's proxy.



Copyright ? 2004 Scalagent - All rights reserved