org.mobicents.csapi.jr.slee
Interface ClientConnection


public interface ClientConnection

This interface defines the behaviour common to all client connections.


Method Summary
 void close()
          Closes this Connection.
 

Method Detail

close

void close()
           throws javax.slee.resource.ResourceException
Closes this Connection. Any further invocations will throw an Exception It is imperative that close() is called before this reference goes out of scope or the connection pooling in the application server may not function correctly.

Throws:
javax.slee.resource.ResourceException - if close fails


Copyright © 2009. All Rights Reserved.