|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
BrokerSecurity | Interface which defines the interface to EntireX Security. |
MessageListener | Interface used by the PublicationListener . |
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 Summary | |
---|---|
Broker | Represents a session instance of an EntireX Broker and handles the connection to an EntireX Broker. |
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. |
EntireXSecurity | EntireX implementation of the Broker Security interface. |
LocationTransparencyService | Connects to the LDAP directory via JNDI to retrieve Broker and BrokerService objects. |
Publication | This class is the Java ACI for the Broker Publish & Subscribe ACI. |
PublicationListener | A simple listener for publications. |
RPCService | This abstract subclass of BrokerService represents a Broker service used by EntireX RPC. |
UnitofWork | Represents a UnitofWork communication. |
Exception Summary | |
---|---|
BrokerException | Exception class thrown by EntireX Java ACI/RPC classes. |
This package is the Java ACI for the EntireX Broker. The main classes are
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.
|
|
||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |