org.objectweb.joram.shared.admin

Class CreateDestinationReply

Implemented Interfaces:
java.io.Serializable

public class CreateDestinationReply
extends AdminReply

A CreateDestinationReply instance replies to a destination creation request, produced by the AdminTopic.

See Also:
Serialized Form

Constructor Summary

CreateDestinationReply(String id, String info)
Constructs a CreateDestinationReply instance.

Method Summary

String
getDestId()
Returns the id of the created queue.

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

getInfo, getReplyObject, succeeded

Constructor Details

CreateDestinationReply

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

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

Method Details

getDestId

public String getDestId()
Returns the id of the created queue.


Copyright B) 2004 Scalagent - All rights reserved