ServerContext
and
ObjectStreamContext
.See: Description
Interface | Description |
---|---|
AcknowledgmentSource |
A server context element for registering interest in receiving an
acknowledgment that the remote call's result data has been
delivered to and processed by the client.
|
AcknowledgmentSource.Listener |
A callback object for registering with an
AcknowledgmentSource server context element to handle the
receipt of an acknowledgment that the remote call's result data
has been processed by the client. |
ClientHost |
A server context element that can supply the client host address
for the remote call.
|
ClientSubject |
A server context element that can supply the client subject for the
remote call.
|
IntegrityEnforcement |
Defines a context element interface for determining if object integrity is
being enforced on a stream or a remote call.
|
Class | Description |
---|---|
ContextPermission |
Represents permissions used to express the access control policy for
elements commonly found in the context collections available from
ServerContext and
ObjectStreamContext . |
ServerContext
and
ObjectStreamContext
.