Class ServiceInfo

  • All Implemented Interfaces:
    Externalizable, Serializable

    public class ServiceInfo
    extends Object
    implements Externalizable
    Representation of a service configuration. This information is requested by a cluster node when joining the cluster (requested to the senior member) and also from each cluster node to the new node joining the cluster. Each cluster node (existing and new one) has to merge its local services with the new ones. It does not include database stored configuration options, as they are handled via database reads.
    Author:
    Daniel Henninger
    See Also:
    Serialized Form