org.openejb.client
Class AppClientJNDIContext

java.lang.Object
  extended byorg.openejb.client.AppClientJNDIContext
All Implemented Interfaces:
org.apache.geronimo.client.AppClientPlugin

public class AppClientJNDIContext
extends Object
implements org.apache.geronimo.client.AppClientPlugin

Version:
$Revision: 446152 $ $Date: 2006-04-14 10:32:20 +0200 (Fri, 14 Apr 2006) $

Field Summary
static org.apache.geronimo.gbean.GBeanInfo GBEAN_INFO
           
 
Constructor Summary
AppClientJNDIContext(String host, int port)
           
 
Method Summary
 Context getContext()
           
static org.apache.geronimo.gbean.GBeanInfo getGBeanInfo()
           
 void startClient(org.apache.geronimo.gbean.AbstractName appClientModuleName, org.apache.geronimo.kernel.Kernel kernel, ClassLoader classLoader)
           
 void stopClient(org.apache.geronimo.gbean.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 org.apache.geronimo.gbean.GBeanInfo GBEAN_INFO
Constructor Detail

AppClientJNDIContext

public AppClientJNDIContext(String host,
                            int port)
Method Detail

startClient

public void startClient(org.apache.geronimo.gbean.AbstractName appClientModuleName,
                        org.apache.geronimo.kernel.Kernel kernel,
                        ClassLoader classLoader)
                 throws Exception
Specified by:
startClient in interface org.apache.geronimo.client.AppClientPlugin
Throws:
Exception

stopClient

public void stopClient(org.apache.geronimo.gbean.AbstractName appClientModuleName)
                throws Exception
Specified by:
stopClient in interface org.apache.geronimo.client.AppClientPlugin
Throws:
Exception

getContext

public Context getContext()

getGBeanInfo

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


Copyright © 1999-2006 OpenEJB. All Rights Reserved.