public interface ServerLifecycle
Modifier and Type | Field and Description |
---|---|
static String |
PROP_ERROR |
static String |
PROP_RUNNING |
Modifier and Type | Method and Description |
---|---|
Throwable |
getError() |
boolean |
isRunning() |
void |
start() |
void |
stop() |
static final String PROP_RUNNING
static final String PROP_ERROR
void stop() throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException
void start() throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException
boolean isRunning()
Throwable getError()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.