Package | Description |
---|---|
eu.gambas.system.security | |
info.pppc.base.plugin.common | |
info.pppc.base.plugin.security | |
info.pppc.base.security | |
info.pppc.base.system | |
info.pppc.base.system.plugin |
Modifier and Type | Method and Description |
---|---|
void |
ServerHandshakeSemantic.performOutgoing(Invocation invocation,
ISession session)
Called whenever an outgoing invocation shall be delivered.
|
Modifier and Type | Method and Description |
---|---|
void |
StreamSemantic.performOutgoing(Invocation invocation,
ISession session)
Called when a stream to a remote device should be initialized.
|
void |
RmiSemantic.performOutgoing(Invocation invocation,
ISession session)
Delivers an outgoing invocation and modifies the original invocation
to contain the results of the remote invocation after this method
returns.
|
Modifier and Type | Method and Description |
---|---|
void |
ExchangeSemantic.performOutgoing(Invocation invocation,
ISession session)
Called whenever an outgoing invocation shall be delivered.
|
Modifier and Type | Method and Description |
---|---|
void |
SecureSkeleton.invoke(Invocation msg,
ISession session)
Dispatches an invocation to the actual implementation.
|
Modifier and Type | Method and Description |
---|---|
void |
PluginManager.dispatchSynchronous(Invocation invocation,
ISession session)
Called by a semantic plug-in to deliver an incoming invocation to
the broker.
|
void |
InvocationBroker.invoke(Invocation invocation)
Called to perform a synchronous call.
|
void |
Skeleton.invoke(Invocation msg,
ISession session)
Handles an invocation.
|
void |
IInvocationHandler.invoke(Invocation invocation,
ISession session)
Processes the specified invocation.
|
Modifier and Type | Method and Description |
---|---|
void |
ISemanticManager.dispatchSynchronous(Invocation invocation,
ISession session)
Delivers the specified invocation originating from the specified
session.
|
void |
ISemantic.performOutgoing(Invocation invocation,
ISession session)
Tells the semantic plug-in to perform the specified invocation under
the specified session context.
|