
public class Line extends Object implements HasLifecycle
| Modifier and Type | Field and Description |
|---|---|
protected int |
chan |
protected int |
compChan |
protected String |
compDevcName |
protected String |
devcName
Data fields.
|
protected String |
name |
| Constructor and Description |
|---|
Line() |
| Modifier and Type | Method and Description |
|---|---|
void |
init()
Called from the enclosing
Subsystem at construction
phase. |
boolean |
isSet()
Gets the line value.
|
void |
set(boolean on)
Sets the line value.
|
void |
setWarm(boolean on)
Sets the warm-start state of the line.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpostInit, postStart, shutdownNow, startprotected String devcName
protected int chan
protected String compDevcName
protected int compChan
protected String name
public void init()
HasLifecycleSubsystem at construction
phase. This method is called before the children components of this
object have their init method called.
At the time it is called, connection to the messaging layer is not yet
done, so there should be no attempt to send messages in the body of
this method. Configuration for message listening can nevertheless be
done here, such as adding MessageListener
objects.
It is unnecessary to call super.init()
init in interface HasLifecyclepublic void setWarm(boolean on)
on - True to set the warm-start state, false to clear it.public void set(boolean on)
on - True to set the line, false to clear it.public boolean isSet()
Copyright © 2017 LSST. All rights reserved.