org.nees.repo.chef.service
Class CASAService

java.lang.Object
  extended byTurbineBaseService
      extended byorg.nees.repo.chef.service.BaseNEESService
          extended byorg.nees.repo.chef.service.CASAService

public class CASAService
extends BaseNEESService

See Also:
Serialized Form

Field Summary
static java.lang.String CASA_GRID_SERVICE_HANDLE_PROPERTY
          GSH prop
static java.lang.String SERVICE_NAME
          The name of the service.
 
Constructor Summary
CASAService()
           
 
Method Summary
 OGSICASAdapter getCASAdapter(GridAuthenticIdentity gId)
           
 void init(javax.servlet.ServletConfig config)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVICE_NAME

public static final java.lang.String SERVICE_NAME
The name of the service. Config file entries must match this.

See Also:
Constant Field Values

CASA_GRID_SERVICE_HANDLE_PROPERTY

public static final java.lang.String CASA_GRID_SERVICE_HANDLE_PROPERTY
GSH prop

See Also:
Constant Field Values
Constructor Detail

CASAService

public CASAService()
Method Detail

init

public void init(javax.servlet.ServletConfig config)
          throws InitializationException
Overrides:
init in class BaseNEESService
Throws:
InitializationException

getCASAdapter

public OGSICASAdapter getCASAdapter(GridAuthenticIdentity gId)