Joram ${version}

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

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

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.


Joram ${version}

Copyright © 2005 Scalagent - All rights reserved