|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.connecterra.ale.alevent.impl.EngineALEFactory
| Field Summary | |
static ECSubscriptionControls |
ZERO_CONTROLS
|
static ECInterval |
ZERO_INTERVAL
|
| Constructor Summary | |
EngineALEFactory()
|
|
| Method Summary | |
ECCountReportOutputSpec |
createECCountReportOutputSpec()
Create a new ECCountReportOutputSpec instance. |
ECInterval |
createECInterval()
Create a new ECInterval instance, initialized to zero milliseconds. |
ECInterval |
createECInterval(int value,
ECIntervalUnit unit)
Create a new ECInterval instance with the specified value and unit. |
ECListReportOutputSpec |
createECListReportOutputSpec()
Create a new ECListReportOutputSpec instance. |
ECReportSpec |
createECReportSpec()
Create a new ECReportSpec instance. |
ECSpec |
createECSpec()
Create a new ECSpec instance. |
ECSubscriptionControls |
createECSubscriptionControls()
Create a new ECSubscriptionControls instance, with all
fields initialized to zero, which requests that notification
failures never cause a subscription to be unsubscribed. |
ECSubscriptionControls |
createECSubscriptionControls(int count,
long interval)
Create a new ECSubscriptionControls instance with the
specified count and interval in milliseconds. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final ECInterval ZERO_INTERVAL
public static final ECSubscriptionControls ZERO_CONTROLS
| Constructor Detail |
public EngineALEFactory()
| Method Detail |
public ECInterval createECInterval()
ALEFactoryECInterval instance, initialized to zero milliseconds.
createECInterval in interface ALEFactory
public ECInterval createECInterval(int value,
ECIntervalUnit unit)
ALEFactoryECInterval instance with the specified value and unit.
createECInterval in interface ALEFactorypublic ECReportSpec createECReportSpec()
ALEFactoryECReportSpec instance. The returned instance has no
name, no ECReportSet, no ECReportOutputSpec, reportIfEmpty and
isEssential set to false, and has no include or exclude patterns.
createECReportSpec in interface ALEFactorypublic ECListReportOutputSpec createECListReportOutputSpec()
ALEFactoryECListReportOutputSpec instance.
createECListReportOutputSpec in interface ALEFactorypublic ECCountReportOutputSpec createECCountReportOutputSpec()
ALEFactoryECCountReportOutputSpec instance.
createECCountReportOutputSpec in interface ALEFactorypublic ECSpec createECSpec()
ALEFactoryECSpec instance. The returned instance has empty
lists of logical reader names and report specifications, no
start or stop trigger, and all intervals set to zero
milliseconds.
createECSpec in interface ALEFactorypublic ECSubscriptionControls createECSubscriptionControls()
ALEFactoryECSubscriptionControls instance, with all
fields initialized to zero, which requests that notification
failures never cause a subscription to be unsubscribed.
createECSubscriptionControls in interface ALEFactory
public ECSubscriptionControls createECSubscriptionControls(int count,
long interval)
ALEFactoryECSubscriptionControls instance with the
specified count and interval in milliseconds.
createECSubscriptionControls in interface ALEFactory
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||