|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
com.cafesoft.cams.session.ManagedSessionEvent
public class ManagedSessionEvent
ManagedSessionEvent defines an Event generated by a
SecurityDomain's authentication/login service when:
| 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 |
|---|
protected ManagedSessionEventType eventType
| Constructor Detail |
|---|
public ManagedSessionEvent(Object source,
ManagedSessionEventType eventType,
ManagedSession session)
source - the object that generated the eventeventType - the type of eventsession - the managed session associated with the event.| Method Detail |
|---|
public ManagedSessionEventType getEventType()
public void setEventType(ManagedSessionEventType eventType)
eventType - the ManagedSessionEvent type.public ManagedSession getManagedSession()
public void setManagedSession(ManagedSession session)
session - the ManagedSession associated with the event.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||