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 ClientLifeCycleListener
public void startServer(Server server)
startServer
in interface ServerLifeCycleListener
public void clientDestroyed(Client client)
clientDestroyed
in interface ClientLifeCycleListener
public void stopServer(Server server)
stopServer
in interface ServerLifeCycleListener
protected void shutdownResources(EndpointInfo info)
Copyright © 2016 JBoss by Red Hat. All rights reserved.