Package cmion.storage

Class RequestRemoveSubContainer


  • public class RequestRemoveSubContainer
    extends ion.Meta.Request
    a request that can be made to any CMION Storage Container for removing an existing sub container (does not remove sub sub containers)
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()
      returns the name of the sub container to be removed
      • 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

      • RequestRemoveSubContainer

        public RequestRemoveSubContainer​(java.lang.String name)
    • Method Detail

      • getName

        public java.lang.String getName()
        returns the name of the sub container to be removed