com.sun.enterprise.admin.cli
Class AsadminMain

java.lang.Object
  extended by com.sun.enterprise.admin.cli.AsadminMain

public class AsadminMain
extends Object

The asadmin main program.


Field Summary
protected  Logger logger
           
 
Constructor Summary
AsadminMain()
           
 
Method Summary
protected  int doMain(String[] args)
           
 int executeCommand(String[] argv)
           
protected  String getCommandName()
           
protected  ClassLoader getExtensionClassLoader()
          Get the class loader that is used to load local commands.
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected Logger logger
Constructor Detail

AsadminMain

public AsadminMain()
Method Detail

getExtensionClassLoader

protected ClassLoader getExtensionClassLoader()
Get the class loader that is used to load local commands.

Returns:
a class loader used to load local commands

getCommandName

protected String getCommandName()

main

public static void main(String[] args)

doMain

protected int doMain(String[] args)

executeCommand

public int executeCommand(String[] argv)


Copyright © 2012. All Rights Reserved.