org.apache.openejb.server.ejbd
Class EjbDaemon
java.lang.Object
org.apache.openejb.server.ejbd.EjbDaemon
- All Implemented Interfaces:
- ApplicationServer
public class EjbDaemon
- extends Object
- implements ApplicationServer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getEjbDaemon
public static EjbDaemon getEjbDaemon()
init
public void init(Properties props)
throws Exception
- Throws:
Exception
service
public void service(Socket socket)
throws IOException
- Throws:
IOException
service
public void service(InputStream in,
OutputStream out)
throws IOException
- Throws:
IOException
getDeployment
protected DeploymentInfo getDeployment(EJBRequest req)
throws RemoteException
- Throws:
RemoteException
processEjbRequest
public void processEjbRequest(ObjectInputStream in,
ObjectOutputStream out)
processJndiRequest
public void processJndiRequest(ObjectInputStream in,
ObjectOutputStream out)
throws Exception
- Throws:
Exception
processAuthRequest
public void processAuthRequest(ObjectInputStream in,
ObjectOutputStream out)
getEJBMetaData
public javax.ejb.EJBMetaData getEJBMetaData(ProxyInfo info)
- Specified by:
getEJBMetaData
in interface ApplicationServer
getHandle
public javax.ejb.Handle getHandle(ProxyInfo info)
- Specified by:
getHandle
in interface ApplicationServer
getHomeHandle
public javax.ejb.HomeHandle getHomeHandle(ProxyInfo info)
- Specified by:
getHomeHandle
in interface ApplicationServer
getEJBObject
public javax.ejb.EJBObject getEJBObject(ProxyInfo info)
- Specified by:
getEJBObject
in interface ApplicationServer
getBusinessObject
public Object getBusinessObject(ProxyInfo info)
- Specified by:
getBusinessObject
in interface ApplicationServer
getEJBHome
public javax.ejb.EJBHome getEJBHome(ProxyInfo info)
- Specified by:
getEJBHome
in interface ApplicationServer
Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.