public final class ComponentState
extends java.lang.Enum
Title: Service Event Fabric Core
Description: Respresent the various stated of a Service.
Copyright: Copyright (c) 2010
Company: StreamScape Technologies
Modifier and Type | Field and Description |
---|---|
static ComponentState |
DESTROYED
Service is destroyed.
|
static ComponentState |
DESTROYING
Service is being destroyed normally.
|
static ComponentState |
INITIALIZED
Service is initialized.
|
static ComponentState |
INITIALIZING
Service is being initialized.
|
static ComponentState |
NOT_INITIALIZED
Service is not initialized.
|
static ComponentState |
OUTSYNC
Component is not sync with the latest configuration.
|
static ComponentState |
PENDING
Service initialization was failed.
|
static ComponentState |
RESUMING
Service is resuming from suspended.
|
static ComponentState |
STARTED
Service is started or resumed.
|
static ComponentState |
STARTING
Service is starting.
|
static ComponentState |
STOPPED
Service is stopped, but already initialized.
|
static ComponentState |
STOPPING
Service is being stopped.
|
static ComponentState |
SUSPECT
Service is suspect.
|
static ComponentState |
SUSPENDED
Service is suspended.
|
static ComponentState |
SUSPENDING
Service is being suspended.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isRunning() |
static ComponentState |
valueOf(java.lang.String name) |
static ComponentState[] |
values() |
public static final ComponentState NOT_INITIALIZED
public static final ComponentState INITIALIZING
public static final ComponentState INITIALIZED
public static final ComponentState PENDING
public static final ComponentState STARTING
public static final ComponentState STARTED
public static final ComponentState SUSPENDING
public static final ComponentState SUSPENDED
public static final ComponentState RESUMING
public static final ComponentState STOPPING
public static final ComponentState STOPPED
public static final ComponentState DESTROYING
public static final ComponentState DESTROYED
public static final ComponentState SUSPECT
public static final ComponentState OUTSYNC
public static ComponentState[] values()
public static ComponentState valueOf(java.lang.String name)
public boolean isRunning()
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.