gr.uoa.di.madgik.environment.state
Interface ILocalStateHandlingProvider

All Known Implementing Classes:
LocalStateHandlingProvider

public interface ILocalStateHandlingProvider


Method Summary
 void deleteWSResource(String resourceId, String resourceType, EnvHintCollection Hints)
           
 Object getWSResource(String resourceId, String forName, EnvHintCollection Hints)
           
 void updateWSResource(String resourceId, String resourceType, Object resource, EnvHintCollection Hints)
           
 

Method Detail

updateWSResource

void updateWSResource(String resourceId,
                      String resourceType,
                      Object resource,
                      EnvHintCollection Hints)
                      throws EnvironmentInformationSystemException
Throws:
EnvironmentInformationSystemException

getWSResource

Object getWSResource(String resourceId,
                     String forName,
                     EnvHintCollection Hints)
                     throws EnvironmentInformationSystemException
Throws:
EnvironmentInformationSystemException

deleteWSResource

void deleteWSResource(String resourceId,
                      String resourceType,
                      EnvHintCollection Hints)
                      throws EnvironmentInformationSystemException
Throws:
EnvironmentInformationSystemException


Copyright © 2013. All Rights Reserved.