org.rapla.server.internal |
|
Java Source File Name | Type | Comment |
RemoteSessionImpl.java | Class | |
RemoteStorageImpl.java | Class | Provides an adapter for each client-session to their shared storage operator
Handles security and synchronizing aspects. |
SecurityManager.java | Class | |
ServerServiceImpl.java | Class | Default implementation of StorageService.
Sample configuration 1:
<storage id="storage" >
<store>file</store>
</storage>
The store value contains the id of a storage-component.
Storage-Components are all components that implement the
CachableStorageOperator interface.
Sample configuration 2:
<storage id="storage">
<store>remote</store>
<login>
<username>homer</username>
<password>duffs</password>
</login>
</storage>
This is configuration where the servers are cascaded. |
SessionExpiredException.java | Class | |
ShutdownRemoteServiceFactory.java | Class | |
ShutdownServiceImpl.java | Class | Default implementation of the shutdown service. |