Package | Description |
---|---|
org.opennms.netmgt.config | |
org.opennms.netmgt.config.vacuumd |
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.
|
static Statement |
Statement.unmarshal(Reader reader)
Method unmarshal.
|
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.
|
void |
VacuumdConfiguration.setStatementCollection(List<Statement> statementList)
Deprecated.
|
Copyright © 2015. All Rights Reserved.