public class ConnectionEventManager extends java.lang.Object implements JPropertiesListener
Modifier and Type | Class and Description |
---|---|
static class |
ConnectionEventManager.Granularity |
REVISION
Modifier and Type | Method and Description |
---|---|
java.util.Set<ConnectionEvent> |
getConnectionEvent(java.time.Instant startInstant,
java.time.Instant endInstant,
ConnectionEventManager.Granularity granularity) |
static ConnectionEventManager |
getInstance() |
void |
propertiesChange(JProperties properties)
Invoked after properties have been modified in JCMS and save on disk.
|
static void |
track(Member member) |
public static ConnectionEventManager getInstance()
public static void track(Member member)
public void propertiesChange(JProperties properties)
JPropertiesListener
You cannot alter the value received in parameters.
propertiesChange
in interface JPropertiesListener
properties
- the properties which have been modified (may not contain all JCMS properties)public java.util.Set<ConnectionEvent> getConnectionEvent(java.time.Instant startInstant, java.time.Instant endInstant, ConnectionEventManager.Granularity granularity)
Copyright © 2001-2021 Jalios SA. All Rights Reserved.