com.connecterra.alepc.api
Interface EPCCacheDataSpec

All Superinterfaces:
DataSpec
All Known Implementing Classes:
EngineEPCCacheDataSpec

public interface EPCCacheDataSpec
extends DataSpec

Specifies an EPC Cache data source for tag data to be written to a tag. It is an error to provide an EPCCacheDataSpec for a kill or password operation, or for a write operation to any field but the EPC field.

The EPCCacheDataSpec holds the name of an EPC Cache in the Edge Server that will provision an EPC to be written to the tag.

An EPCCacheDataSpec is created through the #ALEPCFactory, using the createEPCCacheDataSpec method.


Method Summary
 java.lang.String getEPCCache()
          Returns the name of the associated EPC Cache.
 

Method Detail

getEPCCache

public java.lang.String getEPCCache()
Returns the name of the associated EPC Cache.

Returns:
the name of the associated EPC Cache