All Packages Class Hierarchy This Package Previous Next Index
|  | 
java.lang.Object
   |
   +----Acme.Conf.Topic
           |
           +----Acme.Conf.Server.TopicServer
 Fetch the software.
 Fetch the entire Acme package.
 
 TopicServer(Session, String, String, String)
	TopicServer(Session, String, String, String)
   
 addResponse(Session, String, String)
	addResponse(Session, String, String)
   freeze(Session)
	freeze(Session)
   getCreator()
	getCreator()
   getDate()
	getDate()
   getLastResponseNumber()
	getLastResponseNumber()
   getResponse(int)
	getResponse(int)
   getTitle()
	getTitle()
   isFrozen()
	isFrozen()
   isRetired()
	isRetired()
   retire(Session)
	retire(Session)
   unfreeze(Session)
	unfreeze(Session)
   unretire(Session)
	unretire(Session)
   
 TopicServer
TopicServer
 public TopicServer(Session session,
                    String title,
                    String pseud,
                    String text)
 
 getDate
getDate
public long getDate()
 getCreator
getCreator
public User getCreator()
 getTitle
getTitle
public String getTitle()
 getLastResponseNumber
getLastResponseNumber
public int getLastResponseNumber()
 getResponse
getResponse
public Response getResponse(int n)
 isRetired
isRetired
public boolean isRetired()
 isFrozen
isFrozen
public boolean isFrozen()
 retire
retire
public void retire(Session session)
Only a host or the topic creator may do this.
 unretire
unretire
public void unretire(Session session)
Only a host or the topic creator may do this.
 freeze
freeze
public void freeze(Session session)
Only a host or the topic creator may do this.
 unfreeze
unfreeze
public void unfreeze(Session session)
Only a host or the topic creator may do this.
 addResponse
addResponse
 public int addResponse(Session session,
                        String pseud,
                        String text)
Note that there is no method for linking an existing response. Unlike topics, which can be in multiple conferences, responses can be in only one topic.
All Packages Class Hierarchy This Package Previous Next Index
ACME Java ACME Labs