public class ACSLaserSource extends AlarmSystemInterfaceProxy implements ACSAlarmSystemInterface
| Constructor and Description |
|---|
ACSLaserSource(java.lang.String sourceName,
java.util.logging.Logger logger) |
| Modifier and Type | Method and Description |
|---|---|
void |
push(ACSFaultState state) |
void |
push(java.util.Collection states)
Push an fault states collection.
|
void |
pushActiveList(java.util.Collection active)
Push the source active list forcing a backup
|
close, getSourceName, onException, pull, push, setSourceNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, getSourceName, setSourceNamepublic ACSLaserSource(java.lang.String sourceName,
java.util.logging.Logger logger)
throws ASIException
ASIExceptionpublic void push(ACSFaultState state)
push in interface ACSAlarmSystemInterfaceAlarmSystemInterfacepublic void push(java.util.Collection states)
AlarmSystemInterfaceProxypush in interface ACSAlarmSystemInterfacepush in interface AlarmSystemInterfacepush in class AlarmSystemInterfaceProxystates - the fault states collection to pushAlarmSystemInterfacepublic void pushActiveList(java.util.Collection active)
AlarmSystemInterfaceProxypushActiveList in interface ACSAlarmSystemInterfacepushActiveList in interface AlarmSystemInterfacepushActiveList in class AlarmSystemInterfaceProxyactive - the source active listAlarmSystemInterface