GNDMS 0.6.0
RESTful verison of GNDMS
Public Member Functions

de.zib.gndms.gndmc.gorfx.FullGORFXClient Class Reference

Complete client for the gorfx service. More...

Inheritance diagram for de.zib.gndms.gndmc.gorfx.FullGORFXClient:
de.zib.gndms.gndmc.gorfx.GORFXClient de.zib.gndms.common.GORFX.service.GORFXService de.zib.gndms.gndmc.AbstractClient de.zib.gndms.common.GORFX.service.GORFXServiceEssentials de.zib.gndms.common.GORFX.service.GORFXServiceEssentials

List of all members.

Public Member Functions

 FullGORFXClient ()
 The constructor.
 FullGORFXClient (final String serviceURL)
 The constructor.
final ResponseEntity< List
< String > > 
listConfigActions (final String dn)
final ResponseEntity< ConfigMetagetConfigActionInfo (final String actionName, final String dn)
final ResponseEntity< String > callConfigAction (final String actionName, final String args, final String dn)
final ResponseEntity< List
< String > > 
listBatchActions (final String dn)
final ResponseEntity< ActionMetagetBatchActionInfo (final String actionName, final String dn)
ResponseEntity< Specifier
< Facets > > 
getBatchAction (String actionName, String id, String dn)
 Delivers the specifier of a running action.
final ResponseEntity< Specifier > callBatchAction (final String actionName, final String args, final String dn)

Detailed Description

Complete client for the gorfx service.

Author:
try ma ik jo rr a zib
Version:
$Id$

Date: 08.02.11, Time: 12:10

See also:
de.zib.gndms.common.GORFX.service.GORFXService for details.
de.zib.gndms.gndmc.gorfx.GORFXClient for a "smaller" client.

Constructor & Destructor Documentation

de.zib.gndms.gndmc.gorfx.FullGORFXClient.FullGORFXClient ( final String  serviceURL)

The constructor.

Parameters:
serviceURLThe base url of the grid.

Member Function Documentation

ResponseEntity<Specifier<Facets> > de.zib.gndms.gndmc.gorfx.FullGORFXClient.getBatchAction ( String  actionName,
String  id,
String  dn 
)

Delivers the specifier of a running action.

Parameters:
actionNameThe name of the action
idThe id of the running action.
dnThe dn of the user invoking the method.
Returns:
HttpStatus 200 together with a task specifier if the batch exists, 404 otherwise.

Implements de.zib.gndms.common.GORFX.service.GORFXService.


The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Variables Enumerations