|
Framework Professional Edition Package |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.mbs.services.device.abstractdriver.AbstractDeviceController
public abstract class AbstractDeviceController
This class is used for super class for all Device controller implementation classes.
| Field Summary | |
|---|---|
static java.lang.String |
ACTION_SET_ADDITIONAL_NAME
Constant for "setAdditionalName" action id. |
static java.lang.String |
COMP_NAME
Constant used for logging |
protected java.lang.Object |
device
Reference to the underlying device service |
java.lang.String |
DRIVER
Constant used for logging |
protected ControlUnitModel |
model
Reference to the corresponding ControlUnitModel instance |
| Constructor Summary | |
|---|---|
AbstractDeviceController(java.lang.Object device)
Constructor for the controller. |
|
| Method Summary | |
|---|---|
void |
_cu_setAdditionalName(java.lang.String name)
|
void |
release()
Release the controller. |
protected void |
setModel(ControlUnitModel model)
Sets the model reference. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String ACTION_SET_ADDITIONAL_NAME
public static final java.lang.String COMP_NAME
public java.lang.String DRIVER
protected ControlUnitModel model
ControlUnitModel instance
protected java.lang.Object device
| Constructor Detail |
|---|
public AbstractDeviceController(java.lang.Object device)
device - the underlying device service| Method Detail |
|---|
public void release()
protected void setModel(ControlUnitModel model)
model - reference to the AbstractCommonModel instance
public void _cu_setAdditionalName(java.lang.String name)
throws java.lang.Exception
java.lang.Exception
|
Framework Professional Edition Package |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||