Package | Description |
---|---|
co.codewizards.cloudstore.core | |
co.codewizards.cloudstore.core.dto |
Data transfer objects (DTOs) used for the communication between client and server via REST.
|
co.codewizards.cloudstore.core.dto.jaxb |
JAXB-related classes like
JAXBContext - and
XmlAdapter -implementations. |
co.codewizards.cloudstore.ls.client | |
co.codewizards.cloudstore.ls.core | |
co.codewizards.cloudstore.ls.core.dto | |
co.codewizards.cloudstore.ls.core.invoke | |
co.codewizards.cloudstore.ls.rest.client.request | |
co.codewizards.cloudstore.ls.rest.server | |
co.codewizards.cloudstore.ls.rest.server.service |
Modifier and Type | Method and Description |
---|---|
static Uid |
Uid.valueOf(byte[] bytes)
Creates a new
Uid instance from the binary data in bytes . |
static Uid |
Uid.valueOf(String uidString)
Creates a new
Uid instance from the encoded value in uidString . |
Modifier and Type | Method and Description |
---|---|
int |
Uid.compareTo(Uid other) |
Modifier and Type | Method and Description |
---|---|
List<Uid> |
UidList.getElements()
Deprecated.
This method should not be invoked by manually written code! It is exclusively used by JAXB.
|
Constructor and Description |
---|
UidList(Collection<? extends Uid> c) |
Modifier and Type | Method and Description |
---|---|
Uid |
UidXmlAdapter.unmarshal(String v) |
Modifier and Type | Method and Description |
---|---|
String |
UidXmlAdapter.marshal(Uid v) |
Modifier and Type | Method and Description |
---|---|
protected Uid |
LocalServerClient.getLocalProcessId() |
protected Uid |
LocalServerClient.getRemoteProcessId() |
Modifier and Type | Method and Description |
---|---|
void |
LocalServerClient.decRefCount(ObjectRef objectRef,
Uid refId) |
void |
LocalServerClient.incRefCount(ObjectRef objectRef,
Uid refId) |
Modifier and Type | Method and Description |
---|---|
static Uid |
LsConfig.getProcessId() |
Modifier and Type | Method and Description |
---|---|
Uid |
AbstractInverseServiceRequest.getRequestId() |
Uid |
InverseServiceResponse.getRequestId() |
Uid |
InverseServiceRequest.getRequestId() |
Uid |
AbstractInverseServiceResponse.getRequestId() |
Constructor and Description |
---|
AbstractInverseServiceResponse(Uid requestId) |
ErrorResponse(Uid requestId,
Error error) |
NullResponse(Uid requestId) |
Modifier and Type | Field and Description |
---|---|
protected Uid |
RemoteObjectProxyInvocationHandler.refId |
Uid |
ObjectRefWithRefId.refId |
Modifier and Type | Method and Description |
---|---|
Uid |
ObjectRef.getClientId() |
Uid |
ObjectManager.getClientId()
Gets the id of the client using this
ObjectManager . |
Uid |
InverseMethodInvocationRequest.getDelayedResponseId() |
Uid |
DelayedResponseIdScheduledEviction.getDelayedResponseId() |
Uid |
DelayedMethodInvocationResponse.getDelayedResponseId() |
Uid |
DelayedMethodInvocationResponse.getResult() |
Modifier and Type | Method and Description |
---|---|
void |
IncDecRefCountQueue.decRefCount(ObjectRef objectRef,
Uid refId) |
void |
Invoker.decRefCount(ObjectRef objectRef,
Uid refId) |
void |
ObjectManager.decRefCount(Object object,
Uid refId) |
MethodInvocationResponse |
InvokeMethodExecutor.getDelayedResponse(Uid delayedResponseId) |
static ObjectManager |
ObjectManager.getInstance(Uid clientId) |
void |
IncDecRefCountQueue.incRefCount(ObjectRef objectRef,
Uid refId) |
void |
Invoker.incRefCount(ObjectRef objectRef,
Uid refId) |
void |
ObjectManager.incRefCount(Object object,
Uid refId) |
Constructor and Description |
---|
ClassManager(Uid clientId) |
DelayedMethodInvocationResponse(Uid delayedResponseId) |
DelayedResponseIdScheduledEviction(long scheduledEvictionTimestamp,
Uid delayedResponseId) |
InverseMethodInvocationRequest(Uid delayedResponseId) |
ObjectManager(Uid clientId) |
ObjectRef(Uid clientId,
int classId,
long objectId) |
ObjectRefWithRefId(Object object,
Uid refId) |
Constructor and Description |
---|
GetDelayedMethodInvocationResponse(Uid delayedResponseId) |
Modifier and Type | Method and Description |
---|---|
void |
InverseInvoker.decRefCount(ObjectRef objectRef,
Uid refId) |
void |
InverseInvoker.incRefCount(ObjectRef objectRef,
Uid refId) |
Modifier and Type | Method and Description |
---|---|
protected Uid |
AbstractService.getClientId() |
Modifier and Type | Method and Description |
---|---|
MethodInvocationResponse |
InvokeMethodService.getDelayedMethodInvocationResponse(Uid delayedResponseId) |
Copyright © 2013–2019. All rights reserved.