Uses of Interface
org.xsocket.connection.IConnectionPool

Packages that use IConnectionPool
org.xsocket.connection Provides classes to handle a connection-oriented, sequenced flow of data in a blocking or non-blocking mode on the server and on the client side. 
 

Uses of IConnectionPool in org.xsocket.connection
 

Classes in org.xsocket.connection that implement IConnectionPool
 class BlockingConnectionPool
          A blocking connection pool implementation.
 class NonBlockingConnectionPool
          A connection pool implementation.
 

Methods in org.xsocket.connection with parameters of type IConnectionPool
static ObjectName ConnectionUtils.registerMBean(IConnectionPool pool)
          creates and registers a mbean for the given connection pool on the platform MBeanServer
static ObjectName ConnectionUtils.registerMBean(IConnectionPool pool, String domain)
          creates and registers a mbean for the given connection pool on the platform MBeanServer under the given domain name
static ObjectName ConnectionUtils.registerMBean(IConnectionPool pool, String domain, MBeanServer mbeanServer)
          creates and registers a mbean for the given pool on the given MBeanServer under the given domain name
 



Copyright 2010 xSocket.org