public class LoggingStartableInterceptor extends java.lang.Object implements StartableInterceptor
| Constructor and Description |
|---|
LoggingStartableInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
beginStart(Startable startable) |
void |
beginStop(Startable startable) |
void |
endStart(Startable startable) |
void |
endStop(Startable startable) |
void |
failStart(Startable startable,
java.lang.Throwable t) |
void |
failStop(Startable startable,
java.lang.Throwable t) |
public void beginStart(Startable startable)
beginStart in interface StartableInterceptorpublic void beginStop(Startable startable)
beginStop in interface StartableInterceptorpublic void endStart(Startable startable)
endStart in interface StartableInterceptorpublic void endStop(Startable startable)
endStop in interface StartableInterceptorpublic void failStart(Startable startable, java.lang.Throwable t)
failStart in interface StartableInterceptorpublic void failStop(Startable startable, java.lang.Throwable t)
failStop in interface StartableInterceptor