org.enhydra.barracuda.admin
Class BarracudaAdmin
java.lang.Object
|
+--org.enhydra.barracuda.core.event.DefaultEventGateway
|
+--org.enhydra.barracuda.admin.BarracudaAdmin
- All Implemented Interfaces:
- EventGateway
- public class BarracudaAdmin
- extends DefaultEventGateway
This mini-app is can be used to administer Barracuda applications
Field Summary |
protected java.util.Map |
cmdMap
|
protected static org.apache.log4j.Logger |
logger
|
protected java.util.ResourceBundle |
rb
|
protected java.lang.Class |
templateClass
|
Method Summary |
static void |
main(java.lang.String[] margs)
If you are having problems getting this to run, you can use this
static main method for testing purposes. |
void |
printTestResults(java.lang.Object cmdResult)
|
void |
runTest()
|
void |
setAdminFile(java.lang.String s)
|
void |
setTemplateClass(java.lang.String s)
|
Methods inherited from class org.enhydra.barracuda.core.event.DefaultEventGateway |
add, deregister, deregisterLocalEventInterests, getChildren, getParent, print, printStackTrace, printStackTrace, register, registerLocalEventAliases, registerLocalEventInterests, remove, setParent, specifyLocalEventAliases, specifyLocalEventInterests, specifyLocalEventInterests |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
protected static org.apache.log4j.Logger logger
rb
protected java.util.ResourceBundle rb
templateClass
protected java.lang.Class templateClass
cmdMap
protected java.util.Map cmdMap
BarracudaAdmin
public BarracudaAdmin()
- Public constructor
setAdminFile
public void setAdminFile(java.lang.String s)
setTemplateClass
public void setTemplateClass(java.lang.String s)
main
public static void main(java.lang.String[] margs)
- If you are having problems getting this to run, you can use this
static main method for testing purposes. You'll need to modify the
hardcoded values accordingly.
runTest
public void runTest()
printTestResults
public void printTestResults(java.lang.Object cmdResult)
Copyright © 2001 Enhydra.org