Package | Description |
---|---|
co.codewizards.cloudstore.ls.client | |
co.codewizards.cloudstore.ls.core.invoke | |
co.codewizards.cloudstore.ls.rest.server |
Modifier and Type | Method and Description |
---|---|
void |
LocalServerClient.decRefCount(ObjectRef objectRef,
Uid refId) |
Object |
LocalServerClient.getRemoteObjectProxyOrCreate(ObjectRef objectRef) |
void |
LocalServerClient.incRefCount(ObjectRef objectRef,
Uid refId) |
Modifier and Type | Field and Description |
---|---|
protected ObjectRef |
RemoteObjectProxyInvocationHandler.objectRef |
Modifier and Type | Method and Description |
---|---|
protected ObjectRef |
ObjectManager.createObjectRef(Class<?> clazz) |
ObjectRef |
RemoteObjectProxy.getObjectRef() |
ObjectRef |
ObjectManager.getObjectRef(Object object) |
ObjectRef |
ObjectManager.getObjectRefOrCreate(Object object) |
ObjectRef |
ObjectManager.getObjectRefOrFail(Object object) |
Modifier and Type | Method and Description |
---|---|
RemoteObjectProxy |
RemoteObjectProxyFactory.createRemoteObjectProxy(ObjectRef objectRef) |
void |
IncDecRefCountQueue.decRefCount(ObjectRef objectRef,
Uid refId) |
void |
Invoker.decRefCount(ObjectRef objectRef,
Uid refId) |
Object |
ObjectManager.getObject(ObjectRef objectRef) |
Object |
ObjectManager.getObjectOrFail(ObjectRef objectRef) |
RemoteObjectProxy |
RemoteObjectProxyManager.getRemoteObjectProxy(ObjectRef objectRef) |
RemoteObjectProxy |
RemoteObjectProxyManager.getRemoteObjectProxyOrCreate(ObjectRef objectRef,
RemoteObjectProxyFactory remoteObjectProxyFactory) |
void |
IncDecRefCountQueue.incRefCount(ObjectRef objectRef,
Uid refId) |
void |
Invoker.incRefCount(ObjectRef objectRef,
Uid refId) |
Constructor and Description |
---|
RemoteObjectProxyInvocationHandler(Invoker invoker,
ObjectRef objectRef) |
Modifier and Type | Method and Description |
---|---|
void |
InverseInvoker.decRefCount(ObjectRef objectRef,
Uid refId) |
Object |
InverseInvoker.getRemoteObjectProxyOrCreate(ObjectRef objectRef) |
void |
InverseInvoker.incRefCount(ObjectRef objectRef,
Uid refId) |
Copyright © 2013–2019. All rights reserved.