net.sourceforge.esw.service
Interface IServiceResources


public interface IServiceResources

Defines static finals for the service package


Field Summary
static java.lang.String DIE_PROPERTY
          A Property name used by IService implementors
static java.lang.String HEARTBEAT_MONITOR_PROPERTY
          A Property name used by IHeartbeatGenerator implementors
static java.lang.String INTERVAL_PROPERTY
          A Property name used by IHeartbeatGenerator implementors
static java.lang.String PRIORITY_PROPERTY
          A Property name used by IService implementors
static java.lang.String REGGIE_DISCOVERED_PROPERTY
          A Property name used by ReggieLookup
static java.lang.String SERVICE_PROPERTY_NAME
          The name of the property under which the rest of the global properties for the service framework exist.
static java.lang.String START_PROPERTY
          A Property name used by IService and IHeartbeatGenerator implementors
static java.lang.String STOP_PROPERTY
          A Property name used by IService and IHeartbeatGenerator implementors
static java.lang.String TELEMETRY_SOURCE_PROPERTY
          A Property name used by IHeartbeatGenerator implementors
 

Field Detail

START_PROPERTY

public static final java.lang.String START_PROPERTY
A Property name used by IService and IHeartbeatGenerator implementors

STOP_PROPERTY

public static final java.lang.String STOP_PROPERTY
A Property name used by IService and IHeartbeatGenerator implementors

DIE_PROPERTY

public static final java.lang.String DIE_PROPERTY
A Property name used by IService implementors

PRIORITY_PROPERTY

public static final java.lang.String PRIORITY_PROPERTY
A Property name used by IService implementors

REGGIE_DISCOVERED_PROPERTY

public static final java.lang.String REGGIE_DISCOVERED_PROPERTY
A Property name used by ReggieLookup

INTERVAL_PROPERTY

public static final java.lang.String INTERVAL_PROPERTY
A Property name used by IHeartbeatGenerator implementors

TELEMETRY_SOURCE_PROPERTY

public static final java.lang.String TELEMETRY_SOURCE_PROPERTY
A Property name used by IHeartbeatGenerator implementors

HEARTBEAT_MONITOR_PROPERTY

public static final java.lang.String HEARTBEAT_MONITOR_PROPERTY
A Property name used by IHeartbeatGenerator implementors

SERVICE_PROPERTY_NAME

public static final java.lang.String SERVICE_PROPERTY_NAME
The name of the property under which the rest of the global properties for the service framework exist.


Copyright 2002 Free Software Foundation. All Rights Reserved.