Package cmion.storage

Class 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 
      Constructor Description
      RequestAddSubContainer​(java.lang.String name, java.lang.String type)  
      RequestAddSubContainer​(java.lang.String name, java.lang.String type, java.util.HashMap<java.lang.String,​java.lang.Object> initialProperties)  
      RequestAddSubContainer​(java.lang.String name, java.lang.String type, java.util.HashMap<java.lang.String,​java.lang.Object> initialProperties, java.util.HashSet<java.lang.String> persistentProperties)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.HashMap<java.lang.String,​java.lang.Object> getInitialProperties()
      returns the initial properties of the sub container to be added
      java.lang.String getNewContainerName()
      returns the name of the sub container to be added
      java.lang.String getNewContainerType()
      returns the name of the sub container to be added
      java.util.HashSet<java.lang.String> getPersistentProperties()
      returns the set of persistent initial properties of the sub container to be added
      • Methods inherited from class ion.Meta.Request

        getScheduleTime
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RequestAddSubContainer

        public RequestAddSubContainer​(java.lang.String name,
                                      java.lang.String type)
      • RequestAddSubContainer

        public RequestAddSubContainer​(java.lang.String name,
                                      java.lang.String type,
                                      java.util.HashMap<java.lang.String,​java.lang.Object> initialProperties)
      • RequestAddSubContainer

        public RequestAddSubContainer​(java.lang.String name,
                                      java.lang.String type,
                                      java.util.HashMap<java.lang.String,​java.lang.Object> initialProperties,
                                      java.util.HashSet<java.lang.String> persistentProperties)
    • Method Detail

      • getNewContainerName

        public java.lang.String getNewContainerName()
        returns the name of the sub container to be added
      • getInitialProperties

        public java.util.HashMap<java.lang.String,​java.lang.Object> getInitialProperties()
        returns the initial properties of the sub container to be added
      • getPersistentProperties

        public java.util.HashSet<java.lang.String> getPersistentProperties()
        returns the set of persistent initial properties of the sub container to be added
      • getNewContainerType

        public java.lang.String getNewContainerType()
        returns the name of the sub container to be added