Skip navigation links
A C D G H I M N O P R S U 

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, String) - 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(String, Throwable) - Constructor for exception org.refcodes.remoting.AmbiguousProxyException
Instantiates a new ambiguous proxy exception.
AmbiguousProxyException(String) - 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.
AmbiguousProxyException(Throwable) - 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.impls.RemoteClientImpl
 
clear() - Method in class org.refcodes.remoting.impls.RemoteServerImpl
 
ClientMessage - Interface in org.refcodes.remoting
The Interface ClientMessage.
close() - Method in class org.refcodes.remoting.impls.RemoteClientImpl
 
close(CloseConnectionMessage) - Method in class org.refcodes.remoting.impls.RemoteClientImpl
 
close() - Method in class org.refcodes.remoting.impls.RemoteServerImpl
 
close(CloseConnectionMessage) - Method in class org.refcodes.remoting.impls.RemoteServerImpl
 
CloseConnectionMessage - Interface in org.refcodes.remoting
The Interface CloseConnectionMessage.

D

destroy() - Method in class org.refcodes.remoting.impls.RemoteClientImpl
 
destroy() - Method in class org.refcodes.remoting.impls.RemoteServerImpl
 
digest(Message) - Method in class org.refcodes.remoting.impls.RemoteClientImpl
 
digest(Message) - Method in class org.refcodes.remoting.impls.RemoteServerImpl
 
dispose() - Method in interface org.refcodes.remoting.RemoteClient.ProxyControl
Dispose.
doSendJob(Message) - Method in class org.refcodes.remoting.impls.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.impls.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, String) - 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(String, Throwable) - Constructor for exception org.refcodes.remoting.DuplicateInstanceIdRuntimeException
Instantiates a new duplicate instance id runtime exception.
DuplicateInstanceIdRuntimeException(String) - 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.
DuplicateInstanceIdRuntimeException(Throwable) - 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, String) - 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(String, Throwable) - Constructor for exception org.refcodes.remoting.DuplicateSessionIdRuntimeException
Instantiates a new duplicate session id runtime exception.
DuplicateSessionIdRuntimeException(String) - 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.
DuplicateSessionIdRuntimeException(Throwable) - 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.
getInstanceId() - Method in interface org.refcodes.remoting.InstanceIdAccessor
Retrieves the instance ID from the instance ID property.
getMethodName() - Method in interface org.refcodes.remoting.MethodRequest
Returns the name of the method represented by this method object, as a String.
getProxy(Class<T>) - Method in class org.refcodes.remoting.impls.RemoteClientImpl
Gets the proxy.
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.
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 ID property.
getSubject() - Method in interface org.refcodes.remoting.SubjectAccessor
Retrieves the subject from the subject property.
getTypeInstance() - Method in interface org.refcodes.remoting.InstanceDescriptorAccessor
Retrieves the InstanceDescriptor from the InstanceDescriptor property.

H

hasProxy(Object) - Method in class org.refcodes.remoting.impls.RemoteClientImpl
 
hasProxy(Class<?>) - Method in class org.refcodes.remoting.impls.RemoteClientImpl
 
hasProxy(Object) - Method in interface org.refcodes.remoting.RemoteClient
Returns true if the provided proxy is contained inside the RemoteClient.
hasProxy(Class<?>) - Method in interface org.refcodes.remoting.RemoteClient
Returns true if there is at least one proxy of the given type.
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 class org.refcodes.remoting.impls.RemoteServerImpl
 
hasSubject(Object) - Method in interface org.refcodes.remoting.RemoteServer
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.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 ID to instances of the refcodes-remoting frame.
InstanceIdAccessor - Interface in org.refcodes.remoting
Provides an accessor for a instance ID property.
InstanceIdAccessor.InstanceIdMutator - Interface in org.refcodes.remoting
Provides a mutator for a instance ID property.
InstanceIdAccessor.InstanceIdProperty - Interface in org.refcodes.remoting
Provides a instance ID property.
InvalidMethodReplyRuntimeException - Exception in org.refcodes.remoting
Thrown in case the provided Message sub-type was not expected and cannot be processed.
InvalidMethodReplyRuntimeException(String, String) - 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(String, Throwable) - Constructor for exception org.refcodes.remoting.InvalidMethodReplyRuntimeException
Instantiates a new invalid method reply runtime exception.
InvalidMethodReplyRuntimeException(String) - 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.
InvalidMethodReplyRuntimeException(Throwable) - 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, String) - 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(String, Throwable) - Constructor for exception org.refcodes.remoting.InvalidMethodRequestRuntimeException
Instantiates a new invalid method request runtime exception.
InvalidMethodRequestRuntimeException(String) - 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.
InvalidMethodRequestRuntimeException(Throwable) - Constructor for exception org.refcodes.remoting.InvalidMethodRequestRuntimeException
Instantiates a new invalid method request runtime exception.
isBusy() - Method in class org.refcodes.remoting.impls.RemoteClientImpl
 
isBusy() - Method in class org.refcodes.remoting.impls.RemoteServerImpl
 
isBusy() - Method in interface org.refcodes.remoting.RemoteClient.ProxyControl
Checks if is busy.
isEmpty() - Method in class org.refcodes.remoting.impls.RemoteClientImpl
 
isEmpty() - Method in class org.refcodes.remoting.impls.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.

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.
MethodReplyJobFactoryImpl() - Constructor for class org.refcodes.remoting.impls.RemoteServerImpl.MethodReplyJobFactoryImpl
 
MethodReplyMessage - Interface in org.refcodes.remoting
The Interface MethodReplyMessage.
MethodRequest - Interface in org.refcodes.remoting
The Interface MethodRequest.
MethodRequestJobFactoryImpl() - Constructor for class org.refcodes.remoting.impls.RemoteClientImpl.MethodRequestJobFactoryImpl
 
MethodRequestMessage - Interface in org.refcodes.remoting
The Interface MethodRequestMessage.

N

newInstance() - Method in class org.refcodes.remoting.impls.RemoteClientImpl.MethodRequestJobFactoryImpl
New instance.
newInstance(Properties) - Method in class org.refcodes.remoting.impls.RemoteClientImpl.MethodRequestJobFactoryImpl
New instance.
newInstance() - Method in class org.refcodes.remoting.impls.RemoteClientImpl.SignOffProxyJobFactoryImpl
New instance.
newInstance(Properties) - Method in class org.refcodes.remoting.impls.RemoteClientImpl.SignOffProxyJobFactoryImpl
New instance.
newInstance() - Method in class org.refcodes.remoting.impls.RemoteServerImpl.MethodReplyJobFactoryImpl
New instance.
newInstance(Properties) - Method in class org.refcodes.remoting.impls.RemoteServerImpl.MethodReplyJobFactoryImpl
New instance.
newInstance() - Method in class org.refcodes.remoting.impls.RemoteServerImpl.PublishProxyJobFactoryImpl
New instance.
newInstance(Properties) - Method in class org.refcodes.remoting.impls.RemoteServerImpl.PublishProxyJobFactoryImpl
New instance.
newInstance() - Method in class org.refcodes.remoting.impls.RemoteServerImpl.SignOffJobFactoryImpl
New instance.
newInstance(Properties) - Method in class org.refcodes.remoting.impls.RemoteServerImpl.SignOffJobFactoryImpl
New instance.
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, String) - 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(String, Throwable) - Constructor for exception org.refcodes.remoting.NoSuchProxyException
Instantiates a new no such proxy exception.
NoSuchProxyException(String) - 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.
NoSuchProxyException(Throwable) - Constructor for exception org.refcodes.remoting.NoSuchProxyException
Instantiates a new no such proxy exception.

O

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

P

proxies() - Method in class org.refcodes.remoting.impls.RemoteClientImpl
 
proxies() - Method in interface org.refcodes.remoting.RemoteClient
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.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, String) - 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(String, Throwable) - Constructor for exception org.refcodes.remoting.ProxyDisposedRuntimeException
Instantiates a new proxy disposed runtime exception.
ProxyDisposedRuntimeException(String) - 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.
ProxyDisposedRuntimeException(Throwable) - Constructor for exception org.refcodes.remoting.ProxyDisposedRuntimeException
Instantiates a new proxy disposed runtime exception.
PublishProxyJobFactoryImpl() - Constructor for class org.refcodes.remoting.impls.RemoteServerImpl.PublishProxyJobFactoryImpl
 
publishSubject(Object) - Method in class org.refcodes.remoting.impls.RemoteServerImpl
 
publishSubject(Object) - Method in interface org.refcodes.remoting.RemoteServer
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.impls
Abstract implementation of the RemoteClient's base functionality.
RemoteClientImpl() - Constructor for class org.refcodes.remoting.impls.RemoteClientImpl
Instantiates a new remote client impl.
RemoteClientImpl(ExecutorService) - Constructor for class org.refcodes.remoting.impls.RemoteClientImpl
Instantiates a new remote client impl.
RemoteClientImpl.MethodRequestJobFactoryImpl - Class in org.refcodes.remoting.impls
Implementation of the RecyclableTypeFactory creating instances of the according type.
RemoteClientImpl.SignOffProxyJobFactoryImpl - Class in org.refcodes.remoting.impls
Implementation of the RecyclableTypeFactory creating instances of the according type.
RemoteServer - Interface in org.refcodes.remoting
Remote control providing subjects to be operated on by RemoteClient instances.
RemoteServerImpl - Class in org.refcodes.remoting.impls
Abstract implementation of the RemoteServer's base functionality.
RemoteServerImpl() - Constructor for class org.refcodes.remoting.impls.RemoteServerImpl
Instantiates a new remote server impl.
RemoteServerImpl(ExecutorService) - Constructor for class org.refcodes.remoting.impls.RemoteServerImpl
Instantiates a new remote server impl.
RemoteServerImpl.MethodReplyJobFactoryImpl - Class in org.refcodes.remoting.impls
Implementation of the RecyclableTypeFactory creating instances of the according type.
RemoteServerImpl.PublishProxyJobFactoryImpl - Class in org.refcodes.remoting.impls
Implementation of the RecyclableTypeFactory creating instances of the according type.
RemoteServerImpl.SignOffJobFactoryImpl - Class in org.refcodes.remoting.impls
Implementation of the RecyclableTypeFactory creating instances of the according type.
RemotingException - Exception in org.refcodes.remoting
The Class RemotingException.
RemotingException(String, String) - 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(String, Throwable) - Constructor for exception org.refcodes.remoting.RemotingException
Instantiates a new remoting exception.
RemotingException(String) - 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.
RemotingException(Throwable) - Constructor for exception org.refcodes.remoting.RemotingException
Instantiates a new remoting exception.
RemotingRuntimeException - Exception in org.refcodes.remoting
The Class RemotingRuntimeException.
RemotingRuntimeException(String, String) - 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(String, Throwable) - Constructor for exception org.refcodes.remoting.RemotingRuntimeException
Instantiates a new remoting runtime exception.
RemotingRuntimeException(String) - 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.
RemotingRuntimeException(Throwable) - Constructor for exception org.refcodes.remoting.RemotingRuntimeException
Instantiates a new remoting runtime exception.
Reply - Interface in org.refcodes.remoting
The Interface Reply.

S

ServerMessage - Interface in org.refcodes.remoting
The Interface ServerMessage.
Session - Interface in org.refcodes.remoting
The Session associates an ID String to sessions of request and reply pairs.
SessionIdAccessor - Interface in org.refcodes.remoting
Provides an accessor for a session ID property.
SessionIdAccessor.SessionIdMutator - Interface in org.refcodes.remoting
Provides a mutator for a session ID property.
SessionIdAccessor.SessionIdProperty - Interface in org.refcodes.remoting
Provides a session ID property.
setException(Throwable) - Method in interface org.refcodes.remoting.Reply
Sets the exception.
setInstanceDescriptor(InstanceDescriptor) - Method in interface org.refcodes.remoting.InstanceDescriptorAccessor.InstanceDescriptorMutator
Sets the InstanceDescriptor for the InstanceDescriptor property.
setInstanceId(String) - Method in interface org.refcodes.remoting.InstanceIdAccessor.InstanceIdMutator
Sets the instance ID for the instance ID 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 ID for the sessionId property.
setSubject(S) - Method in interface org.refcodes.remoting.SubjectAccessor.SubjectMutator
Sets the subject for the subject property.
SignOffJobFactoryImpl() - Constructor for class org.refcodes.remoting.impls.RemoteServerImpl.SignOffJobFactoryImpl
 
signOffProxy(Object) - Method in class org.refcodes.remoting.impls.RemoteClientImpl
 
signOffProxy(Object) - Method in interface org.refcodes.remoting.RemoteClient
Signs off an instance previously published using the publishClassDescriptor() method.
SignOffProxyJobFactoryImpl() - Constructor for class org.refcodes.remoting.impls.RemoteClientImpl.SignOffProxyJobFactoryImpl
 
SignOffProxyMessage - Interface in org.refcodes.remoting
The Interface SignOffProxyMessage.
signOffSubject(Object) - Method in class org.refcodes.remoting.impls.RemoteServerImpl
 
signOffSubject(Object, int) - Method in class org.refcodes.remoting.impls.RemoteServerImpl
 
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, 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.
SignOffSubjectMessage - Interface in org.refcodes.remoting
The Interface SignOffSubjectMessage.
size() - Method in class org.refcodes.remoting.impls.RemoteClientImpl
 
size() - Method in class org.refcodes.remoting.impls.RemoteServerImpl
 
SubjectAccessor - Interface in org.refcodes.remoting
Provides an accessor for a subject property.
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 class org.refcodes.remoting.impls.RemoteServerImpl
 
subjects() - Method in interface org.refcodes.remoting.RemoteServer
Returns an (immutable) iterator containing all the proxy objects previously being published.

U

UnknownInstanceIdRuntimeException - Exception in org.refcodes.remoting
Thrown in case an instance ID has been provided which is unknown by the processing instance.
UnknownInstanceIdRuntimeException(String, String) - 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(String, Throwable) - Constructor for exception org.refcodes.remoting.UnknownInstanceIdRuntimeException
Instantiates a new unknown instance id runtime exception.
UnknownInstanceIdRuntimeException(String) - 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.
UnknownInstanceIdRuntimeException(Throwable) - Constructor for exception org.refcodes.remoting.UnknownInstanceIdRuntimeException
Instantiates a new unknown instance id runtime exception.
A C D G H I M N O P R S U 
Skip navigation links

Copyright © 2017. All rights reserved.