Class BrokerServerClient


  • public class BrokerServerClient
    extends java.lang.Object
    Representation of an Broker Server client.

    Many calls say they can throw a "communications exception". These exceptions are:

    BrokerCommFailureException
    If a networking error occurs.
    BrokerConnectionClosedException
    If the Broker disconnects from the application.
    BrokerFailureException
    If an error occurs on the Broker which prevents the operation from being completed.
    BrokerProtocolException
    If an error occurs in communication between the Broker and the application.
    BrokerTimeoutException
    If the request was not handled in a reasonable time. Most operations use the default timeout of 30 seconds.