A C D G H I L M N O P R S T U W 

A

AmbiguousProxyException - Exception in org.refcodes.remoting
Thrown in case a proxy for a given type was requested but more than one proxies matched the requested type.
AmbiguousProxyException(String) - Constructor for exception org.refcodes.remoting.AmbiguousProxyException
Instantiates a new ambiguous proxy exception.
AmbiguousProxyException(String, String) - Constructor for exception org.refcodes.remoting.AmbiguousProxyException
Instantiates a new ambiguous proxy exception.
AmbiguousProxyException(String, Throwable) - Constructor for exception org.refcodes.remoting.AmbiguousProxyException
Instantiates a new ambiguous proxy exception.
AmbiguousProxyException(String, Throwable, String) - Constructor for exception org.refcodes.remoting.AmbiguousProxyException
Instantiates a new ambiguous proxy exception.
AmbiguousProxyException(Throwable) - Constructor for exception org.refcodes.remoting.AmbiguousProxyException
Instantiates a new ambiguous proxy exception.
AmbiguousProxyException(Throwable, String) - Constructor for exception org.refcodes.remoting.AmbiguousProxyException
Instantiates a new ambiguous proxy exception.

C

CancelMethodReplyMessage - Interface in org.refcodes.remoting
The Interface CancelMethodReplyMessage.
clear() - Method in class org.refcodes.remoting.RemoteClientImpl
clear() - Method in class org.refcodes.remoting.RemoteServerImpl
ClientMessage - Interface in org.refcodes.remoting
The Interface ClientMessage.
close() - Method in class org.refcodes.remoting.RemoteClientImpl
close() - Method in class org.refcodes.remoting.RemoteServerImpl
close(CloseConnectionMessage) - Method in class org.refcodes.remoting.RemoteClientImpl
Closes the Remote upon a received CloseConnectionMessage.
close(CloseConnectionMessage) - Method in class org.refcodes.remoting.RemoteServerImpl
Closes the Remote upon a received CloseConnectionMessage.
CloseConnectionMessage - Interface in org.refcodes.remoting
The Interface CloseConnectionMessage.

D

destroy() - Method in class org.refcodes.remoting.RemoteClientImpl
destroy() - Method in class org.refcodes.remoting.RemoteServerImpl
digest(Message) - Method in class org.refcodes.remoting.RemoteClientImpl
The AbstractRemote.digest(Message) method is invoked in order to trigger processing of the provided Message, e.g. start execution depending on the Message instance being provided from the outside.
digest(Message) - Method in class org.refcodes.remoting.RemoteServerImpl
The AbstractRemote.digest(Message) method is invoked in order to trigger processing of the provided Message, e.g. start execution depending on the Message instance being provided from the outside.
dispose() - Method in interface org.refcodes.remoting.RemoteClient.ProxyControl
Dispose.
doSendJob(Message) - Method in class org.refcodes.remoting.RemoteClientImpl
For testing purposes, any job can be manually pushed into the job process to the receiver.
doSendJob(Message) - Method in class org.refcodes.remoting.RemoteServerImpl
For testing purposes, any job can be manually pushed into the job process to the receiver.
DuplicateInstanceIdRuntimeException - Exception in org.refcodes.remoting
The Class DuplicateInstanceIdRuntimeException.
DuplicateInstanceIdRuntimeException(String) - Constructor for exception org.refcodes.remoting.DuplicateInstanceIdRuntimeException
Instantiates a new duplicate instance id runtime exception.
DuplicateInstanceIdRuntimeException(String, String) - Constructor for exception org.refcodes.remoting.DuplicateInstanceIdRuntimeException
Instantiates a new duplicate instance id runtime exception.
DuplicateInstanceIdRuntimeException(String, Throwable) - Constructor for exception org.refcodes.remoting.DuplicateInstanceIdRuntimeException
Instantiates a new duplicate instance id runtime exception.
DuplicateInstanceIdRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.remoting.DuplicateInstanceIdRuntimeException
Instantiates a new duplicate instance id runtime exception.
DuplicateInstanceIdRuntimeException(Throwable) - Constructor for exception org.refcodes.remoting.DuplicateInstanceIdRuntimeException
Instantiates a new duplicate instance id runtime exception.
DuplicateInstanceIdRuntimeException(Throwable, String) - Constructor for exception org.refcodes.remoting.DuplicateInstanceIdRuntimeException
Instantiates a new duplicate instance id runtime exception.
DuplicateSessionIdRuntimeException - Exception in org.refcodes.remoting
The Class DuplicateSessionIdRuntimeException.
DuplicateSessionIdRuntimeException(String) - Constructor for exception org.refcodes.remoting.DuplicateSessionIdRuntimeException
Instantiates a new duplicate session id runtime exception.
DuplicateSessionIdRuntimeException(String, String) - Constructor for exception org.refcodes.remoting.DuplicateSessionIdRuntimeException
Instantiates a new duplicate session id runtime exception.
DuplicateSessionIdRuntimeException(String, Throwable) - Constructor for exception org.refcodes.remoting.DuplicateSessionIdRuntimeException
Instantiates a new duplicate session id runtime exception.
DuplicateSessionIdRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.remoting.DuplicateSessionIdRuntimeException
Instantiates a new duplicate session id runtime exception.
DuplicateSessionIdRuntimeException(Throwable) - Constructor for exception org.refcodes.remoting.DuplicateSessionIdRuntimeException
Instantiates a new duplicate session id runtime exception.
DuplicateSessionIdRuntimeException(Throwable, String) - Constructor for exception org.refcodes.remoting.DuplicateSessionIdRuntimeException
Instantiates a new duplicate session id runtime exception.

G

getArgumentArray() - Method in interface org.refcodes.remoting.MethodRequest
Returns the arguments to be passed to the method which in turn will be invoked on the target object.
getArgumentTypeArray() - Method in interface org.refcodes.remoting.MethodRequest
Returns an array of Class objects that represent the formal parameter types, in declaration order, of the method represented by this Method object.
getClassDescriptor() - Method in interface org.refcodes.remoting.RemoteClient.ProxyControl
Returns the class descriptor which has been used to create the Proxy object.
getInstanceDescriptor() - Method in interface org.refcodes.remoting.InstanceDescriptorAccessor
Retrieves the InstanceDescriptor from the InstanceDescriptor property.
getMethodName() - Method in interface org.refcodes.remoting.MethodRequest
Returns the name of the method represented by this method object, as a String.
getProxy() - Method in interface org.refcodes.remoting.ProxyAccessor
Retrieves the proxy from the proxy property.
getProxy(Class<T>) - Method in interface org.refcodes.remoting.RemoteClient
Returns the proxy which can be cast to the given type.
getProxy(Class<T>) - Method in class org.refcodes.remoting.RemoteClientImpl
Gets the proxy.
getReturnValue() - Method in interface org.refcodes.remoting.Reply
Returns the return value of a method call.
getSessionId() - Method in interface org.refcodes.remoting.SessionIdAccessor
Retrieves the sessionId from the session TID property.
getSubject() - Method in interface org.refcodes.remoting.SubjectAccessor
Retrieves the subject from the subject property.

H

hasProxy(Class<?>) - Method in interface org.refcodes.remoting.RemoteClient
Returns true if there is at least one proxy of the given type.
hasProxy(Class<?>) - Method in class org.refcodes.remoting.RemoteClientImpl
Returns true if there is at least one proxy of the given type.
hasProxy(Object) - Method in interface org.refcodes.remoting.RemoteClient
Returns true if the provided proxy is contained inside the RemoteClient.
hasProxy(Object) - Method in class org.refcodes.remoting.RemoteClientImpl
Returns true if the provided proxy is contained inside the RemoteClient.
hasReply() - Method in interface org.refcodes.remoting.Reply
Returns true if this reply is not empty and waiting to be feeded with a reply.
hasSubject(Object) - Method in interface org.refcodes.remoting.RemoteServer
Returns true if the provided subject is contained inside this RemoteServer.
hasSubject(Object) - Method in class org.refcodes.remoting.RemoteServerImpl
Returns true if the provided subject is contained inside this RemoteServer.

I

InstanceDescriptor - Interface in org.refcodes.remoting
The most common information to be provided when describing an object residing in a RemoteServer and which is linked to a RemoteClient.
InstanceDescriptorAccessor - Interface in org.refcodes.remoting
Provides an accessor for a InstanceDescriptor property.
InstanceDescriptorAccessor.InstanceDescriptorBuilder<B extends InstanceDescriptorAccessor.InstanceDescriptorBuilder<B>> - Interface in org.refcodes.remoting
Provides a builder method for the according property returning the builder for applying multiple build operations.
InstanceDescriptorAccessor.InstanceDescriptorMutator - Interface in org.refcodes.remoting
Provides a mutator for a InstanceDescriptor property.
InstanceDescriptorAccessor.InstanceDescriptorProperty - Interface in org.refcodes.remoting
Provides a InstanceDescriptor property.
InstanceId - Interface in org.refcodes.remoting
The InstanceId associates an instance TID to instances of the refcodes-remoting frame.
InvalidMethodReplyRuntimeException - Exception in org.refcodes.remoting
Thrown in case the provided Message sub-type was not expected and cannot be processed.
InvalidMethodReplyRuntimeException(String) - Constructor for exception org.refcodes.remoting.InvalidMethodReplyRuntimeException
Instantiates a new invalid method reply runtime exception.
InvalidMethodReplyRuntimeException(String, String) - Constructor for exception org.refcodes.remoting.InvalidMethodReplyRuntimeException
Instantiates a new invalid method reply runtime exception.
InvalidMethodReplyRuntimeException(String, Throwable) - Constructor for exception org.refcodes.remoting.InvalidMethodReplyRuntimeException
Instantiates a new invalid method reply runtime exception.
InvalidMethodReplyRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.remoting.InvalidMethodReplyRuntimeException
Instantiates a new invalid method reply runtime exception.
InvalidMethodReplyRuntimeException(Throwable) - Constructor for exception org.refcodes.remoting.InvalidMethodReplyRuntimeException
Instantiates a new invalid method reply runtime exception.
InvalidMethodReplyRuntimeException(Throwable, String) - Constructor for exception org.refcodes.remoting.InvalidMethodReplyRuntimeException
Instantiates a new invalid method reply runtime exception.
InvalidMethodRequestRuntimeException - Exception in org.refcodes.remoting
The Class InvalidMethodRequestRuntimeException.
InvalidMethodRequestRuntimeException(String) - Constructor for exception org.refcodes.remoting.InvalidMethodRequestRuntimeException
Instantiates a new invalid method request runtime exception.
InvalidMethodRequestRuntimeException(String, String) - Constructor for exception org.refcodes.remoting.InvalidMethodRequestRuntimeException
Instantiates a new invalid method request runtime exception.
InvalidMethodRequestRuntimeException(String, Throwable) - Constructor for exception org.refcodes.remoting.InvalidMethodRequestRuntimeException
Instantiates a new invalid method request runtime exception.
InvalidMethodRequestRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.remoting.InvalidMethodRequestRuntimeException
Instantiates a new invalid method request runtime exception.
InvalidMethodRequestRuntimeException(Throwable) - Constructor for exception org.refcodes.remoting.InvalidMethodRequestRuntimeException
Instantiates a new invalid method request runtime exception.
InvalidMethodRequestRuntimeException(Throwable, String) - Constructor for exception org.refcodes.remoting.InvalidMethodRequestRuntimeException
Instantiates a new invalid method request runtime exception.
isBusy() - Method in interface org.refcodes.remoting.RemoteClient.ProxyControl
Checks if is busy.
isBusy() - Method in class org.refcodes.remoting.RemoteClientImpl
isBusy() - Method in class org.refcodes.remoting.RemoteServerImpl
isEmpty() - Method in class org.refcodes.remoting.RemoteClientImpl
isEmpty() - Method in class org.refcodes.remoting.RemoteServerImpl
isException() - Method in interface org.refcodes.remoting.Reply
Returns true if the reply carries an exception which occurred when executing the method call.
isReturnValue() - Method in interface org.refcodes.remoting.Reply
Returns true if the reply carries a valid return value.

L

letInstanceDescriptor(InstanceDescriptor) - Method in interface org.refcodes.remoting.InstanceDescriptorAccessor.InstanceDescriptorProperty
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given InstanceDescriptor (setter) as of InstanceDescriptorAccessor.InstanceDescriptorMutator.setInstanceDescriptor(InstanceDescriptor) and returns the very same value (getter).
letProxy(P) - Method in interface org.refcodes.remoting.ProxyAccessor.ProxyProperty
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given value (setter) as of ProxyAccessor.ProxyMutator.setProxy(Object) and returns the very same value (getter).
letSessionId(String) - Method in interface org.refcodes.remoting.SessionIdAccessor.SessionIdProperty
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given String (setter) as of SessionIdAccessor.SessionIdMutator.setSessionId(String) and returns the very same value (getter).
letSubject(S) - Method in interface org.refcodes.remoting.SubjectAccessor.SubjectProperty
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given value (setter) as of SubjectAccessor.SubjectMutator.setSubject(Object) and returns the very same value (getter).

M

Message - Interface in org.refcodes.remoting
The Message is the base definition for any job required by the inter process communication as done by the refcodes-remoting artifact.
MethodReplyMessage - Interface in org.refcodes.remoting
The Interface MethodReplyMessage.
MethodRequest - Interface in org.refcodes.remoting
The Interface MethodRequest.
MethodRequestMessage - Interface in org.refcodes.remoting
The Interface MethodRequestMessage.

N

NoSuchProxyException - Exception in org.refcodes.remoting
Thrown in case a proxy for a given type was requested but not any proxy matched the requested type.
NoSuchProxyException(String) - Constructor for exception org.refcodes.remoting.NoSuchProxyException
Instantiates a new no such proxy exception.
NoSuchProxyException(String, String) - Constructor for exception org.refcodes.remoting.NoSuchProxyException
Instantiates a new no such proxy exception.
NoSuchProxyException(String, Throwable) - Constructor for exception org.refcodes.remoting.NoSuchProxyException
Instantiates a new no such proxy exception.
NoSuchProxyException(String, Throwable, String) - Constructor for exception org.refcodes.remoting.NoSuchProxyException
Instantiates a new no such proxy exception.
NoSuchProxyException(Throwable) - Constructor for exception org.refcodes.remoting.NoSuchProxyException
Instantiates a new no such proxy exception.
NoSuchProxyException(Throwable, String) - Constructor for exception org.refcodes.remoting.NoSuchProxyException
Instantiates a new no such proxy exception.

O

onProxyPublished(Object) - Method in class org.refcodes.remoting.RemoteClientImpl
Hook when a proxy has been published.
onProxySignedOff(Object) - Method in class org.refcodes.remoting.RemoteClientImpl
Hook when a proxy has been signed-off.
onPublishProxy(Class<?>) - Method in class org.refcodes.remoting.RemoteClientImpl
Hook when a proxy is about to be published.
onSubjectPublished(Object) - Method in class org.refcodes.remoting.RemoteServerImpl
Hook when a subject has been published.
onSubjectSignedOff(Object) - Method in class org.refcodes.remoting.RemoteServerImpl
Hook when a subject has been signed-off.
org.refcodes.remoting - module org.refcodes.remoting
 
org.refcodes.remoting - package org.refcodes.remoting
 

P

proxies() - Method in interface org.refcodes.remoting.RemoteClient
Returns a read-only iterator containing all the proxy objects previously being published.
proxies() - Method in class org.refcodes.remoting.RemoteClientImpl
Returns a read-only iterator containing all the proxy objects previously being published.
ProxyAccessor - Interface in org.refcodes.remoting
Provides an accessor for a proxy property.
ProxyAccessor.ProxyBuilder<B extends ProxyAccessor.ProxyBuilder<B>> - Interface in org.refcodes.remoting
Provides a builder method for the according property returning the builder for applying multiple build operations.
ProxyAccessor.ProxyMutator - Interface in org.refcodes.remoting
Provides a mutator for a proxy property.
ProxyAccessor.ProxyProperty - Interface in org.refcodes.remoting
Provides a proxy property.
ProxyDescriptor - Interface in org.refcodes.remoting
The ProxyDescriptor describes a proxy instance and additional meta data for a RemoteClient to link the proxy in question with the according subject residing in a RemoteServer.
ProxyDisposedRuntimeException - Exception in org.refcodes.remoting
This is a predictable exception.
ProxyDisposedRuntimeException(String) - Constructor for exception org.refcodes.remoting.ProxyDisposedRuntimeException
Instantiates a new proxy disposed runtime exception.
ProxyDisposedRuntimeException(String, String) - Constructor for exception org.refcodes.remoting.ProxyDisposedRuntimeException
Instantiates a new proxy disposed runtime exception.
ProxyDisposedRuntimeException(String, Throwable) - Constructor for exception org.refcodes.remoting.ProxyDisposedRuntimeException
Instantiates a new proxy disposed runtime exception.
ProxyDisposedRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.remoting.ProxyDisposedRuntimeException
Instantiates a new proxy disposed runtime exception.
ProxyDisposedRuntimeException(Throwable) - Constructor for exception org.refcodes.remoting.ProxyDisposedRuntimeException
Instantiates a new proxy disposed runtime exception.
ProxyDisposedRuntimeException(Throwable, String) - Constructor for exception org.refcodes.remoting.ProxyDisposedRuntimeException
Instantiates a new proxy disposed runtime exception.
publishSubject(Object) - Method in interface org.refcodes.remoting.RemoteServer
Publishes an object to any RemoteClient connected to the RemoteServer.
publishSubject(Object) - Method in class org.refcodes.remoting.RemoteServerImpl
Publishes an object to any RemoteClient connected to the RemoteServer.
PublishSubjectMessage - Interface in org.refcodes.remoting
The Interface PublishSubjectMessage.
PublishSubjectReplyMessage - Interface in org.refcodes.remoting
The Interface PublishSubjectReplyMessage.
pushMethodReply(Reply) - Method in interface org.refcodes.remoting.RemoteClient.ProxyControl
Used to push a reply to a request.

R

Remote - Interface in org.refcodes.remoting
The Remote interface defines the basic functionality in common for both the RemoteClient and the RemoteServer.
RemoteClient - Interface in org.refcodes.remoting
Remote control providing subjects to be operated on by a RemoteServer.
RemoteClient.ProxyControl - Interface in org.refcodes.remoting
The RemoteClient.ProxyControl is used to manage a proxy being provided from a subject be the RemoteServer.
RemoteClientImpl - Class in org.refcodes.remoting
Abstract implementation of the RemoteClient's base functionality.
RemoteClientImpl() - Constructor for class org.refcodes.remoting.RemoteClientImpl
Instantiates a new remote client impl.
RemoteClientImpl(ExecutorService) - Constructor for class org.refcodes.remoting.RemoteClientImpl
Instantiates a new remote client impl.
RemoteServer - Interface in org.refcodes.remoting
Remote control providing subjects to be operated on by RemoteClient instances.
RemoteServerImpl - Class in org.refcodes.remoting
Abstract implementation of the RemoteServer's base functionality.
RemoteServerImpl() - Constructor for class org.refcodes.remoting.RemoteServerImpl
Instantiates a new remote server impl.
RemoteServerImpl(ExecutorService) - Constructor for class org.refcodes.remoting.RemoteServerImpl
Instantiates a new remote server impl.
RemotingException - Exception in org.refcodes.remoting
The Class RemotingException.
RemotingException(String) - Constructor for exception org.refcodes.remoting.RemotingException
Instantiates a new remoting exception.
RemotingException(String, String) - Constructor for exception org.refcodes.remoting.RemotingException
Instantiates a new remoting exception.
RemotingException(String, Throwable) - Constructor for exception org.refcodes.remoting.RemotingException
Instantiates a new remoting exception.
RemotingException(String, Throwable, String) - Constructor for exception org.refcodes.remoting.RemotingException
Instantiates a new remoting exception.
RemotingException(Throwable) - Constructor for exception org.refcodes.remoting.RemotingException
Instantiates a new remoting exception.
RemotingException(Throwable, String) - Constructor for exception org.refcodes.remoting.RemotingException
Instantiates a new remoting exception.
RemotingRuntimeException - Exception in org.refcodes.remoting
The Class RemotingRuntimeException.
RemotingRuntimeException(String) - Constructor for exception org.refcodes.remoting.RemotingRuntimeException
Instantiates a new remoting runtime exception.
RemotingRuntimeException(String, String) - Constructor for exception org.refcodes.remoting.RemotingRuntimeException
Instantiates a new remoting runtime exception.
RemotingRuntimeException(String, Throwable) - Constructor for exception org.refcodes.remoting.RemotingRuntimeException
Instantiates a new remoting runtime exception.
RemotingRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.remoting.RemotingRuntimeException
Instantiates a new remoting runtime exception.
RemotingRuntimeException(Throwable) - Constructor for exception org.refcodes.remoting.RemotingRuntimeException
Instantiates a new remoting runtime exception.
RemotingRuntimeException(Throwable, String) - Constructor for exception org.refcodes.remoting.RemotingRuntimeException
Instantiates a new remoting runtime exception.
Reply - Interface in org.refcodes.remoting
The Interface Reply.

S

SerializeUtility - Class in org.refcodes.remoting
Utility providing useful serialization methods.
ServerMessage - Interface in org.refcodes.remoting
The Interface ServerMessage.
Session - Interface in org.refcodes.remoting
The Session associates an TID String to sessions of request and reply pairs.
SessionIdAccessor - Interface in org.refcodes.remoting
Provides an accessor for a session TID property.
SessionIdAccessor.SessionIdBuilder<B extends SessionIdAccessor.SessionIdBuilder<B>> - Interface in org.refcodes.remoting
Provides a builder method for a the according property returning the builder for applying multiple build operations.
SessionIdAccessor.SessionIdMutator - Interface in org.refcodes.remoting
Provides a mutator for a session TID property.
SessionIdAccessor.SessionIdProperty - Interface in org.refcodes.remoting
Provides a session TID property.
setException(Throwable) - Method in interface org.refcodes.remoting.Reply
setInstanceDescriptor(InstanceDescriptor) - Method in interface org.refcodes.remoting.InstanceDescriptorAccessor.InstanceDescriptorMutator
Sets the InstanceDescriptor for the InstanceDescriptor property.
setProxy(P) - Method in interface org.refcodes.remoting.ProxyAccessor.ProxyMutator
Sets the proxy for the proxy property.
setReply(Reply) - Method in interface org.refcodes.remoting.Reply
Sets a reply.
setReturnValue(Object) - Method in interface org.refcodes.remoting.Reply
Sets the return value.
setSessionId(String) - Method in interface org.refcodes.remoting.SessionIdAccessor.SessionIdMutator
Sets the session TID for the sessionId property.
setSubject(S) - Method in interface org.refcodes.remoting.SubjectAccessor.SubjectMutator
Sets the subject for the subject property.
signOffProxy(Object) - Method in interface org.refcodes.remoting.RemoteClient
Signs off an instance previously published using the publishClassDescriptor() method.
signOffProxy(Object) - Method in class org.refcodes.remoting.RemoteClientImpl
Signs off an instance previously published using the publishClassDescriptor() method.
SignOffProxyMessage - Interface in org.refcodes.remoting
The Interface SignOffProxyMessage.
signOffSubject(Object) - Method in interface org.refcodes.remoting.RemoteServer
Tries to sign off the (previously published) subject, this can be vetoed in case the subject is still in use by a RemoteClient.
signOffSubject(Object) - Method in class org.refcodes.remoting.RemoteServerImpl
Tries to sign off the (previously published) subject, this can be vetoed in case the subject is still in use by a RemoteClient.
signOffSubject(Object, int) - Method in interface org.refcodes.remoting.RemoteServer
Signs off the (previously published) subject, this be vetoed even in case the subject is still in use by a RemoteClient, but the veto will only delay the sign off by the given timeout.
signOffSubject(Object, int) - Method in class org.refcodes.remoting.RemoteServerImpl
Signs off the (previously published) subject, this be vetoed even in case the subject is still in use by a RemoteClient, but the veto will only delay the sign off by the given timeout.
SignOffSubjectMessage - Interface in org.refcodes.remoting
The Interface SignOffSubjectMessage.
size() - Method in class org.refcodes.remoting.RemoteClientImpl
size() - Method in class org.refcodes.remoting.RemoteServerImpl
SubjectAccessor - Interface in org.refcodes.remoting
Provides an accessor for a subject property.
SubjectAccessor.SubjectBuilder<B extends SubjectAccessor.SubjectBuilder<B>> - Interface in org.refcodes.remoting
Provides a builder method for the according property returning the builder for applying multiple build operations.
SubjectAccessor.SubjectMutator - Interface in org.refcodes.remoting
Provides a mutator for a subject property.
SubjectAccessor.SubjectProperty - Interface in org.refcodes.remoting
Provides a subject property.
SubjectDescriptor - Interface in org.refcodes.remoting
The SubjectDescriptor is created by the RemoteServer.
SubjectInstance - Interface in org.refcodes.remoting
The Interface SubjectInstance.
subjects() - Method in interface org.refcodes.remoting.RemoteServer
Returns an (immutable) iterator containing all the proxy objects previously being published.
subjects() - Method in class org.refcodes.remoting.RemoteServerImpl
Returns an (immutable) iterator containing all the proxy objects previously being published.

T

toSerializable(Object) - Static method in class org.refcodes.remoting.SerializeUtility
Converts instances of common non-serializable types such as Iterator and ListIterator into serializable instances.

U

UnknownInstanceIdRuntimeException - Exception in org.refcodes.remoting
Thrown in case an instance TID has been provided which is unknown by the processing instance.
UnknownInstanceIdRuntimeException(String) - Constructor for exception org.refcodes.remoting.UnknownInstanceIdRuntimeException
Instantiates a new unknown instance id runtime exception.
UnknownInstanceIdRuntimeException(String, String) - Constructor for exception org.refcodes.remoting.UnknownInstanceIdRuntimeException
Instantiates a new unknown instance id runtime exception.
UnknownInstanceIdRuntimeException(String, Throwable) - Constructor for exception org.refcodes.remoting.UnknownInstanceIdRuntimeException
Instantiates a new unknown instance id runtime exception.
UnknownInstanceIdRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.remoting.UnknownInstanceIdRuntimeException
Instantiates a new unknown instance id runtime exception.
UnknownInstanceIdRuntimeException(Throwable) - Constructor for exception org.refcodes.remoting.UnknownInstanceIdRuntimeException
Instantiates a new unknown instance id runtime exception.
UnknownInstanceIdRuntimeException(Throwable, String) - Constructor for exception org.refcodes.remoting.UnknownInstanceIdRuntimeException
Instantiates a new unknown instance id runtime exception.

W

withInstanceDescriptor(InstanceDescriptor) - Method in interface org.refcodes.remoting.InstanceDescriptorAccessor.InstanceDescriptorBuilder
Sets the value for the InstanceDescriptor property.
withProxy(P) - Method in interface org.refcodes.remoting.ProxyAccessor.ProxyBuilder
Sets the value for the proxy property.
withSessionId(String) - Method in interface org.refcodes.remoting.SessionIdAccessor.SessionIdBuilder
Sets the value for the sessionId property.
withSubject(S) - Method in interface org.refcodes.remoting.SubjectAccessor.SubjectBuilder
Sets the value for the subject property.
A C D G H I L M N O P R S T U W 
Skip navigation links

Copyright © 2021. All rights reserved.