gr.uoa.di.madgik.environment.state
Class LocalStateHandlingProvider

java.lang.Object
  extended by gr.uoa.di.madgik.environment.state.LocalStateHandlingProvider
All Implemented Interfaces:
ILocalStateHandlingProvider

public class LocalStateHandlingProvider
extends Object
implements ILocalStateHandlingProvider


Constructor Summary
LocalStateHandlingProvider()
           
 
Method Summary
 void deleteWSResource(String resourceId, String resourceType, EnvHintCollection Hints)
           
 Object getWSResource(String resourceId, String forName, EnvHintCollection Hints)
           
static ILocalStateHandlingProvider Init(String ProviderName, EnvHintCollection Hints)
           
static boolean IsInit()
           
 void updateWSResource(String resourceId, String resourceType, Object resource, EnvHintCollection Hints)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalStateHandlingProvider

public LocalStateHandlingProvider()
Method Detail

Init

public static ILocalStateHandlingProvider Init(String ProviderName,
                                               EnvHintCollection Hints)
                                        throws EnvironmentValidationException
Throws:
EnvironmentValidationException

IsInit

public static boolean IsInit()

updateWSResource

public void updateWSResource(String resourceId,
                             String resourceType,
                             Object resource,
                             EnvHintCollection Hints)
                      throws EnvironmentInformationSystemException
Specified by:
updateWSResource in interface ILocalStateHandlingProvider
Throws:
EnvironmentInformationSystemException

getWSResource

public Object getWSResource(String resourceId,
                            String forName,
                            EnvHintCollection Hints)
                     throws EnvironmentInformationSystemException
Specified by:
getWSResource in interface ILocalStateHandlingProvider
Throws:
EnvironmentInformationSystemException

deleteWSResource

public void deleteWSResource(String resourceId,
                             String resourceType,
                             EnvHintCollection Hints)
                      throws EnvironmentInformationSystemException
Specified by:
deleteWSResource in interface ILocalStateHandlingProvider
Throws:
EnvironmentInformationSystemException


Copyright © 2012. All Rights Reserved.