org.apache.openejb.server
Interface ServerService
- All Superinterfaces:
- Service
- All Known Implementing Classes:
- AdminDaemon, NamedService, ServerServiceFilter, ServiceAccessController, ServiceDaemon, ServiceLogger, ServicePool, ServiceStats
public interface ServerService
- extends Service
- Version:
- $Rev: 1308219 $ $Date: 2012-04-01 23:42:30 +0000 (Sun, 01 Apr 2012) $
| Methods inherited from interface org.apache.openejb.spi.Service |
init |
start
void start()
throws ServiceException
- Throws:
ServiceException
stop
void stop()
throws ServiceException
- Throws:
ServiceException
service
void service(InputStream in,
OutputStream out)
throws ServiceException,
IOException
- Throws:
ServiceException
IOException
service
void service(Socket socket)
throws ServiceException,
IOException
- Throws:
ServiceException
IOException
getName
String getName()
getIP
String getIP()
getPort
int getPort()
Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.