Package org.apache.cxf.ws.security.cache
Class CacheCleanupListener
java.lang.Object
org.apache.cxf.ws.security.cache.CacheCleanupListener
- All Implemented Interfaces:
ClientLifeCycleListener,ServerLifeCycleListener
public class CacheCleanupListener
extends Object
implements ServerLifeCycleListener, ClientLifeCycleListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclientCreated(Client client) voidclientDestroyed(Client client) protected voidvoidstartServer(Server server) voidstopServer(Server server)
-
Constructor Details
-
CacheCleanupListener
public CacheCleanupListener()
-
-
Method Details
-
clientCreated
- Specified by:
clientCreatedin interfaceClientLifeCycleListener
-
startServer
- Specified by:
startServerin interfaceServerLifeCycleListener
-
clientDestroyed
- Specified by:
clientDestroyedin interfaceClientLifeCycleListener
-
stopServer
- Specified by:
stopServerin interfaceServerLifeCycleListener
-
shutdownResources
-