com.connecterra.alepc.api
Interface KillOpSpec

All Superinterfaces:
OpSpec
All Known Implementing Classes:
EngineKillOpSpec

public interface KillOpSpec
extends OpSpec

Operation Spec representing a request to transition the tag into "killed" state. The kill operation requires a password - that password is provided by a DataSpec.

A KillOpSpec is created through the #ALEPCFactory, using the createKillOpSpec method.


Method Summary
 DataSpec getDataSpec()
          Returns the DataSpec representing the method used to retrieve the kill password for this tag.
 

Method Detail

getDataSpec

public DataSpec getDataSpec()
Returns the DataSpec representing the method used to retrieve the kill password for this tag.

Returns:
the DataSpec to retrieve the password for this tag.