com.croftsoft.apps.chat.client
Class ChatClient

java.lang.Object
  extended by com.croftsoft.apps.chat.client.ChatClient
All Implemented Interfaces:
Commissionable, Destroyable, Initializable, Lifecycle, Resumable, Startable, Stoppable

public final class ChatClient
extends Object
implements Lifecycle

Chat client.

Since:
2003-06-10
Version:
2003-08-16
Author:
David Wallace Croft

Constructor Summary
ChatClient(Authentication authentication, URL servletURL)
           
 
Method Summary
 void destroy()
           
 Queue getEventQueue()
           
 Queue getRequestQueue()
           
 void init()
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChatClient

public ChatClient(Authentication authentication,
                  URL servletURL)
Method Detail

init

public void init()
Specified by:
init in interface Initializable

start

public void start()
Specified by:
start in interface Startable

stop

public void stop()
Specified by:
stop in interface Stoppable

destroy

public void destroy()
Specified by:
destroy in interface Destroyable

getEventQueue

public Queue getEventQueue()

getRequestQueue

public Queue getRequestQueue()

CroftSoft Javadoc

CroftSoft Apps Javadoc (2008-09-28 21:15:07)