See: Description
| Class | Description |
|---|---|
| ABOInfoAgent<C extends ClientContext,S extends ServerContext> |
This agent reads access information about a particular ABO
|
| AbstractLoginAgent<C extends ClientContext,S extends ServerContext> |
This agent is executed automatically after a successful login.
|
| ChangePasswordAgent<C extends ClientContext,S extends ServerContext> |
This agent performs a password change for the current login user.
|
| ClientMessageAgent<C extends ClientContext,S extends ServerContext> |
This agent allows for sending a message from one client to another or just to all clients.
|
| DefaultLoginAgent<C extends ClientContext,S extends ServerContext> |
This agent performs the initialization for a user login.
|
| DefaultLoginData |
This is a simple default implementation for a users LoginData
|
| DeleteDirectoryAgent<C extends ClientContext,S extends ServerContext> |
This agent deletes a server-file if it is not locked by another session.
|
| DeleteFileAgent<C extends ClientContext,S extends ServerContext> |
This agent deletes a server-file if it is not locked by another session.
|
| FileEditAgent<C extends ClientContext,S extends ServerContext> |
This agent is supposed to edit a file while holding a ResourceLock on the server.
|
| FileInfoAgent<C extends ClientContext,S extends ServerContext> |
This agent reads file information about a particular file or directory from the server
|
| FileListAgent<C extends ClientContext,S extends ServerContext> |
This agent lists the files within a server directory
|
| FileReadAgent<C extends ClientContext,S extends ServerContext> |
This agent reads the content of a text file and transfers it as a zipped byte array.
|
| FileStoreAgent<C extends ClientContext,S extends ServerContext> |
This agent stores a file on the server while holding a ResourceLock for it.
|
| PurgeDirectoryAgent<C extends ClientContext,S extends ServerContext> |
This agent deletes the content of the given server directory.
|
| ServerMemoryCleanupAgent<C extends ClientContext,S extends ServerContext> |
This agent kicks the garbage collector on the server.
|
Copyright © 2014 EsprIT-Systems. All Rights Reserved.