org.apache.openejb.core.ivm
Class IntraVmServer
java.lang.Object
org.apache.openejb.core.ivm.IntraVmServer
- All Implemented Interfaces:
- ApplicationServer
public class IntraVmServer
- extends Object
- implements ApplicationServer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IntraVmServer
public IntraVmServer()
getEJBMetaData
public javax.ejb.EJBMetaData getEJBMetaData(ProxyInfo pi)
- Specified by:
getEJBMetaData
in interface ApplicationServer
getHandle
public javax.ejb.Handle getHandle(ProxyInfo pi)
- Specified by:
getHandle
in interface ApplicationServer
getHomeHandle
public javax.ejb.HomeHandle getHomeHandle(ProxyInfo pi)
- Specified by:
getHomeHandle
in interface ApplicationServer
getEJBObject
public javax.ejb.EJBObject getEJBObject(ProxyInfo pi)
- Specified by:
getEJBObject
in interface ApplicationServer
getBusinessObject
public Object getBusinessObject(ProxyInfo pi)
- Specified by:
getBusinessObject
in interface ApplicationServer
getEJBHome
public javax.ejb.EJBHome getEJBHome(ProxyInfo pi)
- Specified by:
getEJBHome
in interface ApplicationServer
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.