|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RequestObject | |
context.arch | |
context.arch.comm | |
context.arch.comm.clients |
Uses of RequestObject in context.arch |
Methods in context.arch with parameters of type RequestObject | |
DataObject |
BaseObject.userRequest(RequestObject request)
Sends a message to a remote component |
Uses of RequestObject in context.arch.comm |
Methods in context.arch.comm with parameters of type RequestObject | |
boolean |
RequestObject.equals(RequestObject anotherRequestObject)
Tests if 2 request objects are equal or not |
RequestData |
CommunicationsObject.sendRequest(RequestObject request)
This method creates a communications client with the given hostname and port and sends the given request using the newly created CommunicationsClient object |
DataObject |
CommunicationsHandler.userRequest(RequestObject request)
Method that allows a component to communicate with another component. |
Uses of RequestObject in context.arch.comm.clients |
Fields in context.arch.comm.clients declared as RequestObject | |
protected RequestObject |
IndependentCommunication.request
The Request object containing the DataObject to send, the port and the host to send to. |
Methods in context.arch.comm.clients that return RequestObject | |
RequestObject |
IndependentCommunication.getRequest()
Returns the RequestObject |
Methods in context.arch.comm.clients with parameters of type RequestObject | |
void |
IndependentCommunication.setRequest(RequestObject request)
Sets the request object |
Constructors in context.arch.comm.clients with parameters of type RequestObject | |
IndependentCommunication(RequestObject request,
DataObject reply,
java.util.Vector exceptions,
boolean responseRequired)
The generic IndependentCommunication constructor, that takes the request, reply, exceptions given. |
|
IndependentCommunication(RequestObject request)
Creates a new IndependentCommunication with the given RequestObject. |
|
IndependentCommunication(RequestObject request,
boolean responseRequired)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |