Package cmion.storage
Class RequestAddSubContainer
java.lang.Object
ion.Meta.Request
cmion.storage.RequestAddSubContainer
public class RequestAddSubContainer
extends ion.Meta.Request
a request that can be made to any CMION Storage Container for adding a new
sub container
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreturns the initial properties of the sub container to be addedreturns the name of the sub container to be addedreturns the name of the sub container to be addedreturns the set of persistent initial properties of the sub container to be addedMethods inherited from class ion.Meta.Request
getScheduleTime
-
Constructor Details
-
RequestAddSubContainer
-
RequestAddSubContainer
-
RequestAddSubContainer
-
-
Method Details
-
getNewContainerName
returns the name of the sub container to be added -
getInitialProperties
returns the initial properties of the sub container to be added -
getPersistentProperties
returns the set of persistent initial properties of the sub container to be added -
getNewContainerType
returns the name of the sub container to be added
-