public class AlarmSystemInterfaceFactory
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
AlarmSystemInterfaceFactory()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static FaultState |
createFaultState()
Factory method for creating FaultState instances.
|
static FaultState |
createFaultState(java.lang.String family,
java.lang.String member,
int code)
Factory method for creating FaultState instances.
|
static AlarmSystemInterface |
createSource()
Create a new instance of an alarm system interface without binding it to any source.
|
static AlarmSystemInterface |
createSource(java.lang.String sourceName)
Create a new instance of an alarm system interface.
|
protected AlarmSystemInterfaceFactory()
public static FaultState createFaultState()
public static FaultState createFaultState(java.lang.String family, java.lang.String member, int code)
family - the fault family.member - the fault member.code - the fault code.public static AlarmSystemInterface createSource(java.lang.String sourceName) throws ASIException
sourceName - the source name.ASIException - if the AlarmSystemInterface instance can not be created.public static AlarmSystemInterface createSource() throws ASIException
ASIException - if the AlarmSystemInterface instance can not be created.