![]() |
BaltradDex
BALTRAD Data Exchange System
|
Protected Member Functions | |
| String | processSubmit (Model model, @RequestParam(value="peer_name", required=false) String peerName, HttpServletRequest request) |
Static Protected Attributes | |
| static Map< String, Boolean > | nodesStatus |
| static Map< String, List< Status > > | downloads |
| static Map< String, List< Status > > | uploads |
Node status controller.
|
inline |
Default constructor.
|
inline |
Set number of active downloads as model attribute.
|
inline |
Set number of active uploads as model attribute.
|
inline |
Set current time as model attribute.
|
inline |
Set user name as model attribute.
| session | HTTP session |
| principal | Principal |
|
inline |
Set number of entries the delivery registry as model attribute.
|
inline |
Set available disk space as model attribute.
|
inline |
Set number of file entries in the database as model attribute.
|
inline |
Sets last configuration storage date as model attribute.
|
inline |
Set number of entries the system log as model attribute.
|
inline |
Set node name as model attribute.
|
inline |
Get peer node names.
|
inline |
Set node operator name as model attribute.
|
inline |
Set software version as model attribute.
|
inline |
Returns a boolean indicating whether or not the node address stored in the app configuration is 'localhost' or not.
|
inlineprotected |
Process submit request. Get transfer information for a selected peer.
| model | Model map |
| peerName | Peer name for which transfer status is prepared |
| request | HTTP servlet request |
|
inline |
| bltFileManager | the bltFileManager to set |
|
inline |
| confManager | the confManager to set |
|
inline |
| logManager | the logManager to set |
|
inline |
| messages | the messages to set |
|
inline |
| statusManager | the statusManager to set |
|
inline |
| registryManager | the registryManager to set |
|
inline |
| roleManager | the roleManager to set |
|
inline |
| subscriptionManager | the subscriptionManager to set |
|
inline |
| userManager | the userManager to set |
|
inline |
Sets session user and renders status page.
| model | Model |
| principal | Principal |
| session | Http session |