See: Description
Interface | Description |
---|---|
BrokerSecurity |
Interface which defines the interface to EntireX Security.
|
ServerImplementation |
This interface may be implemented by server classes which implement the
programs of a library.
|
ThreadRunner |
The
ThreadRunner interface wraps starting a thread. |
Class | Description |
---|---|
Broker |
Represents a session instance of a Broker and
handles the connection to EntireX Broker (TCP/IP or SSL/TLS), Broker SSL Agent, Broker HTTP(S) Agent or Direct RPC in Integration Server (TCP/IP or SSL/TLS).
|
BrokerAttachInfo |
Contains information for attach servers returned by the
receiveAttachInfo() method for an attach server. |
BrokerCommunication |
Abstract superclass for conversational communication and UnitofWork
communication.
|
BrokerMessage |
This class encapsulates a single message, which will be sent to or
received from another participant via the EntireX Broker.
|
BrokerService |
Represents a service that is available through the EntireX Broker and is
used by both clients which want to access a service, and by servers
which register the services they provide.
|
Conversation |
Represents a conversational communication with a participant.
|
ConversationState |
Class used to save the state of conversations.
|
RPCService |
This abstract subclass of BrokerService represents a Broker service used
by EntireX RPC.
|
UnitofWork |
Represents a UnitofWork communication.
|
Exception | Description |
---|---|
BrokerException |
Exception class thrown by EntireX Java ACI/RPC classes.
|
Broker
, which represents a session with the EntireX Broker.
BrokerService
, which represents a service within a session.
BrokerMessage
, which represents a single message sent or received by a service.
BrokerCommunication, Conversation, UnitofWork
, which represent advanced communication modes.
RPCService
, which represents a service for RPCs.