Package | Description |
---|---|
org.opennms.netmgt.config | |
org.opennms.netmgt.config.vacuumd |
This file is part of OpenNMS(R).
|
Modifier and Type | Method and Description |
---|---|
List<Statement> |
VacuumdConfigFactory.getStatements()
getStatements
|
Modifier and Type | Method and Description |
---|---|
Statement[] |
VacuumdConfiguration.getStatement()
Method getStatement.Returns the contents of the collection in an Array.
|
Statement |
Trigger.getStatement()
Returns the value of field 'statement'.
|
Statement |
Action.getStatement()
Returns the value of field 'statement'.
|
Statement |
VacuumdConfiguration.getStatement(int index)
Method getStatement.
|
Statement |
VacuumdConfiguration.removeStatementAt(int index)
Method removeStatementAt.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<Statement> |
VacuumdConfiguration.enumerateStatement()
Method enumerateStatement.
|
List<Statement> |
VacuumdConfiguration.getStatementCollection()
Method getStatementCollection.Returns a reference to '_statementList'.
|
Iterator<Statement> |
VacuumdConfiguration.iterateStatement()
Method iterateStatement.
|
Modifier and Type | Method and Description |
---|---|
void |
VacuumdConfiguration.addStatement(int index,
Statement vStatement) |
void |
VacuumdConfiguration.addStatement(Statement vStatement) |
boolean |
VacuumdConfiguration.removeStatement(Statement vStatement)
Method removeStatement.
|
void |
VacuumdConfiguration.setStatement(int index,
Statement vStatement) |
void |
Trigger.setStatement(Statement statement)
Sets the value of field 'statement'.
|
void |
Action.setStatement(Statement statement)
Sets the value of field 'statement'.
|
void |
VacuumdConfiguration.setStatement(Statement[] vStatementArray) |
Modifier and Type | Method and Description |
---|---|
void |
VacuumdConfiguration.setStatement(List<Statement> vStatementList)
Sets the value of '_statementList' by copying the given Vector.
|
Constructor and Description |
---|
Action(String name,
String dataSource,
Statement statement) |
Trigger(String name,
String dataSource,
String operator,
int rowCount,
Statement statement) |
Constructor and Description |
---|
VacuumdConfiguration(int period,
List<Statement> statements,
Automations automations,
Triggers triggers,
Actions actions,
AutoEvents autoEvents,
ActionEvents actionEvents) |
Copyright © 2017. All rights reserved.