org.apache.geronimo.system.main
Class CommandLineManifest

java.lang.Object
  extended byorg.apache.geronimo.system.main.CommandLineManifest

public class CommandLineManifest
extends Object

Version:
$Revision: 1.2 $ $Date: 2004/09/02 11:03:18 $

Field Summary
static Attributes.Name CONFIGURATIONS
           
static Attributes.Name MAIN_GBEAN
           
static Attributes.Name MAIN_METHOD
           
 
Constructor Summary
CommandLineManifest(javax.management.ObjectName mainGBean, String mainMethod, List configurations)
           
 
Method Summary
 List getConfigurations()
           
 javax.management.ObjectName getMainGBean()
           
 String getMainMethod()
           
static CommandLineManifest getManifestEntries()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAIN_GBEAN

public static final Attributes.Name MAIN_GBEAN

MAIN_METHOD

public static final Attributes.Name MAIN_METHOD

CONFIGURATIONS

public static final Attributes.Name CONFIGURATIONS
Constructor Detail

CommandLineManifest

public CommandLineManifest(javax.management.ObjectName mainGBean,
                           String mainMethod,
                           List configurations)
Method Detail

getManifestEntries

public static CommandLineManifest getManifestEntries()

getMainGBean

public javax.management.ObjectName getMainGBean()

getMainMethod

public String getMainMethod()

getConfigurations

public List getConfigurations()


Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.