org.objectweb.joram.shared.admin

Class DeleteDestination

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

Method Summary

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

Constructor Details

DeleteDestination

public DeleteDestination(String id)
Constructs a DeleteDestination instance.

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

Method Details

getId

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


Copyright B) 2004 Scalagent - All rights reserved