com.connecterra.ale.alevent.impl
Class EngineLockOpSpec

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

public class EngineLockOpSpec
extends java.lang.Object
implements LockOpSpec


Constructor Summary
EngineLockOpSpec(java.net.URI mask, java.net.URI value)
           
 
Method Summary
 java.net.URI getMask()
          Return the URI representing the value to use for the mask in the lock request.
 java.net.URI getValue()
          Return the URI representing the value to use in the lock request.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EngineLockOpSpec

public EngineLockOpSpec(java.net.URI mask,
                        java.net.URI value)
Method Detail

getMask

public java.net.URI getMask()
Description copied from interface: LockOpSpec
Return the URI representing the value to use for the mask in the lock request. This should be an EPC raw URI.

Specified by:
getMask in interface LockOpSpec
Returns:
the URI representing the value to use for the mask in the lock request

getValue

public java.net.URI getValue()
Description copied from interface: LockOpSpec
Return the URI representing the value to use in the lock request. This should be an EPC raw URI.

Specified by:
getValue in interface LockOpSpec
Returns:
the URI representing the value to use in the lock request