net.praqma.logging
Class LoggingCallableIntercepter.LoggingWrapper<T1>

java.lang.Object
  extended by hudson.FilePath.AbstractInterceptorCallableWrapper<T1>
      extended by net.praqma.logging.LoggingCallableIntercepter.LoggingWrapper<T1>
All Implemented Interfaces:
hudson.remoting.Callable<T1,IOException>, hudson.remoting.DelegatingCallable<T1,IOException>, Serializable
Enclosing class:
LoggingCallableIntercepter<T>

public class LoggingCallableIntercepter.LoggingWrapper<T1>
extends hudson.FilePath.AbstractInterceptorCallableWrapper<T1>

See Also:
Serialized Form

Constructor Summary
LoggingCallableIntercepter.LoggingWrapper(hudson.remoting.DelegatingCallable<T1,IOException> callable)
           
 
Method Summary
 void after()
           
 void before()
           
 
Methods inherited from class hudson.FilePath.AbstractInterceptorCallableWrapper
call, getClassLoader
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggingCallableIntercepter.LoggingWrapper

public LoggingCallableIntercepter.LoggingWrapper(hudson.remoting.DelegatingCallable<T1,IOException> callable)
Method Detail

before

public void before()
Overrides:
before in class hudson.FilePath.AbstractInterceptorCallableWrapper<T1>

after

public void after()
Overrides:
after in class hudson.FilePath.AbstractInterceptorCallableWrapper<T1>


Copyright © 2004-2012. All Rights Reserved.