Class KillContainer

    • Constructor Detail

      • KillContainer

        public KillContainer()
        Default constructor. A default constructor is necessary for ontological classes.
    • Method Detail

      • setContainer

        public void setContainer​(ContainerID cid)
        Set the container slot of this action.
        Parameters:
        id - The container identifier of the container to terminate.
      • getContainer

        public ContainerID getContainer()
        Retrieve the value of the container slot of this event, containing the container identifier of the container to terminate.
        Returns:
        The value of the container slot, or null if no value was set.
      • setPassword

        public void setPassword​(String p)
        Set the password slot of this action.
        Parameters:
        p - The password to authenticate the principal requesting the container termination.
      • getPassword

        public String getPassword()
        Retrieve the value of the password slot of this event, containing the password to authenticate the principal requesting the container termination.
        Returns:
        The value of the password slot, or null if no value was set.