Class ServiceInfo

java.lang.Object
org.distributeme.core.lifecycle.ServiceInfo
All Implemented Interfaces:
Serializable

public class ServiceInfo extends Object implements Serializable
This class contains information about a service.
Version:
$Id: $Id
Author:
lrosenberg
See Also:
  • Constructor Details

    • ServiceInfo

      public ServiceInfo()
  • Method Details

    • getServiceId

      public String getServiceId()

      Getter for the field serviceId.

      Returns:
      a String object.
    • setServiceId

      public void setServiceId(String serviceId)

      Setter for the field serviceId.

      Parameters:
      serviceId - a String object.
    • getLastAccessTimestamp

      public long getLastAccessTimestamp()

      Getter for the field lastAccessTimestamp.

      Returns:
      a long.
    • setLastAccessTimestamp

      public void setLastAccessTimestamp(long lastAccessTimestamp)

      Setter for the field lastAccessTimestamp.

      Parameters:
      lastAccessTimestamp - a long.
    • getCreationTimestamp

      public long getCreationTimestamp()

      Getter for the field creationTimestamp.

      Returns:
      a long.
    • setCreationTimestamp

      public void setCreationTimestamp(long creationTimestamp)

      Setter for the field creationTimestamp.

      Parameters:
      creationTimestamp - a long.
    • toString

      public String toString()
      Overrides:
      toString in class Object