public class StateHandlingProvider extends Object implements IStateHandlingProvider
| Constructor and Description |
|---|
StateHandlingProvider() |
| Modifier and Type | Method and Description |
|---|---|
String |
CreateNewWSResource(String ForName,
Object Resource,
EnvHintCollection Hints) |
void |
DeleteWSResource(String ID,
String ForName,
EnvHintCollection Hints) |
Object |
GetWSResourceByIDForServiceClass(String ID,
String ForName,
EnvHintCollection Hints) |
List<Object> |
GetWSResourcesForServiceClass(String ForName,
EnvHintCollection Hints) |
StateResource |
GetXMLWSResourceByIDForServiceClass(String ID,
String ForName,
EnvHintCollection Hints) |
List<StateResource> |
GetXMLWSResourcesForServiceClass(String ForName,
EnvHintCollection Hints) |
static IStateHandlingProvider |
Init(String ProviderName,
EnvHintCollection Hints) |
static boolean |
IsInit() |
Endpoint |
newEndpoint(String endpoint) |
void |
UpdateWSResource(String ID,
String ForName,
Object resource,
EnvHintCollection Hints) |
public static IStateHandlingProvider Init(String ProviderName, EnvHintCollection Hints) throws EnvironmentValidationException
EnvironmentValidationExceptionpublic static boolean IsInit()
public String CreateNewWSResource(String ForName, Object Resource, EnvHintCollection Hints) throws EnvironmentInformationSystemException
CreateNewWSResource in interface IStateHandlingProviderEnvironmentInformationSystemExceptionpublic void UpdateWSResource(String ID, String ForName, Object resource, EnvHintCollection Hints) throws EnvironmentInformationSystemException
UpdateWSResource in interface IStateHandlingProviderEnvironmentInformationSystemExceptionpublic Object GetWSResourceByIDForServiceClass(String ID, String ForName, EnvHintCollection Hints) throws EnvironmentInformationSystemException
GetWSResourceByIDForServiceClass in interface IStateHandlingProviderEnvironmentInformationSystemExceptionpublic List<Object> GetWSResourcesForServiceClass(String ForName, EnvHintCollection Hints) throws EnvironmentInformationSystemException
GetWSResourcesForServiceClass in interface IStateHandlingProviderEnvironmentInformationSystemExceptionpublic StateResource GetXMLWSResourceByIDForServiceClass(String ID, String ForName, EnvHintCollection Hints) throws EnvironmentInformationSystemException
GetXMLWSResourceByIDForServiceClass in interface IStateHandlingProviderEnvironmentInformationSystemExceptionpublic List<StateResource> GetXMLWSResourcesForServiceClass(String ForName, EnvHintCollection Hints) throws EnvironmentInformationSystemException
GetXMLWSResourcesForServiceClass in interface IStateHandlingProviderEnvironmentInformationSystemExceptionpublic void DeleteWSResource(String ID, String ForName, EnvHintCollection Hints) throws EnvironmentInformationSystemException
DeleteWSResource in interface IStateHandlingProviderEnvironmentInformationSystemExceptionpublic Endpoint newEndpoint(String endpoint) throws EnvironmentInformationSystemException
newEndpoint in interface IStateHandlingProviderEnvironmentInformationSystemExceptionCopyright © 2017. All Rights Reserved.