org.apache.openejb.server
Interface ServerService
- All Superinterfaces:
- Service
- All Known Implementing Classes:
- AdminDaemon, ServerServiceFilter, ServiceAccessController, ServiceDaemon, ServiceLogger, ServicePool
public interface ServerService
- extends Service
- Version:
- $Rev: 494654 $ $Date: 2007-01-09 15:45:36 -0800 (Tue, 09 Jan 2007) $
| 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-2012 The Apache Software Foundation. All Rights Reserved.