Package org.refcodes.remoting
Interface InstanceDescriptor
-
- All Superinterfaces:
InstanceId
,org.refcodes.mixin.InstanceIdAccessor
,org.refcodes.mixin.TypeAccessor
- All Known Subinterfaces:
ProxyDescriptor
,PublishSubjectMessage
public interface InstanceDescriptor extends InstanceId, org.refcodes.mixin.TypeAccessor
The most common information to be provided when describing an object residing in aRemoteServer
and which is linked to aRemoteClient
. TheRemoteServer
creates this descriptor and passes it to theRemoteClient
, theRemoteClient
attaches this information to aProxyDescriptor
describing its proxy instances.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.refcodes.mixin.InstanceIdAccessor
org.refcodes.mixin.InstanceIdAccessor.InstanceIdBuilder<B extends org.refcodes.mixin.InstanceIdAccessor.InstanceIdBuilder<B>>, org.refcodes.mixin.InstanceIdAccessor.InstanceIdMutator, org.refcodes.mixin.InstanceIdAccessor.InstanceIdProperty
-
-