org.barracudamvc.admin
Class BarracudaAdmin

java.lang.Object
  extended by org.barracudamvc.core.event.DefaultEventGateway
      extended by org.barracudamvc.admin.BarracudaAdmin
All Implemented Interfaces:
EventGateway

Deprecated. - I just don't think this is used anywhere. We should probably consider removing it from cvs. - csc

public class BarracudaAdmin
extends DefaultEventGateway

This mini-app is can be used to administer Barracuda applications


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

DEFAULT_ADMIN_PROPS

public static String DEFAULT_ADMIN_PROPS
Deprecated. 

rb

protected ResourceBundle rb
Deprecated. 

templateClass

protected Class templateClass
Deprecated. 

cmdMap

protected Map cmdMap
Deprecated. 
Constructor Detail

BarracudaAdmin

public BarracudaAdmin()
Deprecated. 
Public constructor

Method Detail

setAdminFile

public void setAdminFile(String s)
Deprecated. 

setTemplateClass

public void setTemplateClass(String s)
Deprecated. 

main

public static void main(String[] margs)
Deprecated. 
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()
Deprecated. 

printTestResults

public void printTestResults(Object cmdResult)
Deprecated. 


Copyright © 2006 BarracudaMVC.org All Rights Reserved.