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
 
AmbiguousProxyException(String, Throwable, String) - Constructor for exception org.refcodes.remoting.AmbiguousProxyException
 
AmbiguousProxyException(String, Throwable) - Constructor for exception org.refcodes.remoting.AmbiguousProxyException
 
AmbiguousProxyException(String) - Constructor for exception org.refcodes.remoting.AmbiguousProxyException
 
AmbiguousProxyException(Throwable, String) - Constructor for exception org.refcodes.remoting.AmbiguousProxyException
 
AmbiguousProxyException(Throwable) - Constructor for exception org.refcodes.remoting.AmbiguousProxyException
 

C

CancelMethodReplyMessage - Interface in org.refcodes.remoting
 
clear() - Method in class org.refcodes.remoting.impls.RemoteClientImpl
 
clear() - Method in class org.refcodes.remoting.impls.RemoteServerImpl
 
ClientMessage - Interface in org.refcodes.remoting
 
close() - Method in class org.refcodes.remoting.impls.RemoteClientImpl
 
close(CloseConnectionMessage) - Method in class org.refcodes.remoting.impls.RemoteClientImpl
Takes care of closing the RemoteClient depending on the CloseConnectionMessage received from the RemoteServer counterpart.
close() - Method in class org.refcodes.remoting.impls.RemoteServerImpl
 
close(CloseConnectionMessage) - Method in class org.refcodes.remoting.impls.RemoteServerImpl
Takes care of closing the RemoteServer depending on the CloseConnectionMessage received from the RemoteClient counterpart.
CloseConnectionMessage - Interface in org.refcodes.remoting
 

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
 
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
 
DuplicateInstanceIdRuntimeException(String, String) - Constructor for exception org.refcodes.remoting.DuplicateInstanceIdRuntimeException
 
DuplicateInstanceIdRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.remoting.DuplicateInstanceIdRuntimeException
 
DuplicateInstanceIdRuntimeException(String, Throwable) - Constructor for exception org.refcodes.remoting.DuplicateInstanceIdRuntimeException
 
DuplicateInstanceIdRuntimeException(String) - Constructor for exception org.refcodes.remoting.DuplicateInstanceIdRuntimeException
 
DuplicateInstanceIdRuntimeException(Throwable, String) - Constructor for exception org.refcodes.remoting.DuplicateInstanceIdRuntimeException
 
DuplicateInstanceIdRuntimeException(Throwable) - Constructor for exception org.refcodes.remoting.DuplicateInstanceIdRuntimeException
 
DuplicateSessionIdRuntimeException - Exception in org.refcodes.remoting
 
DuplicateSessionIdRuntimeException(String, String) - Constructor for exception org.refcodes.remoting.DuplicateSessionIdRuntimeException
 
DuplicateSessionIdRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.remoting.DuplicateSessionIdRuntimeException
 
DuplicateSessionIdRuntimeException(String, Throwable) - Constructor for exception org.refcodes.remoting.DuplicateSessionIdRuntimeException
 
DuplicateSessionIdRuntimeException(String) - Constructor for exception org.refcodes.remoting.DuplicateSessionIdRuntimeException
 
DuplicateSessionIdRuntimeException(Throwable, String) - Constructor for exception org.refcodes.remoting.DuplicateSessionIdRuntimeException
 
DuplicateSessionIdRuntimeException(Throwable) - Constructor for exception org.refcodes.remoting.DuplicateSessionIdRuntimeException
 

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
 
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
 
InvalidMethodReplyRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.remoting.InvalidMethodReplyRuntimeException
 
InvalidMethodReplyRuntimeException(String, Throwable) - Constructor for exception org.refcodes.remoting.InvalidMethodReplyRuntimeException
 
InvalidMethodReplyRuntimeException(String) - Constructor for exception org.refcodes.remoting.InvalidMethodReplyRuntimeException
 
InvalidMethodReplyRuntimeException(Throwable, String) - Constructor for exception org.refcodes.remoting.InvalidMethodReplyRuntimeException
 
InvalidMethodReplyRuntimeException(Throwable) - Constructor for exception org.refcodes.remoting.InvalidMethodReplyRuntimeException
 
InvalidMethodRequestRuntimeException - Exception in org.refcodes.remoting
 
InvalidMethodRequestRuntimeException(String, String) - Constructor for exception org.refcodes.remoting.InvalidMethodRequestRuntimeException
 
InvalidMethodRequestRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.remoting.InvalidMethodRequestRuntimeException
 
InvalidMethodRequestRuntimeException(String, Throwable) - Constructor for exception org.refcodes.remoting.InvalidMethodRequestRuntimeException
 
InvalidMethodRequestRuntimeException(String) - Constructor for exception org.refcodes.remoting.InvalidMethodRequestRuntimeException
 
InvalidMethodRequestRuntimeException(Throwable, String) - Constructor for exception org.refcodes.remoting.InvalidMethodRequestRuntimeException
 
InvalidMethodRequestRuntimeException(Throwable) - Constructor for exception org.refcodes.remoting.InvalidMethodRequestRuntimeException
 
isBusy() - Method in class org.refcodes.remoting.impls.RemoteClientImpl
------------------------------------------------------------------------- TODO: Enhance the RemoteClientImpl.isBusy() method, e.g. are there any threads active?
isBusy() - Method in class org.refcodes.remoting.impls.RemoteServerImpl
------------------------------------------------------------------------- TODO: Enhance the RemoteServerImpl.isBusy() method, e.g. are there any threads active?
isBusy() - Method in interface org.refcodes.remoting.RemoteClient.ProxyControl
 
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
 
MethodRequest - Interface in org.refcodes.remoting
 
MethodRequestJobFactoryImpl() - Constructor for class org.refcodes.remoting.impls.RemoteClientImpl.MethodRequestJobFactoryImpl
 
MethodRequestMessage - Interface in org.refcodes.remoting
 

N

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

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
 
ProxyDisposedRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.remoting.ProxyDisposedRuntimeException
 
ProxyDisposedRuntimeException(String, Throwable) - Constructor for exception org.refcodes.remoting.ProxyDisposedRuntimeException
 
ProxyDisposedRuntimeException(String) - Constructor for exception org.refcodes.remoting.ProxyDisposedRuntimeException
 
ProxyDisposedRuntimeException(Throwable, String) - Constructor for exception org.refcodes.remoting.ProxyDisposedRuntimeException
 
ProxyDisposedRuntimeException(Throwable) - Constructor for exception org.refcodes.remoting.ProxyDisposedRuntimeException
 
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
 
PublishSubjectReplyMessage - Interface in org.refcodes.remoting
 
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
 
RemoteClientImpl(ExecutorService) - Constructor for class org.refcodes.remoting.impls.RemoteClientImpl
 
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
 
RemoteServerImpl(ExecutorService) - Constructor for class org.refcodes.remoting.impls.RemoteServerImpl
 
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
 
RemotingException(String, String) - Constructor for exception org.refcodes.remoting.RemotingException
 
RemotingException(String, Throwable, String) - Constructor for exception org.refcodes.remoting.RemotingException
 
RemotingException(String, Throwable) - Constructor for exception org.refcodes.remoting.RemotingException
 
RemotingException(String) - Constructor for exception org.refcodes.remoting.RemotingException
 
RemotingException(Throwable, String) - Constructor for exception org.refcodes.remoting.RemotingException
 
RemotingException(Throwable) - Constructor for exception org.refcodes.remoting.RemotingException
 
RemotingRuntimeException - Exception in org.refcodes.remoting
 
RemotingRuntimeException(String, String) - Constructor for exception org.refcodes.remoting.RemotingRuntimeException
 
RemotingRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.remoting.RemotingRuntimeException
 
RemotingRuntimeException(String, Throwable) - Constructor for exception org.refcodes.remoting.RemotingRuntimeException
 
RemotingRuntimeException(String) - Constructor for exception org.refcodes.remoting.RemotingRuntimeException
 
RemotingRuntimeException(Throwable, String) - Constructor for exception org.refcodes.remoting.RemotingRuntimeException
 
RemotingRuntimeException(Throwable) - Constructor for exception org.refcodes.remoting.RemotingRuntimeException
 
Reply - Interface in org.refcodes.remoting
 

S

ServerMessage - Interface in org.refcodes.remoting
 
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
 
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
 
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
 
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
 
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
 
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
 
UnknownInstanceIdRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.remoting.UnknownInstanceIdRuntimeException
 
UnknownInstanceIdRuntimeException(String, Throwable) - Constructor for exception org.refcodes.remoting.UnknownInstanceIdRuntimeException
 
UnknownInstanceIdRuntimeException(String) - Constructor for exception org.refcodes.remoting.UnknownInstanceIdRuntimeException
 
UnknownInstanceIdRuntimeException(Throwable, String) - Constructor for exception org.refcodes.remoting.UnknownInstanceIdRuntimeException
 
UnknownInstanceIdRuntimeException(Throwable) - Constructor for exception org.refcodes.remoting.UnknownInstanceIdRuntimeException
 
A C D G H I M N O P R S U 
Skip navigation links

Copyright © 2017. All rights reserved.