Package | Description |
---|---|
lumis.portal.monitor |
Defines classes and interfaces for monitoring data and collecting statistics.
|
lumis.portal.monitor.impl |
Implementation of the
portal monitoring framework . |
Modifier and Type | Method and Description |
---|---|
IEvent |
DummyMonitorManager.createEvent() |
IEvent |
IMonitorManager.createEvent()
Creates a event transient instance.
|
IEvent |
DummyMonitorManager.getEvent(SessionConfig sessionConfig,
String eventId,
ITransaction transaction) |
IEvent |
IMonitorManager.getEvent(SessionConfig sessionConfig,
String eventId,
ITransaction transaction)
Returns a persistent event instance.
|
IEvent |
DummyMonitorManager.getEventByKey(SessionConfig sessionConfig,
String eventKey,
ITransaction transaction) |
IEvent |
IMonitorManager.getEventByKey(SessionConfig sessionConfig,
String eventKey,
ITransaction transaction)
Returns a persistent event instance, finding it by the eventKey.
|
Modifier and Type | Method and Description |
---|---|
Collection<? extends IEvent> |
ICategory.getEvents()
Returns the collection of events that belong to this category.
|
Modifier and Type | Method and Description |
---|---|
void |
ICategory.addEvent(IEvent event)
Adds an event to this category.
|
void |
DummyMonitorManager.addEvent(SessionConfig sessionConfig,
IEvent event,
ITransaction transaction) |
void |
IMonitorManager.addEvent(SessionConfig sessionConfig,
IEvent event,
ITransaction transaction)
Adds a event to persistence.
|
void |
DummyMonitorManager.deleteEvent(SessionConfig sessionConfig,
IEvent event,
ITransaction transaction) |
void |
IMonitorManager.deleteEvent(SessionConfig sessionConfig,
IEvent event,
ITransaction transaction)
Deletes a event from persistence.
|
Modifier and Type | Method and Description |
---|---|
IEvent |
MonitorManager.createEvent() |
IEvent |
MonitorManager.getEvent(SessionConfig sessionConfig,
String eventId,
ITransaction transaction) |
IEvent |
MonitorManager.getEventByKey(SessionConfig sessionConfig,
String eventKey,
ITransaction transaction) |
Modifier and Type | Method and Description |
---|---|
void |
MonitorManager.addEvent(SessionConfig sessionConfig,
IEvent event,
ITransaction transaction) |
void |
MonitorManager.deleteEvent(SessionConfig sessionConfig,
IEvent event,
ITransaction transaction) |
Lumisportal 7.1.1.140331 - Copyright © 2006–2014 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.