Joram ${version}

org.objectweb.joram.shared.admin
Class DeleteDestination

java.lang.Object
  extended byorg.objectweb.joram.shared.admin.AdminRequest
      extended byorg.objectweb.joram.shared.admin.DeleteDestination
All Implemented Interfaces:
java.io.Serializable

public class DeleteDestination
extends AdminRequest

A DeleteDestination instance requests the deletion of a given destination.

See Also:
Serialized Form

Constructor Summary
DeleteDestination(java.lang.String id)
          Constructs a DeleteDestination instance.
 
Method Summary
 java.lang.String getId()
          Returns the identifier of the destination to delete.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeleteDestination

public DeleteDestination(java.lang.String id)
Constructs a DeleteDestination instance.

Parameters:
id - The identifier of the destination to delete.
Method Detail

getId

public java.lang.String getId()
Returns the identifier of the destination to delete.


Joram ${version}

Copyright © 2005 Scalagent - All rights reserved