org.apache.geronimo.client
Class AppClientContainer

java.lang.Object
  extended by org.apache.geronimo.client.AppClientContainer

public final class AppClientContainer
extends Object


Field Summary
static org.apache.geronimo.gbean.GBeanInfo GBEAN_INFO
           
 
Constructor Summary
AppClientContainer(String mainClassName, org.apache.geronimo.gbean.AbstractName appClientModuleName, String realmName, String callbackHandlerClassName, org.apache.geronimo.security.deploy.DefaultPrincipal defaultPrincipal, AppClientPlugin jndiContext, ClassLoader classLoader, org.apache.geronimo.kernel.Kernel kernel)
           
 
Method Summary
 org.apache.geronimo.gbean.AbstractName getAppClientModuleName()
           
static org.apache.geronimo.gbean.GBeanInfo getGBeanInfo()
           
 String getMainClassName()
           
 void main(String[] args)
           
 
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

AppClientContainer

public AppClientContainer(String mainClassName,
                          org.apache.geronimo.gbean.AbstractName appClientModuleName,
                          String realmName,
                          String callbackHandlerClassName,
                          org.apache.geronimo.security.deploy.DefaultPrincipal defaultPrincipal,
                          AppClientPlugin jndiContext,
                          ClassLoader classLoader,
                          org.apache.geronimo.kernel.Kernel kernel)
                   throws Exception
Throws:
Exception
Method Detail

getAppClientModuleName

public org.apache.geronimo.gbean.AbstractName getAppClientModuleName()

getMainClassName

public String getMainClassName()

main

public void main(String[] args)
          throws Exception
Throws:
Exception

getGBeanInfo

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


Copyright © 2006 Apache Software Foundation. All Rights Reserved.