Package com.jalios.jcms.connection
Class ConnectionEventManager
- java.lang.Object
-
- com.jalios.jcms.connection.ConnectionEventManager
-
- All Implemented Interfaces:
JPropertiesListener
public class ConnectionEventManager extends java.lang.Object implements JPropertiesListener
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ConnectionEventManager.Granularity
-
Field Summary
-
Fields inherited from interface com.jalios.util.JPropertiesListener
REVISION
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Method Detail
-
getInstance
public static ConnectionEventManager getInstance()
-
track
public static void track(Member member)
-
propertiesChange
public void propertiesChange(JProperties properties)
Description copied from interface:JPropertiesListener
Invoked after properties have been modified in JCMS and save on disk.You cannot alter the value received in parameters.
Note that properties parameter may be null, a limited set of site properties, or all site properties.
To check that a property has been modified, reload the "current" property instead using
channel.getProperties
orchannel.getProperty
.- Specified by:
propertiesChange
in interfaceJPropertiesListener
- Parameters:
properties
- the properties which have been submitted to change
-
getConnectionEvent
public java.util.Set<ConnectionEvent> getConnectionEvent(java.time.Instant startInstant, java.time.Instant endInstant, ConnectionEventManager.Granularity granularity)
-
-