Uses of Interface
lumis.portal.monitor.IEvent

Packages that use IEvent
lumis.portal.monitor Defines classes and interfaces for monitoring data and collecting statistics. 
lumis.portal.monitor.impl Implementation of the portal monitoring framework
 

Uses of IEvent in lumis.portal.monitor
 

Methods in lumis.portal.monitor that return IEvent
 IEvent IMonitorManager.createEvent()
          Creates a event transient instance.
 IEvent DummyMonitorManager.createEvent()
           
 IEvent IMonitorManager.getEvent(SessionConfig sessionConfig, String eventId, ITransaction transaction)
          Returns a persistent event instance.
 IEvent DummyMonitorManager.getEvent(SessionConfig sessionConfig, String eventId, ITransaction transaction)
           
 IEvent IMonitorManager.getEventByKey(SessionConfig sessionConfig, String eventKey, ITransaction transaction)
          Returns a persistent event instance, finding it by the eventKey.
 IEvent DummyMonitorManager.getEventByKey(SessionConfig sessionConfig, String eventKey, ITransaction transaction)
           
 

Methods in lumis.portal.monitor that return types with arguments of type IEvent
 Collection<? extends IEvent> ICategory.getEvents()
          Returns the collection of events that belong to this category.
 

Methods in lumis.portal.monitor with parameters of type IEvent
 void ICategory.addEvent(IEvent event)
          Adds an event to this category.
 void IMonitorManager.addEvent(SessionConfig sessionConfig, IEvent event, ITransaction transaction)
          Adds a event to persistence.
 void DummyMonitorManager.addEvent(SessionConfig sessionConfig, IEvent event, ITransaction transaction)
           
 void IMonitorManager.deleteEvent(SessionConfig sessionConfig, IEvent event, ITransaction transaction)
          Deletes a event from persistence.
 void DummyMonitorManager.deleteEvent(SessionConfig sessionConfig, IEvent event, ITransaction transaction)
           
 

Uses of IEvent in lumis.portal.monitor.impl
 

Methods in lumis.portal.monitor.impl that return IEvent
 IEvent MonitorManager.createEvent()
           
 IEvent MonitorManager.getEvent(SessionConfig sessionConfig, String eventId, ITransaction transaction)
           
 IEvent MonitorManager.getEventByKey(SessionConfig sessionConfig, String eventKey, ITransaction transaction)
           
 

Methods in lumis.portal.monitor.impl with parameters of type IEvent
 void MonitorManager.addEvent(SessionConfig sessionConfig, IEvent event, ITransaction transaction)
           
 void MonitorManager.deleteEvent(SessionConfig sessionConfig, IEvent event, ITransaction transaction)
           
 



Lumisportal  5.5.0.091130 - Copyright © 2001-2007, Lumis. All Rights Reserved.