public class HsqlService extends Object implements ServerService, SelfManaging
| Constructor and Description |
|---|
HsqlService() |
| Modifier and Type | Method and Description |
|---|---|
String |
getIP() |
String |
getName() |
int |
getPort() |
void |
init(Properties p) |
void |
service(InputStream inputStream,
OutputStream outputStream) |
void |
service(Socket socket) |
void |
start() |
void |
stop() |
public String getName()
getName in interface ServerServicepublic int getPort()
getPort in interface ServerServicepublic String getIP()
getIP in interface ServerServicepublic void init(Properties p) throws Exception
public void service(InputStream inputStream, OutputStream outputStream) throws ServiceException, IOException
service in interface ServerServiceServiceExceptionIOExceptionpublic void service(Socket socket) throws ServiceException, IOException
service in interface ServerServiceServiceExceptionIOExceptionpublic void start()
throws ServiceException
start in interface ServerServiceServiceExceptionpublic void stop()
throws ServiceException
stop in interface ServerServiceServiceExceptionCopyright © 1999–2022 The Apache Software Foundation. All rights reserved.