| Interface | Description |
|---|---|
| SessionEvent |
An HTTP session event.
|
| SessionEventBroadcaster |
Broadcasts session events to registered listeners, so that the running environment only needs to provide an implementation of this interface so that WSRP components interested
in session events can register with it instead of having to know about the running environment.
|
| SessionEventListener |
Listener interface for WSRP components interested in session events.
|
| Class | Description |
|---|---|
| SessionEventBroadcaster.NullSessionEventBroadcaster |
A default implementation of SessionEventBroadcaster that does nothing, in case we're not interested in SessionEvents.
|
| Enum | Description |
|---|---|
| SessionEvent.SessionEventType |
What type of event is it?
|
Copyright © 2006-2014 GateIn. All Rights Reserved.