Serialized Form
-
Package org.distributeme.core
-
Class org.distributeme.core.ServiceDescriptor
class ServiceDescriptor extends Object implements Serializable- serialVersionUID:
- 2854220693966853387L
-
Serialized Fields
-
host
String host
Host on which the service is running. -
instanceId
String instanceId
A unique id (random generated) which is only valid for the live time of the one instance. -
port
int port
Port on which the local rmi registry is running. -
protocol
ServiceDescriptor.Protocol protocol
The protocol this instance supports. -
serviceId
String serviceId
The id of the service - usually a string delivered from the interface and package name. -
timestamp
long timestamp
Timestamp in milliseconds.
-
-
-
Package org.distributeme.core.asynch
-
Exception Class org.distributeme.core.asynch.CallTimeoutedException
class CallTimeoutedException extends DistributemeRuntimeException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.distributeme.core.concurrencycontrol
-
Exception Class org.distributeme.core.concurrencycontrol.ConcurrencyControlException
class ConcurrencyControlException extends DistributemeRuntimeException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.distributeme.core.concurrencycontrol.OutgoingRequestRefusedException
class OutgoingRequestRefusedException extends ConcurrencyControlException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.distributeme.core.concurrencycontrol.ServerRefusedRequestException
class ServerRefusedRequestException extends ConcurrencyControlException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.distributeme.core.exception
-
Exception Class org.distributeme.core.exception.DistributemeRuntimeException
class DistributemeRuntimeException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.distributeme.core.exception.NoConnectionToServerException
class NoConnectionToServerException extends Exception implements Serializable- serialVersionUID:
- 1L
-
-
Package org.distributeme.core.interceptor
-
Exception Class org.distributeme.core.interceptor.FailedByInterceptorException
class FailedByInterceptorException extends DistributemeRuntimeException implements Serializable
-
-
Package org.distributeme.core.lifecycle
-
Class org.distributeme.core.lifecycle.HealthStatus
class HealthStatus extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.distributeme.core.lifecycle.ServiceInfo
class ServiceInfo extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
creationTimestamp
long creationTimestamp
Timestamp of the service start and service implementation created. -
lastAccessTimestamp
long lastAccessTimestamp
The last time the service was accessed via the public interface. -
serviceId
String serviceId
Id of the service.
-
-
-
Package org.distributeme.core.util
-
Class org.distributeme.core.util.VoidMarker
class VoidMarker extends Object implements Serializable- serialVersionUID:
- 1L
-