|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.joram.shared.admin.AdminReply
org.objectweb.joram.shared.admin.CreateDestinationReply
A CreateDestinationReply
instance replies to a
destination creation request, produced by the AdminTopic.
Constructor Summary | |
CreateDestinationReply(java.lang.String id,
java.lang.String info)
Constructs a CreateDestinationReply instance. |
Method Summary | |
java.lang.String |
getDestId()
Returns the id of the created queue. |
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 |
public CreateDestinationReply(java.lang.String id, java.lang.String info)
CreateDestinationReply
instance.
id
- The id of the created destination.info
- Related information.Method Detail |
public java.lang.String getDestId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |