public class LocalStateHandlingProvider extends Object implements ILocalStateHandlingProvider
| Constructor and Description |
|---|
LocalStateHandlingProvider() |
| Modifier and Type | Method and Description |
|---|---|
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) |
public static ILocalStateHandlingProvider Init(String ProviderName, EnvHintCollection Hints) throws EnvironmentValidationException
EnvironmentValidationExceptionpublic static boolean IsInit()
public void updateWSResource(String resourceId, String resourceType, Object resource, EnvHintCollection Hints) throws EnvironmentInformationSystemException
updateWSResource in interface ILocalStateHandlingProviderEnvironmentInformationSystemExceptionpublic Object getWSResource(String resourceId, String forName, EnvHintCollection Hints) throws EnvironmentInformationSystemException
getWSResource in interface ILocalStateHandlingProviderEnvironmentInformationSystemExceptionpublic void deleteWSResource(String resourceId, String resourceType, EnvHintCollection Hints) throws EnvironmentInformationSystemException
deleteWSResource in interface ILocalStateHandlingProviderEnvironmentInformationSystemExceptionCopyright © 2017. All Rights Reserved.