Joram ${version}

org.objectweb.joram.shared.admin
Class CreateDestinationReply

java.lang.Object
  extended byorg.objectweb.joram.shared.admin.AdminReply
      extended byorg.objectweb.joram.shared.admin.CreateDestinationReply
All 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

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
CreateDestinationReply(java.lang.String id, java.lang.String name, java.lang.String type, java.lang.String info)
          Constructs a CreateDestinationReply instance.
 
Method Summary
 java.lang.String getId()
          Returns the id of the created queue.
 java.lang.String getName()
           
 java.lang.String getType()
           
 java.lang.String toString()
           
 
Methods inherited from class org.objectweb.joram.shared.admin.AdminReply
getErrorCode, getInfo, getReplyObject, succeeded
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CreateDestinationReply

public CreateDestinationReply(java.lang.String id,
                              java.lang.String name,
                              java.lang.String type,
                              java.lang.String info)
Constructs a CreateDestinationReply instance.

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

getId

public final java.lang.String getId()
Returns the id of the created queue.


getName

public final java.lang.String getName()

getType

public final java.lang.String getType()

toString

public java.lang.String toString()
Overrides:
toString in class AdminReply

Joram ${version}

Copyright © 2005 Scalagent - All rights reserved