Package cmion.storage
Class RequestRemoveProperty
java.lang.Object
ion.Meta.Request
cmion.storage.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
ConstructorsConstructorDescriptionRequestRemoveProperty(String propertyName) create a new request to remove a property of given name -
Method Summary
Modifier and TypeMethodDescriptionreturn the name of the removed propertyMethods inherited from class ion.Meta.Request
getScheduleTime
-
Constructor Details
-
RequestRemoveProperty
create a new request to remove a property of given name
-
-
Method Details
-
getPropertyName
return the name of the removed property
-