Package cmion.storage

Class RequestRemoveProperty


  • public class RequestRemoveProperty
    extends ion.Meta.Request
    Request a container to remove property of the given name. If such a property existed will result in the container raising an EventPropertyRemoved.
    • Constructor Summary

      Constructors 
      Constructor Description
      RequestRemoveProperty​(java.lang.String propertyName)
      create a new request to remove a property of given name
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getPropertyName()
      return the name of the removed property
      • 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

      • RequestRemoveProperty

        public RequestRemoveProperty​(java.lang.String propertyName)
        create a new request to remove a property of given name
    • Method Detail

      • getPropertyName

        public java.lang.String getPropertyName()
        return the name of the removed property