Modifier and Type | Class and Description |
---|---|
class |
ManagerResource
The ManagerResource object is used to specify Resource parameters used in message
transmission and to control the behavior of the Manager object.
|
Modifier and Type | Field and Description |
---|---|
protected Resource |
Transport.resource |
protected Resource |
Manager.resource |
Modifier and Type | Method and Description |
---|---|
Resource |
Transport.getResource()
Get the resource associated with the transport.
|
Resource |
Envelope.getResource()
Get the Resource object associated with the envelope.
|
Modifier and Type | Method and Description |
---|---|
void |
Transport.setResource(Resource resource)
Set the resource associated with the transport.
|
void |
Envelope.setResource(Resource resource)
Set the Resource object associated with the envelope.
|
void |
TransportManager.setResource(Resource resource,
ObjectQ.Vendor vendor)
Set the Resource for a vendor's transport.
|
Constructor and Description |
---|
Envelope(ObjectQ.MessageType envType,
Resource res)
Construct an envelope of the specified type, and with the specified Resource object.
|
Envelope(ObjectQ.MessageType envType,
Resource res,
AuditResource ares)
Construct an envelope of the specified type, and with the specified Resource and AuditResource objects.
|
Envelope(ObjectQ.MessageType envType,
Resource res,
AuditResource ares,
int maxSize)
Construct an envelope of the specified type and size, and with the specified Resource and AuditResource objects.
|
Envelope(ObjectQ.MessageType envType,
Resource res,
int maxSize)
Construct an envelope of the specified type and size, and with the specified Resource object.
|