dist1.acb.common.transport.concretePackets
Class ResponseTopics

java.lang.Object
  extended bydist1.acb.common.transport.Packet
      extended bydist1.acb.common.transport.Response
          extended bydist1.acb.common.transport.concretePackets.ResponseTopics
All Implemented Interfaces:
java.io.Serializable

public class ResponseTopics
extends Response

Response package containing currently available topics in the ACB system

Author:
Lazar Adzigogov
See Also:
Serialized Form

Nested Class Summary
 class ResponseTopics.Topic
          DOCUMENT ME!
 
Constructor Summary
ResponseTopics(Request request)
          Creates a new instance of RequestShare
 
Method Summary
 void addTopic(int topicId, java.lang.String topicName, int parentTopic)
          DOCUMENT ME!
 java.util.LinkedList getTopics()
          Getter for property topics.
 void setTopics(java.util.LinkedList topics)
          Setter for property topics.
 
Methods inherited from class dist1.acb.common.transport.Packet
equals, getId, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResponseTopics

public ResponseTopics(Request request)
Creates a new instance of RequestShare

Parameters:
request - DOCUMENT ME!
Method Detail

setTopics

public void setTopics(java.util.LinkedList topics)
Setter for property topics.

Parameters:
topics - New value of property topics.

getTopics

public java.util.LinkedList getTopics()
Getter for property topics.

Returns:
Value of property topics.

addTopic

public void addTopic(int topicId,
                     java.lang.String topicName,
                     int parentTopic)
DOCUMENT ME!

Parameters:
topicId - DOCUMENT ME!
topicName - DOCUMENT ME!
parentTopic - DOCUMENT ME!


Copyright © 2004 Phoenix Team (CMU/AIT). All Rights Reserved.