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

All Superinterfaces:
IEnvironmentProvider
All Known Implementing Classes:
StateHandlingProvider

public interface IStateHandlingProvider
extends IEnvironmentProvider


Method Summary
 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)
           
 Endpoint newEndpoint(String endpoint)
           
 void UpdateWSResource(String ID, String ForName, Object resource, EnvHintCollection Hints)
           
 

Method Detail

CreateNewWSResource

String CreateNewWSResource(String ForName,
                           Object Resource,
                           EnvHintCollection Hints)
                           throws EnvironmentInformationSystemException
Throws:
EnvironmentInformationSystemException

UpdateWSResource

void UpdateWSResource(String ID,
                      String ForName,
                      Object resource,
                      EnvHintCollection Hints)
                      throws EnvironmentInformationSystemException
Throws:
EnvironmentInformationSystemException

GetWSResourceByIDForServiceClass

Object GetWSResourceByIDForServiceClass(String ID,
                                        String ForName,
                                        EnvHintCollection Hints)
                                        throws EnvironmentInformationSystemException
Throws:
EnvironmentInformationSystemException

GetWSResourcesForServiceClass

List<Object> GetWSResourcesForServiceClass(String ForName,
                                           EnvHintCollection Hints)
                                           throws EnvironmentInformationSystemException
Throws:
EnvironmentInformationSystemException

GetXMLWSResourceByIDForServiceClass

StateResource GetXMLWSResourceByIDForServiceClass(String ID,
                                                  String ForName,
                                                  EnvHintCollection Hints)
                                                  throws EnvironmentInformationSystemException
Throws:
EnvironmentInformationSystemException

GetXMLWSResourcesForServiceClass

List<StateResource> GetXMLWSResourcesForServiceClass(String ForName,
                                                     EnvHintCollection Hints)
                                                     throws EnvironmentInformationSystemException
Throws:
EnvironmentInformationSystemException

DeleteWSResource

void DeleteWSResource(String ID,
                      String ForName,
                      EnvHintCollection Hints)
                      throws EnvironmentInformationSystemException
Throws:
EnvironmentInformationSystemException

newEndpoint

Endpoint newEndpoint(String endpoint)
                     throws EnvironmentInformationSystemException
Throws:
EnvironmentInformationSystemException


Copyright © 2012. All Rights Reserved.