org.apache.geronimo.j2ee.management.impl
Class J2EEApplicationImpl

java.lang.Object
  extended byorg.apache.geronimo.j2ee.management.impl.J2EEApplicationImpl

public class J2EEApplicationImpl
extends Object

Version:
$Revision: 1.3 $ $Date: 2004/06/04 22:31:56 $

Field Summary
static org.apache.geronimo.gbean.GBeanInfo GBEAN_INFO
           
 
Constructor Summary
J2EEApplicationImpl(org.apache.geronimo.kernel.Kernel kernel, String objectName, J2EEServer server, String deploymentDescriptor)
           
 
Method Summary
 String getdeploymentDescriptor()
           
static org.apache.geronimo.gbean.GBeanInfo getGBeanInfo()
           
 String[] getmodules()
           
 String getserver()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GBEAN_INFO

public static final org.apache.geronimo.gbean.GBeanInfo GBEAN_INFO
Constructor Detail

J2EEApplicationImpl

public J2EEApplicationImpl(org.apache.geronimo.kernel.Kernel kernel,
                           String objectName,
                           J2EEServer server,
                           String deploymentDescriptor)
Method Detail

getmodules

public String[] getmodules()
                    throws javax.management.MalformedObjectNameException
Throws:
javax.management.MalformedObjectNameException

getdeploymentDescriptor

public String getdeploymentDescriptor()

getserver

public String getserver()

getGBeanInfo

public static org.apache.geronimo.gbean.GBeanInfo getGBeanInfo()


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