|
xmlBlaster 1.6.2 API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use RunLevelAction | |
| org.xmlBlaster.engine.runlevel | |
| Uses of RunLevelAction in org.xmlBlaster.engine.runlevel |
| Fields in org.xmlBlaster.engine.runlevel declared as RunLevelAction | |
private RunLevelAction |
PluginConfig.upAction
stores the action for the upgoing run level (if none it will be null) |
private RunLevelAction |
PluginConfig.downAction
stores the action for the down going run level (if none it will be null) |
private RunLevelAction |
RunLevelActionSaxFactory.runLevelAction
|
| Methods in org.xmlBlaster.engine.runlevel that return RunLevelAction | |
RunLevelAction |
PluginConfig.getUpAction()
|
RunLevelAction |
PluginConfig.getDownAction()
|
RunLevelAction[] |
PluginConfig.getActions()
|
RunLevelAction |
RunLevelActionSaxFactory.getObject()
|
RunLevelAction |
RunLevelActionSaxFactory.readObject(java.lang.String xmlTxt)
Parses the given xml Qos and returns a RunLevelActionData holding the data. |
| Methods in org.xmlBlaster.engine.runlevel with parameters of type RunLevelAction | |
void |
PluginConfig.addAction(RunLevelAction action)
|
java.lang.String |
RunLevelActionSaxFactory.writeObject(RunLevelAction runLevelAction,
java.lang.String extraOffset)
Dump state of this object into a XML ASCII string. |
|
xmlBlaster 1.6.2 API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||