Joram ${version}

org.objectweb.joram.shared.admin
Class UnsetFather

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

public class UnsetFather
extends AdminRequest

An UnsetFather instance is used for notifying a topic to unset its father.

See Also:
Serialized Form

Constructor Summary
UnsetFather(java.lang.String id)
          Constructs an UnsetFather instance.
 
Method Summary
 java.lang.String getTopId()
          Returns the identifier of the topic which father is unset.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnsetFather

public UnsetFather(java.lang.String id)
Constructs an UnsetFather instance.

Parameters:
id - Identifier of the topic which has father is unset.
Method Detail

getTopId

public java.lang.String getTopId()
Returns the identifier of the topic which father is unset.


Joram ${version}

Copyright © 2005 Scalagent - All rights reserved