gr.uoa.di.madgik.environment.state
Class LocalStateHandlingProvider
java.lang.Object
gr.uoa.di.madgik.environment.state.LocalStateHandlingProvider
- All Implemented Interfaces:
- ILocalStateHandlingProvider
public class LocalStateHandlingProvider
- extends Object
- implements ILocalStateHandlingProvider
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocalStateHandlingProvider
public LocalStateHandlingProvider()
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.