Once Steps II and III are over and done with, the Client in a Distributed Collaboration mode.
|
The Client can invoke operations specified in IDL definitions for the dataBahn. These operations are preceded by public int register(String _clientName, clientProxy _clientObjRef) throws jdceBahnException, jdceClientException .
-
The registration process is a pre-requisite to switching to the Collaboration mode.
|
Once the registration process is over and done with the Client could invoke operations such as public boolean broadcastMessage(jdceMessage _message), public boolean whisperMessage(jdceMessage _message, String _clientName) throws jdceClientException, jdceBahnException etc.
|