Package org.serviceconnector.service
Class CacheGuardian
java.lang.Object
org.serviceconnector.service.Service
org.serviceconnector.service.StatefulService
org.serviceconnector.service.PublishService
org.serviceconnector.service.CacheGuardian
- All Implemented Interfaces:
IPublishService
-
Field Summary
Fields inherited from class org.serviceconnector.service.StatefulService
listOfServers, serverIndex -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.serviceconnector.service.PublishService
allocateServerAndSubscribe, dump, getMessageQueueMethods inherited from class org.serviceconnector.service.StatefulService
addServer, getCountAllocatedSessions, getCountAvailableSessions, getCountServers, getServerList, removeServer, toStringMethods inherited from class org.serviceconnector.service.Service
getName, getType, isEnabled, setEnabled
-
Constructor Details
-
CacheGuardian
-
-
Method Details
-
notifyRemovedSession
public void notifyRemovedSession()Description copied from class:StatefulServiceNotify removed session. Notification of a session removal on given stateful service.- Overrides:
notifyRemovedSessionin classStatefulService
-