Modifier and Type | Method and Description |
---|---|
void |
Broker.bind(java.lang.String reference,
RemoteObject remote)
Binds the reference to the specified remote object.
|
void |
Broker.bind(java.lang.String reference,
RemoteObject remote,
java.util.Properties env)
Binds the reference to the specified remote object.
|
Modifier and Type | Method and Description |
---|---|
Request |
Serializer.deserializeRequest(java.lang.String type,
byte[] bytes,
RemoteObject obj) |
Modifier and Type | Method and Description |
---|---|
Request |
JavaImp.deserializeRequest(byte[] bytes,
RemoteObject obj) |
Request |
ISerializer.deserializeRequest(byte[] bytes,
RemoteObject obj)
Deserialize a Request
|
Request |
GsonImp.deserializeRequest(byte[] bytes,
RemoteObject obj) |
Request |
KryoImp.deserializeRequest(byte[] bytes,
RemoteObject obj) |
Modifier and Type | Method and Description |
---|---|
RemoteObject |
InvocationThread.getObj() |
RemoteObject |
RemoteWrapper.getObj() |
Modifier and Type | Method and Description |
---|---|
void |
InvocationThread.setObj(RemoteObject obj) |
void |
RemoteWrapper.setObj(RemoteObject obj) |
Constructor and Description |
---|
InvocationThread(RemoteObject obj,
java.util.concurrent.BlockingQueue<com.rabbitmq.client.QueueingConsumer.Delivery> deliveryQueue,
Serializer serializer) |
RemoteWrapper(RemoteObject obj,
int numThreads,
Serializer serializer) |
Modifier and Type | Class and Description |
---|---|
class |
MessageImpl |
Modifier and Type | Class and Description |
---|---|
class |
OmqServerImpl |
Modifier and Type | Class and Description |
---|---|
class |
NumberImpl |
Modifier and Type | Class and Description |
---|---|
class |
RemoteObserverImpl |
class |
RemoteSubjectImpl |
Modifier and Type | Class and Description |
---|---|
class |
CalculatorImpl |
class |
ContactListImpl |
Modifier and Type | Class and Description |
---|---|
class |
BrokerKillerImpl |
Modifier and Type | Class and Description |
---|---|
class |
RemoteWorkspaceImpl |