org.apache.openejb.server.httpd
Class HttpEjbServer
java.lang.Object
org.apache.openejb.server.httpd.HttpEjbServer
- All Implemented Interfaces:
- ServerService, Service
- Direct Known Subclasses:
- JettyHttpEjbServer, OpenEJBHttpEjbServer
public abstract class HttpEjbServer
- extends Object
- implements ServerService
- Version:
- $Revision: 628862 $ $Date: 2008-02-18 21:37:07 +0100 (Mo, 18. Feb 2008) $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
httpServer
protected HttpServer httpServer
HttpEjbServer
public HttpEjbServer()
init
public void init(Properties props)
throws Exception
- Specified by:
init
in interface Service
- Throws:
Exception
service
public void service(Socket socket)
throws ServiceException,
IOException
- Specified by:
service
in interface ServerService
- Throws:
ServiceException
IOException
service
public void service(InputStream in,
OutputStream out)
throws ServiceException,
IOException
- Specified by:
service
in interface ServerService
- Throws:
ServiceException
IOException
start
public void start()
throws ServiceException
- Specified by:
start
in interface ServerService
- Throws:
ServiceException
stop
public void stop()
throws ServiceException
- Specified by:
stop
in interface ServerService
- Throws:
ServiceException
getName
public String getName()
- Specified by:
getName
in interface ServerService
getPort
public int getPort()
- Specified by:
getPort
in interface ServerService
getIP
public String getIP()
- Specified by:
getIP
in interface ServerService
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.