public class PerspectiveServiceTracker extends Object implements org.springframework.beans.factory.DisposableBean
Modifier and Type | Class and Description |
---|---|
static interface |
PerspectiveServiceTracker.Listener |
static class |
PerspectiveServiceTracker.ServicePerspectiveRef |
Modifier and Type | Field and Description |
---|---|
static String |
REFRESH_RATE_LIMIT_PROPERTY |
Constructor and Description |
---|
PerspectiveServiceTracker(SessionUtils sessionUtils,
ApplicationDao applicationDao) |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
void |
handleEvent(IEvent event) |
AutoCloseable |
track(PerspectiveServiceTracker.Listener listener) |
public static final String REFRESH_RATE_LIMIT_PROPERTY
@Autowired public PerspectiveServiceTracker(SessionUtils sessionUtils, ApplicationDao applicationDao)
public AutoCloseable track(PerspectiveServiceTracker.Listener listener)
public void destroy() throws Exception
destroy
in interface org.springframework.beans.factory.DisposableBean
Exception
public void handleEvent(IEvent event)
Copyright © 2021. All rights reserved.