Uses of Class
context.arch.comm.clients.ClientsPool

Packages that use ClientsPool
context.arch.comm.clients   
 

Uses of ClientsPool in context.arch.comm.clients
 

Subclasses of ClientsPool in context.arch.comm.clients
 class Client
          This class allows to get an IndependentCommunication object, to send the contained RequestObject via the BaseObject, to get the reply or the exceptions, and to send back all that information to the caller BaseObject thru the BaseObject handleIndependentReply method.