org.objectweb.joram.shared.admin

Class CreateUserReply

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(String id, String info)
Constructs a CreateUserReply instance.

Method Summary

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

Methods inherited from class org.objectweb.joram.shared.admin.AdminReply

getInfo, getReplyObject, succeeded

Constructor Details

CreateUserReply

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

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

Method Details

getProxId

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


Copyright B) 2004 Scalagent - All rights reserved