Package com.connecterra.ale.alevent

The Application Level Events (ALE) processing engine, that implements the ALE API within the RFTagAware Edge Server.

See:
          Description

Interface Summary
EPCCacheManager  
EventCycleDurationExpireObserver  
 

Class Summary
EngineALEImpl This class implements the Applicaiton Level Events (ALE) processing engine.
EngineALEPCImpl  
EPCCache Represents an EPC cache.
ImmutableAccessSpec  
 

Exception Summary
CacheEmptyException Thrown when a tag is removed from a cache, but the cache is empty.
 

Package com.connecterra.ale.alevent Description

The Application Level Events (ALE) processing engine, that implements the ALE API within the RFTagAware Edge Server.

Applications that wish to be deployed within the same Java Virtual Machine as the ALE Engine itself may use the com.connecterra.ale.alevent.ALEEngine class, which implements the ALE interface. More commonly, however, an application is deployed in a different JVM from the ALE Engine, and it uses a class provided in the com.connecterra.ale.client package to access the ALE Engine remotely.