Interface IResourceContainerFactory
public interface IResourceContainerFactory
Interface for factories used to instanciate simulated resources in a execution environment
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Called by the framework to indicate that the given resource container should be set upvoid
Called by the framework to indicate that the given resource container should be set upvoid
Called by the framework to indicate that the given resource container should be set upString[]
String[]
-
Method Details
-
getResourceContainerIDList
String[] getResourceContainerIDList()- Returns:
- A list of IDs of resource container existing in the resource environment to create
-
fillResourceContainerWithResources
Called by the framework to indicate that the given resource container should be set up- Parameters:
container
- The container to fill with active resources
-
fillResourceContainerWithNestedResourceContainers
Called by the framework to indicate that the given resource container should be set up- Parameters:
container
- The container to fill with active resources
-
getLinkingResourceContainerIDList
String[] getLinkingResourceContainerIDList()- Returns:
- A list of IDs of linking resources existing in the resource environment to create
-
fillLinkingResourceContainer
Called by the framework to indicate that the given resource container should be set up- Parameters:
container
- The container to fill with active resources
-