public class CacheCleanupListener extends Object implements ServerLifeCycleListener, ClientLifeCycleListener
| Constructor and Description |
|---|
CacheCleanupListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
clientCreated(Client client) |
void |
clientDestroyed(Client client) |
protected void |
shutdownResources(EndpointInfo info) |
void |
startServer(Server server) |
void |
stopServer(Server server) |
public void clientCreated(Client client)
clientCreated in interface ClientLifeCycleListenerpublic void startServer(Server server)
startServer in interface ServerLifeCycleListenerpublic void clientDestroyed(Client client)
clientDestroyed in interface ClientLifeCycleListenerpublic void stopServer(Server server)
stopServer in interface ServerLifeCycleListenerprotected void shutdownResources(EndpointInfo info)
Apache CXF