Interface InstanceId
- All Superinterfaces:
org.refcodes.mixin.InstanceIdAccessor
- All Known Subinterfaces:
ClientMessage, Message, MethodRequest, Reply, ServerMessage, Session
- All Known Implementing Classes:
ClassDescriptor
public interface InstanceId
extends org.refcodes.mixin.InstanceIdAccessor
The
InstanceId associates an instance ID to instances of the
refcodes-remoting frame. The ID is used to identify method calls and replies
and assigns them to the corresponding proxy (in case of a reply) or the
actual object (in case of a request).-
Nested Class Summary
Nested classes/interfaces inherited from interface org.refcodes.mixin.InstanceIdAccessor
org.refcodes.mixin.InstanceIdAccessor.InstanceIdBuilder<B>, org.refcodes.mixin.InstanceIdAccessor.InstanceIdMutator, org.refcodes.mixin.InstanceIdAccessor.InstanceIdProperty -
Method Summary
Methods inherited from interface org.refcodes.mixin.InstanceIdAccessor
getInstanceId