org.apache.openejb.core.ivm
Class IntraVmServer

java.lang.Object
  extended by org.apache.openejb.core.ivm.IntraVmServer
All Implemented Interfaces:
ApplicationServer

public class IntraVmServer
extends Object
implements ApplicationServer


Constructor Summary
IntraVmServer()
           
 
Method Summary
 Object getBusinessObject(ProxyInfo pi)
           
 javax.ejb.EJBHome getEJBHome(ProxyInfo pi)
           
 javax.ejb.EJBMetaData getEJBMetaData(ProxyInfo pi)
           
 javax.ejb.EJBObject getEJBObject(ProxyInfo pi)
           
 javax.ejb.Handle getHandle(ProxyInfo pi)
           
 javax.ejb.HomeHandle getHomeHandle(ProxyInfo pi)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntraVmServer

public IntraVmServer()
Method Detail

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.