Class MCRSessionEvent

java.lang.Object
org.mycore.common.events.MCRSessionEvent

public class MCRSessionEvent extends Object
Since:
2.0
Version:
$Revision$ $Date$
Author:
Thomas Scheffler (yagee)
  • Constructor Details

  • Method Details

    • getConcurrentAccessors

      public int getConcurrentAccessors()
      Return how many threads accessed the session at time the event occured.
    • getSession

      public MCRSession getSession()
      Return the MCRSession on which this event occured.
    • getType

      public MCRSessionEvent.Type getType()
      Return the event type of this event.
    • toString

      public String toString()
      Overrides:
      toString in class Object