|
Interface Summary |
| IServiceHandler |
A service handler is responsible for taking a request and sending
an appropriate response by bypassing the standard lifecycle. |
| IServiceManager |
An IServiceManager is responsible to manager existing
IServiceHandlers. |
| IServiceStore |
The IServiceStore can be used to store and retrieve
information during a life cycle request. |
| ISessionStore |
The ISessionStore represents a storage place for objects
with session scope. |
| ISettingStore |
An ISettingStore is a mechanism persisting settings (i.e. |
| ISettingStoreFactory |
A setting store factory is responsible for creating and initializing
a specific kind of setting store. |
| SessionStoreListener |
SessionStoreListeners are
used to get notifications before the session store is destroyed. |
| SettingStoreListener |
Setting store listeners are notified by an ISettingStore, when
an attribute inside the store has been changed (i.e. |