com.connecterra.ale.alevent.impl
Class EngineKillOpSpec

java.lang.Object
  extended bycom.connecterra.ale.alevent.impl.EngineKillOpSpec
All Implemented Interfaces:
KillOpSpec, OpSpec

public class EngineKillOpSpec
extends java.lang.Object
implements KillOpSpec


Constructor Summary
EngineKillOpSpec(DataSpec dataSpec)
           
 
Method Summary
 DataSpec getDataSpec()
          Returns the DataSpec representing the method used to retrieve the kill password for this tag.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EngineKillOpSpec

public EngineKillOpSpec(DataSpec dataSpec)
Method Detail

getDataSpec

public DataSpec getDataSpec()
Description copied from interface: KillOpSpec
Returns the DataSpec representing the method used to retrieve the kill password for this tag.

Specified by:
getDataSpec in interface KillOpSpec
Returns:
the DataSpec to retrieve the password for this tag.