com.cafesoft.cams.session
Class ManagedSessionEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--com.cafesoft.cams.session.ManagedSessionEvent
All Implemented Interfaces:
Serializable

public class ManagedSessionEvent
extends EventObject

ManagedSessionEvent defines an Event generated by a SecurityDomain's authentication/login service when:

See Also:
Serialized Form

Field Summary
protected  ManagedSessionEventType eventType
          The event type.
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ManagedSessionEvent(Object source, ManagedSessionEventType eventType, ManagedSession session)
          Create a new ManagedSessionEvent.
 
Method Summary
 ManagedSessionEventType getEventType()
          Get the event type.
 ManagedSession getManagedSession()
          Get the ManagedSession.
 void setEventType(ManagedSessionEventType eventType)
          Set the event type.
 void setManagedSession(ManagedSession session)
          Set the ManagedSession.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

eventType

protected ManagedSessionEventType eventType
The event type.

Constructor Detail

ManagedSessionEvent

public ManagedSessionEvent(Object source,
                           ManagedSessionEventType eventType,
                           ManagedSession session)
Create a new ManagedSessionEvent.

Parameters:
source - the object that generated the event
eventType - the type of event
session - the managed session associated with the event.
Method Detail

getEventType

public ManagedSessionEventType getEventType()
Get the event type.

Returns:
the ManagedSessionEventType.

setEventType

public void setEventType(ManagedSessionEventType eventType)
Set the event type.

Parameters:
eventType - the ManagedSessionEvent type.

getManagedSession

public ManagedSession getManagedSession()
Get the ManagedSession.

Returns:
the ManagedSession associated with the event.

setManagedSession

public void setManagedSession(ManagedSession session)
Set the ManagedSession.

Parameters:
session - the ManagedSession associated with the event.


Generated on 10:40:31 AM September 10, 2003, © 1996-2003 Cafésoft LLC. All rights reserved.