org.apache.geronimo.client
Class StaticJndiContextPlugin

java.lang.Object
  extended by org.apache.geronimo.client.StaticJndiContextPlugin
All Implemented Interfaces:
AppClientPlugin

public class StaticJndiContextPlugin
extends Object
implements AppClientPlugin


Field Summary
static GBeanInfo GBEAN_INFO
           
 
Constructor Summary
StaticJndiContextPlugin(Map context, Kernel kernel, ClassLoader classLoader)
           
 
Method Summary
static GBeanInfo getGBeanInfo()
           
 Context getJndiContext()
           
 void startClient(AbstractName appClientModuleName, Kernel kernel, ClassLoader classLoader)
           
 void stopClient(AbstractName appClientModuleName)
           
 
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 GBeanInfo GBEAN_INFO
Constructor Detail

StaticJndiContextPlugin

public StaticJndiContextPlugin(Map context,
                               Kernel kernel,
                               ClassLoader classLoader)
                        throws NamingException
Throws:
NamingException
Method Detail

startClient

public void startClient(AbstractName appClientModuleName,
                        Kernel kernel,
                        ClassLoader classLoader)
                 throws Exception
Specified by:
startClient in interface AppClientPlugin
Throws:
Exception

stopClient

public void stopClient(AbstractName appClientModuleName)
                throws Exception
Specified by:
stopClient in interface AppClientPlugin
Throws:
Exception

getJndiContext

public Context getJndiContext()
Specified by:
getJndiContext in interface AppClientPlugin

getGBeanInfo

public static GBeanInfo getGBeanInfo()


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