org.apache.openejb.server
Class ServiceLogger
java.lang.Object
org.apache.openejb.server.ServerServiceFilter
org.apache.openejb.server.ServiceLogger
- All Implemented Interfaces:
- ServerService, Service
public class ServiceLogger
- extends ServerServiceFilter
- Version:
- $Rev: 1431290 $ $Date: 2013-01-10 11:37:21 +0000 (Thu, 10 Jan 2013) $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceLogger
public ServiceLogger(ServerService next)
init
public void init(Properties props)
throws Exception
- Specified by:
init in interface Service- Overrides:
init in class ServerServiceFilter
- Throws:
Exception
service
public void service(InputStream in,
OutputStream out)
throws ServiceException,
IOException
- Specified by:
service in interface ServerService- Overrides:
service in class ServerServiceFilter
- Throws:
ServiceException
IOException
MDCput
public static void MDCput(String key,
String value)
service
public void service(Socket socket)
throws ServiceException,
IOException
- Specified by:
service in interface ServerService- Overrides:
service in class ServerServiceFilter
- Throws:
ServiceException
IOException
Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.