public abstract class SecureSkeleton extends Skeleton
| Constructor and Description |
|---|
SecureSkeleton()
Creates a new secure skeleton.
|
| Modifier and Type | Method and Description |
|---|---|
SystemID |
getSource()
Determines the source of a call using the current thread
context.
|
void |
invoke(Invocation msg,
ISession session)
Dispatches an invocation to the actual implementation.
|
boolean |
isSecure()
Determines whether the current thread is executed in a secure
context.
|
getImplementation, setImplementationpublic void invoke(Invocation msg, ISession session)
invoke in interface IInvocationHandlerinvoke in class Skeletonmsg - The invocation that shall be dispatched.session - The session object that denotes the stack configuration.public boolean isSecure()
public SystemID getSource()