org.barracudamvc.admin
Class BarracudaAdmin

java.lang.Object
  extended byorg.barracudamvc.core.event.DefaultEventGateway
      extended byorg.barracudamvc.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  Map cmdMap
           
static String DEFAULT_ADMIN_PROPS
           
protected static org.apache.log4j.Logger logger
           
protected  ResourceBundle rb
           
protected  Class templateClass
           
 
Constructor Summary
BarracudaAdmin()
          Public constructor
 
Method Summary
static void main(String[] margs)
          If you are having problems getting this to run, you can use this static main method for testing purposes.
 void printTestResults(Object cmdResult)
           
 void runTest()
           
 void setAdminFile(String s)
           
 void setTemplateClass(String s)
           
 
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
 

Field Detail

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
Constructor Detail

BarracudaAdmin

public BarracudaAdmin()
Public constructor

Method Detail

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.