com.web_visage.ichat
Interface IChatResource

All Known Subinterfaces:
ConnectionResource
All Known Implementing Classes:
DefaultConnectionResource

public interface IChatResource

IChat resource.

Author:
K.Baturytski

Method Summary
 void acquire()
          Acquires new resource.
 void release()
          Releases the resource and performs necessary cleanup.
 

Method Detail

acquire

void acquire()
             throws IChatException,
                    java.io.IOException
Acquires new resource.

Throws:
IChatException
java.io.IOException

release

void release()
             throws IChatException,
                    java.io.IOException
Releases the resource and performs necessary cleanup.

Throws:
IChatException
java.io.IOException