|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.joram.shared.admin.AdminRequest
org.objectweb.joram.shared.admin.DeleteDestination
A DeleteDestination
instance requests the deletion of
a given destination.
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 |
public DeleteDestination(java.lang.String id)
DeleteDestination
instance.
id
- The identifier of the destination to delete.Method Detail |
public java.lang.String getId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |