org.barracudamvc.admin
Class BarracudaAdmin
java.lang.Object
org.barracudamvc.core.event.DefaultEventGateway
org.barracudamvc.admin.BarracudaAdmin
- All Implemented Interfaces:
- EventGateway
- public class BarracudaAdmin
- extends DefaultEventGateway
This mini-app is can be used to administer Barracuda applications
Methods inherited from class org.barracudamvc.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 final org.apache.log4j.Logger logger
DEFAULT_ADMIN_PROPS
public static String DEFAULT_ADMIN_PROPS
rb
protected ResourceBundle rb
templateClass
protected Class templateClass
cmdMap
protected Map cmdMap
BarracudaAdmin
public BarracudaAdmin()
- Public constructor
setAdminFile
public void setAdminFile(String s)
setTemplateClass
public void setTemplateClass(String s)
main
public static void main(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(Object cmdResult)
Copyright © 2004 BarracudaMVC.org All Rights Reserved.