lumis.portal.event
Class AbstractTransactionalPortalEvent
java.lang.Object
lumis.portal.event.AbstractPortalEvent
lumis.portal.event.AbstractTransactionalPortalEvent
- All Implemented Interfaces:
- IPortalEvent
- Direct Known Subclasses:
- PageRenderDataChangedEvent, PersistenceEvent, SessionEvent
public abstract class AbstractTransactionalPortalEvent
- extends AbstractPortalEvent
An event that is raised inside a transactional context.
This event provides the current user session and transaction.
- Since:
- 4.1.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractTransactionalPortalEvent
public AbstractTransactionalPortalEvent(SessionConfig sessionConfig,
ITransaction transaction)
getSessionConfig
public SessionConfig getSessionConfig()
- Returns the user session associated with this event.
- Returns:
- the user session associated with this event.
- Since:
- 4.1.0
getTransaction
public ITransaction getTransaction()
- Returns the transaction in which this event occurs.
- Returns:
- the transaction in which this event occurs.
- Since:
- 4.1.0
Lumisportal 4.1.0.071221 - Copyright © 2001-2007, Lumis. All Rights Reserved.