Package context.arch.comm.clients

Class Summary
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.
ClientsPool This class defines a pool of threads that can handle a communication.
DiscovererClient This class is used by a context component to handle a communication with the discoverer while continuing a communication with another context component.
IndependentClient This class is used by a context component when it needs to communicate with a component while continuing a communication with another one.
IndependentCommunication This method is used to encapsulate all information used for an independent communication.