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

Packages that use IndependentCommunication
context.arch   
context.arch.comm   
context.arch.comm.clients   
context.arch.comm.language   
context.arch.discoverer   
context.arch.enactor   
context.arch.handler   
context.arch.widget   
 

Uses of IndependentCommunication in context.arch
 

Methods in context.arch with parameters of type IndependentCommunication
 void BaseObject.independentUserRequest(IndependentCommunication request)
          This method is used to send a message through a threaded communication.
 void BaseObject.handleIndependentReply(IndependentCommunication independentCommunication)
          This method is called after the independentUserRequest has been called.
 void BaseObject.pingComponent(IndependentCommunication independentCommunication)
           
 

Uses of IndependentCommunication in context.arch.comm
 

Methods in context.arch.comm with parameters of type IndependentCommunication
 void CommunicationsObject.handleIndependentReply(IndependentCommunication independentComm)
           
 void CommunicationsObject.sendIndependentRequest(IndependentCommunication request)
           
 void CommunicationsHandler.independentUserRequest(IndependentCommunication request)
          This method is used to send a message through a threaded communication.
 

Uses of IndependentCommunication in context.arch.comm.clients
 

Fields in context.arch.comm.clients declared as IndependentCommunication
protected  IndependentCommunication Client.indComm
          The IndependentCommunication object containing the RequestObject to send
 

Methods in context.arch.comm.clients with parameters of type IndependentCommunication
 void ClientsPool.addRequest(IndependentCommunication request)
          This method is called to add an IndependentCommunication object containing the RequestObject to send, to the fifo object.
 void Client.setRequest(IndependentCommunication independentCommunication)
          This method sets the IndependentCommunication of the Client and notifies it.
 

Uses of IndependentCommunication in context.arch.comm.language
 

Methods in context.arch.comm.language with parameters of type IndependentCommunication
 void MessageHandler.handleIndependentReply(IndependentCommunication independentCommunication)
          This method is called after the independentUserRequest has been called.
 

Uses of IndependentCommunication in context.arch.discoverer
 

Methods in context.arch.discoverer with parameters of type IndependentCommunication
 void DiscovererMediator.handleIndependentReply(IndependentCommunication independentCommunication)
          Overrides the method that handle independent Reply.
protected  boolean Discoverer.sendLeaseEndNotificationTo(IndependentCommunication comm)
          This method allows to send the Lease.LEASE_END_NOTIFICATION to a context component.
 void Discoverer.handleIndependentReply(IndependentCommunication independentCommunication)
          This method is called after the independentUserRequest has been called.
 

Uses of IndependentCommunication in context.arch.enactor
 

Methods in context.arch.enactor with parameters of type IndependentCommunication
 void EnactorSubscriptionManager.handleIndependentReply(IndependentCommunication independentCommunication)
           
 

Uses of IndependentCommunication in context.arch.handler
 

Methods in context.arch.handler with parameters of type IndependentCommunication
 void Handler.handleIndependentReply(IndependentCommunication independentCommunication)
          This method is used to forward the result of an independent communication
 

Uses of IndependentCommunication in context.arch.widget
 

Methods in context.arch.widget with parameters of type IndependentCommunication
 void Widget.handleIndependentReply(IndependentCommunication independentCommunication)
          This method overrides the handleIndependentReply defined in the BaseObject class.