| Package | Description |
|---|---|
| org.refcodes.remoting | |
| org.refcodes.remoting.messages | |
| org.refcodes.remoting.messages.impls | |
| org.refcodes.remoting.mixins |
| Modifier and Type | Method and Description |
|---|---|
TypeInstance |
RemoteClient.ProxyControl.getClassDescriptor()
Returns the class descriptor which has been used to create the Proxy
object.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PublishSubjectMessage |
| Modifier and Type | Class and Description |
|---|---|
class |
ClassDescriptorImpl
Implementation of the
TypeInstance interface. |
class |
ProxyDescriptorImpl
The most common information to be provided when describing a proxy residing
in a
RemoteClient and which is linked to a RemoteServer. |
class |
PublishSubjectMessageImpl |
| Modifier and Type | Method and Description |
|---|---|
void |
PublishSubjectMessageImpl.setClassDescriptor(TypeInstance classDescriptor) |
protected void |
ClassDescriptorImpl.setClassDescriptor(TypeInstance classDescriptor) |
| Constructor and Description |
|---|
ProxyDescriptorImpl(TypeInstance aClassDescriptor,
Object aProxy)
Creates a new
TypeProxy object. |
PublishSubjectMessageImpl(TypeInstance aClassDescriptor)
Creates a new
PublishSubjectMessage instance. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TypeProxy
The
TypeProxy 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. |
| Modifier and Type | Method and Description |
|---|---|
TypeInstance |
TypeInstanceAccessor.getTypeInstance()
Retrieves the
TypeInstance from the TypeInstance
property. |
| Modifier and Type | Method and Description |
|---|---|
void |
TypeInstanceAccessor.TypeInstanceMutator.setTypeInstance(TypeInstance aTypeInstance)
Sets the
TypeInstance for the TypeInstance
property. |
Copyright © 2015. All rights reserved.