Class and Description |
---|
Agent
The Agent class is designed to provide operations on distributed objects.
|
Attribute
The CMIS-style messages supported by the Message class pass data as one of the three types of list:
attribute identifier list, which is a list of the unique identifiers representing attributes,
attribute list, which is a list of attribute id/value pairs, or
modification list, which is a list of attribute id/value/operation triples.
|
Audit
The Audit class contains audit data for a single hop, including a block of audit data
for the sending operation and a block of audit data for the receiving operation.
|
AuditResource
The AuditResource class is designed to allow an application to set up an audit specification.
|
BadMagicException
When an object is saved to a byte array, its contents are preceded by a "magic number".
|
CMIPMessage
CMIP message.
|
CMIPReqMessage
CMIP Request message.
|
CMIPRespMessage
CMIP Response message.
|
Dispatcher
The dispatcher is created when the ObjectQ class is instantiated.
|
DuplicateEntryException
This exception is generated by the Dispatcher when one of the registration
methods (registerMessage(), etc.) detects a previously existing duplicate
registration.
|
Envelope
An Envelope is a container of Messages.
|
EnvelopeOverflowException
This exception is generated when an attempt is made to add a Message to an
Envelope, and doing so would cause the Envelope to overflow the maximum allowed message size.
|
EventFilter |
Filter
Instance filters and Event filters are identical in their behavior, but are used in
different contexts.
|
Handle
A Handle object is returned by the functions registerPrimary() and registerSecondary()
from either the Transport or TransportManager class.
|
InstanceFilter
An Instance filter is used to specify a filter for selection of
a subset of object instances, while an Event filter is used to subscribe to a subset
of events.
|
Manager
The Manager class is the base class for service provider manager classes.
|
ManagerResource
The ManagerResource object is used to specify Resource parameters used in message
transmission and to control the behavior of the Manager object.
|
Message
A Message contains a CMIP-style message, of one of the types: GET_REQ,
GET_RSP (GET request/response), SET_REQ, SET_RSP (SET request/response),
ACTION_REQ, ACTION_RSP (ACTION request/response), EVENT_REPORT_REQ,
EVENT_REPORT_RSP (EVENT REPORT request/response), CREATE_REQ, CREATE_RSP
(CREATE request/response), or DELETE_REQ, DELETE_RSP (DELETE request/response);
or an Admin-type messages, of one of the types ADMIN_REQ, ADMIN_RSP.
|
NoHandlerException
This exception is generated when no handler (requestHandler(), etc.)
can be found by the Dispatcher to handle a message.
|
NotConnectedException
This exception is generated when registerSecondary() is invoked
before a successful registerPrimary() call.
|
NoTransportException
No transport exists for the operation being attempted.
|
ObjectQ.Assurance
Message assurance.
|
ObjectQ.AttributeType
Attribute types.
|
ObjectQ.AuditState
State of an audited value.
|
ObjectQ.ConfirmationMode
CMIS confirmation modes.
|
ObjectQ.ManagerState
States a manager can be in.
|
ObjectQ.ManagerStatus
Status of a manager request.
|
ObjectQ.MessageType
CMIP message types.
|
ObjectQ.Operator
CMIS operators.
|
ObjectQ.Priority
Message priorities.
|
ObjectQ.Scope
Scoping is used in reference to the containment hierarchy.
|
ObjectQ.Synchronization
CMIS synchronization.
|
ObjectQ.Vendor
Vendors - only JMS is currently supported.
|
ObjectQ.WaitOption
Wait options on receiving a message.
|
ObjectQException
This is the superclass for all ObjectQ-related exceptions.
|
OctetString
For compatibility with the C++ implementation.
|
Requester |
Resource
A Resource object can be associated with a Transport object,
or a Message object, or both.
|
Selector
A Selector is used to specify the criteria for selection of messages from
queues when reading.
|
TimeoutException
This exception is thrown by a Manager when the operation being attempted times out.
|
Transport
A Transport is a base class from which are derived classes based on a specific vendor’s
messaging product.
|
TransportManager
The TransportManager is created when the main ObjectQ class is instantiated.
|
VendorTransportException
When the underlying vendor transport generates an exception, it is caught
and this exception is thrown instead.
|