com.web_visage.ichatserv.fwk
Class DefaultIChatServer

java.lang.Object
  extended by com.web_visage.ichatserv.fwk.DefaultIChatServer

public class DefaultIChatServer
extends java.lang.Object

Default IChat server component.

Author:
K.Baturytski

Constructor Summary
DefaultIChatServer(IChatServConfig config)
          Constructor.
 
Method Summary
 void dispose()
          Disposes the component.
 void init()
          Initializes the component.
 void start()
          Starts the component.
 void stop()
          Stops the component.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultIChatServer

public DefaultIChatServer(IChatServConfig config)
Constructor.

Parameters:
config - - configuration bean
Method Detail

init

public void init()
Initializes the component.


start

public void start()
Starts the component.


stop

public void stop()
Stops the component.


dispose

public void dispose()
Disposes the component.