Uses of Interface
org.refcodes.remoting.InstanceDescriptor
-
Uses of InstanceDescriptor in org.refcodes.remoting
Subinterfaces of InstanceDescriptor in org.refcodes.remoting Modifier and Type Interface Description interfaceProxyDescriptorTheProxyDescriptordescribes a proxy instance and additional meta data for aRemoteClientto link the proxy in question with the according subject residing in aRemoteServer.interfacePublishSubjectMessageThe Interface PublishSubjectMessage.Methods in org.refcodes.remoting that return InstanceDescriptor Modifier and Type Method Description InstanceDescriptorRemoteClient.ProxyControl. getClassDescriptor()Returns the class descriptor which has been used to create the Proxy object.InstanceDescriptorInstanceDescriptorAccessor. getInstanceDescriptor()Retrieves theInstanceDescriptorfrom theInstanceDescriptorproperty.default InstanceDescriptorInstanceDescriptorAccessor.InstanceDescriptorProperty. letInstanceDescriptor(InstanceDescriptor aInstanceDescriptor)This method stores and passes through the given argument, which is very useful for builder APIs: Sets the givenInstanceDescriptor(setter) as ofInstanceDescriptorAccessor.InstanceDescriptorMutator.setInstanceDescriptor(InstanceDescriptor)and returns the very same value (getter).Methods in org.refcodes.remoting with parameters of type InstanceDescriptor Modifier and Type Method Description default InstanceDescriptorInstanceDescriptorAccessor.InstanceDescriptorProperty. letInstanceDescriptor(InstanceDescriptor aInstanceDescriptor)This method stores and passes through the given argument, which is very useful for builder APIs: Sets the givenInstanceDescriptor(setter) as ofInstanceDescriptorAccessor.InstanceDescriptorMutator.setInstanceDescriptor(InstanceDescriptor)and returns the very same value (getter).voidInstanceDescriptorAccessor.InstanceDescriptorMutator. setInstanceDescriptor(InstanceDescriptor aInstanceDescriptor)Sets theInstanceDescriptorfor theInstanceDescriptorproperty.BInstanceDescriptorAccessor.InstanceDescriptorBuilder. withInstanceDescriptor(InstanceDescriptor aInstanceDescriptor)Sets the value for theInstanceDescriptorproperty.