Package | Description |
---|---|
org.opennms.netmgt.config | |
org.opennms.netmgt.config.notificationCommands | |
org.opennms.netmgt.notifd |
Modifier and Type | Method and Description |
---|---|
Command |
NotificationCommandManager.getCommand(String name)
Gets a notification command for a particular command name.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Command> |
NotificationCommandManager.getCommands()
Gets all configured notification commands.
|
Modifier and Type | Method and Description |
---|---|
Command[] |
NotificationCommands.getCommand()
Method getCommand.Returns the contents of the collection in
an Array.
|
Command |
NotificationCommands.getCommand(int index)
Method getCommand.
|
Command |
NotificationCommands.removeCommandAt(int index)
Method removeCommandAt.
|
static Command |
Command.unmarshal(Reader reader)
Method unmarshal.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<Command> |
NotificationCommands.enumerateCommand()
Method enumerateCommand.
|
List<Command> |
NotificationCommands.getCommandCollection()
Method getCommandCollection.Returns a reference to
'_commandList'.
|
Iterator<Command> |
NotificationCommands.iterateCommand()
Method iterateCommand.
|
Modifier and Type | Method and Description |
---|---|
void |
NotificationCommands.addCommand(Command vCommand) |
void |
NotificationCommands.addCommand(int index,
Command vCommand) |
boolean |
NotificationCommands.removeCommand(Command vCommand)
Method removeCommand.
|
void |
NotificationCommands.setCommand(Command[] vCommandArray) |
void |
NotificationCommands.setCommand(int index,
Command vCommand) |
Modifier and Type | Method and Description |
---|---|
void |
NotificationCommands.setCommand(List<Command> vCommandList)
Sets the value of '_commandList' by copying the given
Vector.
|
void |
NotificationCommands.setCommandCollection(List<Command> commandList)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Command[] |
NotificationTask.getCommands()
getCommands
|
Modifier and Type | Method and Description |
---|---|
void |
NotificationTask.setCommands(Command[] commands)
This method will construct the command that will be issued to send the
actual page.
|
Copyright © 2017. All rights reserved.