public abstract class NotificationCommandManager extends Object
Abstract NotificationCommandManager class.
Constructor and Description |
---|
NotificationCommandManager() |
Modifier and Type | Method and Description |
---|---|
Command |
getCommand(String name)
Gets a notification command for a particular command name.
|
Map<String,Command> |
getCommands()
Gets all configured notification commands.
|
protected void |
parseXML(InputStream reader)
Populate the internal list of notification commands from an XML file.
|
abstract void |
update()
update
|
protected void parseXML(InputStream reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader
- contains the XML file to be parsedorg.exolab.castor.xml.MarshalException
- if any.org.exolab.castor.xml.ValidationException
- if any.public Command getCommand(String name)
Copyright © 2017. All rights reserved.