org.apache.openejb.server
Interface ServerService
- All Superinterfaces:
- org.apache.openejb.spi.Service
- All Known Implementing Classes:
- AdminDaemon, ServerServiceFilter, ServiceAccessController, ServiceDaemon, ServiceLogger, ServicePool
public interface ServerService
- extends org.apache.openejb.spi.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(java.io.InputStream in,
java.io.OutputStream out)
throws ServiceException,
java.io.IOException
- Throws:
ServiceException
java.io.IOException
service
void service(java.net.Socket socket)
throws ServiceException,
java.io.IOException
- Throws:
ServiceException
java.io.IOException
getName
java.lang.String getName()
getIP
java.lang.String getIP()
getPort
int getPort()
Copyright © 1999-2010 The Apache OpenEJB development community. All Rights Reserved.