Package | Description |
---|---|
org.opennms.netmgt.config | |
org.opennms.netmgt.config.scriptd |
Modifier and Type | Method and Description |
---|---|
EventScript[] |
ScriptdConfigFactory.getEventScripts()
Return the array of configured event scripts.
|
Modifier and Type | Method and Description |
---|---|
EventScript[] |
ScriptdConfiguration.getEventScript()
Method getEventScript.Returns the contents of the collection
in an Array.
|
EventScript |
ScriptdConfiguration.getEventScript(int index)
Method getEventScript.
|
EventScript |
ScriptdConfiguration.removeEventScriptAt(int index)
Method removeEventScriptAt.
|
static EventScript |
EventScript.unmarshal(Reader reader)
Method unmarshal.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<EventScript> |
ScriptdConfiguration.enumerateEventScript()
Method enumerateEventScript.
|
List<EventScript> |
ScriptdConfiguration.getEventScriptCollection()
Method getEventScriptCollection.Returns a reference to
'_eventScriptList'.
|
Iterator<EventScript> |
ScriptdConfiguration.iterateEventScript()
Method iterateEventScript.
|
Modifier and Type | Method and Description |
---|---|
void |
ScriptdConfiguration.addEventScript(EventScript vEventScript) |
void |
ScriptdConfiguration.addEventScript(int index,
EventScript vEventScript) |
boolean |
ScriptdConfiguration.removeEventScript(EventScript vEventScript)
Method removeEventScript.
|
void |
ScriptdConfiguration.setEventScript(EventScript[] vEventScriptArray) |
void |
ScriptdConfiguration.setEventScript(int index,
EventScript vEventScript) |
Modifier and Type | Method and Description |
---|---|
void |
ScriptdConfiguration.setEventScript(List<EventScript> vEventScriptList)
Sets the value of '_eventScriptList' by copying the given
Vector.
|
void |
ScriptdConfiguration.setEventScriptCollection(List<EventScript> eventScriptList)
Deprecated.
|
Copyright © 2017. All rights reserved.