|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvalidProtocolException | |
context.arch | |
context.arch.comm |
Uses of InvalidProtocolException in context.arch |
Methods in context.arch that throw InvalidProtocolException | |
DataObject |
BaseObject.userRequest(DataObject data,
java.lang.String requestType)
Deprecated. |
DataObject |
BaseObject.userRequest(RequestObject request)
Sends a message to a remote component |
DataObject |
BaseObject.userRequest(DataObject data,
java.lang.String requestType,
java.lang.String remoteHostname)
Deprecated. |
DataObject |
BaseObject.userRequest(DataObject data,
java.lang.String requestType,
java.lang.String remoteHostname,
int remotePort)
Method that submits a user request for polling/subscription. |
Uses of InvalidProtocolException in context.arch.comm |
Methods in context.arch.comm that throw InvalidProtocolException | |
void |
CommunicationsObject.start()
This method creates and starts an instance of the class that deals with the underlying communications protocol being used. |
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. |
DataObject |
CommunicationsHandler.userRequest(DataObject data,
java.lang.String url)
Deprecated. |
DataObject |
CommunicationsHandler.userRequest(DataObject data,
java.lang.String url,
java.lang.String server)
Method that allows a component to communicate with another component. |
DataObject |
CommunicationsHandler.userRequest(DataObject data,
java.lang.String url,
java.lang.String server,
int port)
Method that allows a component to communicate with another component. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |