public interface ServerDeviceController
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
TYPE_GENERIC |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDeviceIconId() |
java.lang.String |
getGroupName() |
java.lang.String |
getType() |
java.lang.String |
getTypeName() |
void |
install(DeviceContext deviceContext) |
void |
start() |
void |
stop() |
void |
uninstall() |
static final java.lang.String TYPE_GENERIC
java.lang.String getType()
java.lang.String getTypeName()
void install(DeviceContext deviceContext) throws ContextException
ContextExceptionvoid uninstall()
throws ContextException
ContextExceptionvoid start()
void stop()
java.lang.String getDeviceIconId()
java.lang.String getGroupName()