public interface Attributes
Sensor
definitions.Modifier and Type | Interface and Description |
---|---|
static class |
Attributes.MainUri |
static final BasicNotificationSensor<java.lang.Void> LOCATION_CHANGED
static final BasicAttributeSensorAndConfigKey<java.lang.String> DOWNLOAD_URL
static final BasicAttributeSensorAndConfigKey<java.util.Map<java.lang.String,java.lang.String>> DOWNLOAD_ADDON_URLS
static final AttributeSensor<java.util.List<java.lang.Integer>> PORT_NUMBERS
static final AttributeSensor<java.util.List<Sensor<java.lang.Integer>>> PORT_SENSORS
static final PortAttributeSensorAndConfigKey HTTP_PORT
static final PortAttributeSensorAndConfigKey HTTPS_PORT
static final PortAttributeSensorAndConfigKey SSH_PORT
static final PortAttributeSensorAndConfigKey SMTP_PORT
static final PortAttributeSensorAndConfigKey DNS_PORT
static final PortAttributeSensorAndConfigKey AMQP_PORT
static final AttributeSensor<java.lang.String> HOSTNAME
static final AttributeSensor<java.lang.String> ADDRESS
static final AttributeSensor<UserAndHostAndPort> SSH_ADDRESS
static final AttributeSensor<UserAndHostAndPort> WINRM_ADDRESS
static final AttributeSensor<java.lang.String> SUBNET_HOSTNAME
static final AttributeSensor<java.lang.String> SUBNET_ADDRESS
static final AttributeSensor<java.lang.String> HOST_AND_PORT
static final AttributeSensor<java.lang.Boolean> SERVICE_UP
static final AttributeSensor<java.util.Map<java.lang.String,java.lang.Object>> SERVICE_NOT_UP_INDICATORS
static final AttributeSensor<java.util.Map<java.lang.String,java.lang.Object>> SERVICE_PROBLEMS
static final AttributeSensor<Lifecycle> SERVICE_STATE_ACTUAL
static final AttributeSensor<Lifecycle.Transition> SERVICE_STATE_EXPECTED
@Deprecated static final AttributeSensor<Lifecycle> SERVICE_STATE
static final AttributeSensor<java.lang.Integer> PID
static final AttributeSensor<java.lang.String> LOG_FILE_LOCATION
static final AttributeSensor<java.net.URI> MAIN_URI
@Beta static final AttributeSensor<ManagementContext.PropertiesReloadListener> PROPERTIES_RELOAD_LISTENER
ManagementContext.PropertiesReloadListener
to store a persistent
reference to it, for use when unregistering the listener.