A C D E F G H I K L M N O P R S T U V W X Z

A

ADDITIONS - Static variable in class com.connecterra.ale.api.ECReportSetSpec
 
ALE - interface com.connecterra.ale.api.ALE.
The Application Level Events (ALE) application programming interface.
ALEException - exception com.connecterra.ale.api.ALEException.
This is the base class of all exceptions thrown by the ALE api.
ALEException() - Constructor for class com.connecterra.ale.api.ALEException
 
ALEException(String) - Constructor for class com.connecterra.ale.api.ALEException
 
ALEException(String, Throwable) - Constructor for class com.connecterra.ale.api.ALEException
 
ALEException(Throwable) - Constructor for class com.connecterra.ale.api.ALEException
 
ALEFactory - interface com.connecterra.ale.api.ALEFactory.
A factory for creating instances of complex types used by the ALE API.
ALEPC - interface com.connecterra.alepc.api.ALEPC.
The Application Level Events (ALE) tag programming API.
ALEPCFactory - interface com.connecterra.alepc.api.ALEPCFactory.
A factory for creating instances of complex types used by the ALEPC API.
AccessReport - interface com.connecterra.alepc.api.AccessReport.
The subpart of the PCWriteReport that corresponds to an AccessSpec in the PCSpec.
AccessSpec - interface com.connecterra.alepc.api.AccessSpec.
A specification for a series of operations to perform on each tag in the field during a programming cycle.
AxisALEClient - class com.connecterra.ale.client.AxisALEClient.
Deprecated. Use SOAPALEClient for compliance with EPCGlobal ALE 1.0
AxisALEClient(URL) - Constructor for class com.connecterra.ale.client.AxisALEClient
Deprecated. Constructs a new ALE client stub for accessing a remote edge server having a specified URL for its SOAP interface.
AxisALEPCClient - class com.connecterra.alepc.client.AxisALEPCClient.
A concrete implementation of the ALEPC interface that accesses a remote RFTagAware Edge server using the SOAP protocol.
AxisALEPCClient(URL) - Constructor for class com.connecterra.alepc.client.AxisALEPCClient
Constructs a new ALE client stub for accessing a remote edge server having a specified URL for its SOAP interface.
addAccessSpec(AccessSpec) - Method in interface com.connecterra.alepc.api.PCSpec
Add an access spec to the end of the list of access specs to be performed by this PCSpec.
addAllTagReports(Collection) - Method in class com.connecterra.ale.alevent.impl.EngineAccessReport
Add all tag reports in the collection of tag reports to this access report.
addExcludePattern(URI) - Method in interface com.connecterra.ale.api.ECReportSpec
Appends the specified URI to the list of EPC patterns which will be excluded in the report.
addExcludePatterns(List) - Method in interface com.connecterra.ale.api.ECReportSpec
Appends a list of URIs to the list of EPC patterns which will be excluded in the report.
addFirst(EPC) - Method in class com.connecterra.ale.alevent.EPCCache
Called by a programming cycle if a tag programming operation fails.
addIncludePattern(URI) - Method in interface com.connecterra.ale.api.ECReportSpec
Appends the specified URI to the list of EPC patterns which will be included in the report.
addIncludePatterns(List) - Method in interface com.connecterra.ale.api.ECReportSpec
Appends a list of URIs to the list of EPC patterns which will be included in the report.
addIncludedMemoryField(URI) - Method in interface com.connecterra.ale.api.ECReportSpec
Add a URI to the list of included memory fields.
addInfoObserver(CacheInfoObserver) - Method in class com.connecterra.ale.alevent.EPCCache
 
addLogicalReaderName(String) - Method in interface com.connecterra.ale.api.ECSpec
Adds one name to the list of logical reader names which will be queried as a part of this ECSpec.
addLogicalReaderName(String) - Method in interface com.connecterra.alepc.api.PCSpec
Adds one name to the list of logical reader names which will be used as a part of this PCSpec.
addLogicalReaderNames(List) - Method in interface com.connecterra.ale.api.ECSpec
Appends a list of names to the list of logical reader names which will be queried as a part of this ECSpec.
addLogicalReaderNames(List) - Method in interface com.connecterra.alepc.api.PCSpec
Appends a list of names to the list of logical reader names which will be used as a part of this PCSpec.
addOpSpec(OpSpec) - Method in class com.connecterra.ale.alevent.impl.EngineAccessSpec
 
addOpSpec(OpSpec) - Method in interface com.connecterra.alepc.api.AccessSpec
Add an operation spec to the end of the list associated with this access spec.
addReaderParameters(Map) - Method in interface com.connecterra.alepc.api.PCSpec
Adds the supplied mappings between reader parameter names and reader parameter values to this PCSpec's current mapping.
addReportSpec(ECReportSpec) - Method in interface com.connecterra.ale.api.ECSpec
Appends one specification to the list which describes the reports which will be generated by the event cycle for this ECSpec.
addReportSpecs(List) - Method in interface com.connecterra.ale.api.ECSpec
Adds a list of specifications to the list which describes the reports which will be generated by the event cycle for this ECSpec.
addTagReport(TagReport) - Method in class com.connecterra.ale.alevent.impl.EngineAccessReport
 
appendPattern(URI) - Method in class com.connecterra.ale.alevent.impl.EngineEPCPatterns
 
appendPattern(URI) - Method in interface com.connecterra.alepc.api.EPCPatterns
Appends the given EPC pattern URI to this pattern list.
appendPatterns(List) - Method in class com.connecterra.ale.alevent.impl.EngineEPCPatterns
 
appendPatterns(List) - Method in interface com.connecterra.alepc.api.EPCPatterns
Appends the given EPC pattern URIs to this pattern list.
associateCacheWithPCSpec(String, EngineALEPCImpl.ProgrammingCycleTableEntry) - Method in class com.connecterra.ale.alevent.EngineALEPCImpl
 

C

CACHE_EMPTY - Static variable in class com.connecterra.alepc.api.PCStatus
Indicates that a programming cycle could not be started because the EPC cache was empty.
CURRENT - Static variable in class com.connecterra.ale.api.ECReportSetSpec
 
CacheEmptyException - exception com.connecterra.ale.alevent.CacheEmptyException.
Thrown when a tag is removed from a cache, but the cache is empty.
CacheEmptyException() - Constructor for class com.connecterra.ale.alevent.CacheEmptyException
 
CacheEmptyException(String) - Constructor for class com.connecterra.ale.alevent.CacheEmptyException
 
CacheEmptyException(Throwable) - Constructor for class com.connecterra.ale.alevent.CacheEmptyException
 
CacheEmptyException(String, Throwable) - Constructor for class com.connecterra.ale.alevent.CacheEmptyException
 
CacheInUseException - exception com.connecterra.alepc.api.CacheInUseException.
This exception is thrown by the ALEPC API methods if an attempt is made to undefine an EPC cache that is referenced by any PCSpecs.
CacheInUseException() - Constructor for class com.connecterra.alepc.api.CacheInUseException
 
CacheInUseException(String) - Constructor for class com.connecterra.alepc.api.CacheInUseException
 
CacheInUseException(String, Throwable) - Constructor for class com.connecterra.alepc.api.CacheInUseException
 
CacheInUseException(Throwable) - Constructor for class com.connecterra.alepc.api.CacheInUseException
 
CacheSpecValidationException - exception com.connecterra.alepc.api.CacheSpecValidationException.
This exception is thrown by the ALEPC API methods which take an EPCCacheSpec argument if the spec is invalid.
CacheSpecValidationException() - Constructor for class com.connecterra.alepc.api.CacheSpecValidationException
 
CacheSpecValidationException(String) - Constructor for class com.connecterra.alepc.api.CacheSpecValidationException
 
CacheSpecValidationException(String, Throwable) - Constructor for class com.connecterra.alepc.api.CacheSpecValidationException
 
CacheSpecValidationException(Throwable) - Constructor for class com.connecterra.alepc.api.CacheSpecValidationException
 
com.connecterra.ale.alevent - package com.connecterra.ale.alevent
The Application Level Events (ALE) processing engine, that implements the ALE API within the RFTagAware Edge Server.
com.connecterra.ale.alevent.impl - package com.connecterra.ale.alevent.impl
 
com.connecterra.ale.api - package com.connecterra.ale.api
The interface to the Application Level Events (ALE) API.
com.connecterra.ale.client - package com.connecterra.ale.client
Remote procedure call (RPC) clients for accessing the Application Level Events (ALE) API provided by a remote deployment of the RFTagAware Edge Server.
com.connecterra.ale.encoding - package com.connecterra.ale.encoding
Facilities for importing and exporting ALE complex types, using XML.
com.connecterra.alepc.api - package com.connecterra.alepc.api
The interface to the Application Level Events (ALE) Tag Programming API.
com.connecterra.alepc.client - package com.connecterra.alepc.client
Remote procedure call (RPC) clients for accessing the Application Level Events (ALE) EPC Programming API provided by a remote deployment of the RFTagAware Edge Server.
com.connecterra.alepc.encoding - package com.connecterra.alepc.encoding
Facilities for importing and exporting ALEPC complex types, using XML.
completeInitAfterRestore() - Method in class com.connecterra.ale.alevent.EngineALEPCImpl
 
createAccessReport(String) - Method in class com.connecterra.ale.alevent.impl.EngineALEPCFactory
 
createAccessSpec(String) - Method in class com.connecterra.ale.alevent.impl.EngineALEPCFactory
 
createAccessSpec(String) - Method in interface com.connecterra.alepc.api.ALEPCFactory
Create a new empty AccessSpec instance containing no OpSpecs.
createDeserializer() - Method in class com.connecterra.ale.encoding.XMLSerializationFactory
Creates an XMLDeserializer instance.
createDeserializer() - Method in class com.connecterra.alepc.encoding.PCXMLSerializationFactory
Creates an PCXMLDeserializer instance.
createECCountReportOutputSpec() - Method in class com.connecterra.ale.alevent.impl.EngineALEFactory
 
createECCountReportOutputSpec() - Method in interface com.connecterra.ale.api.ALEFactory
Deprecated. New methods available for defineing List or Count reports. See ECReportSpec.setIncludeCount(boolean)
createECInterval() - Method in class com.connecterra.ale.alevent.impl.EngineALEFactory
 
createECInterval(int, ECIntervalUnit) - Method in class com.connecterra.ale.alevent.impl.EngineALEFactory
 
createECInterval() - Method in interface com.connecterra.ale.api.ALEFactory
Deprecated. New methods available for setting time intervals in ECSpec. ECInterval no longer required.
createECInterval(int, ECIntervalUnit) - Method in interface com.connecterra.ale.api.ALEFactory
Deprecated. New methods available for setting time intervals in ECSpec. ECInterval no longer required.
createECListReportOutputSpec() - Method in class com.connecterra.ale.alevent.impl.EngineALEFactory
 
createECListReportOutputSpec() - Method in interface com.connecterra.ale.api.ALEFactory
Deprecated. New methods available for creating List reports. See ECReportSpec#setIncludeTag(boolean), ECReportSpec#setIncludeEPC(boolean), ECReportSpec#setIncludeRawHex(boolean),ECReportSpec#setIncludeRawDecimal(boolean)
createECReportSpec() - Method in class com.connecterra.ale.alevent.impl.EngineALEFactory
 
createECReportSpec() - Method in interface com.connecterra.ale.api.ALEFactory
Create a new ECReportSpec instance.
createECSpec() - Method in class com.connecterra.ale.alevent.impl.EngineALEFactory
 
createECSpec() - Method in interface com.connecterra.ale.api.ALEFactory
Create a new ECSpec instance.
createECSubscriptionControls() - Method in class com.connecterra.ale.alevent.impl.EngineALEFactory
 
createECSubscriptionControls(int, long) - Method in class com.connecterra.ale.alevent.impl.EngineALEFactory
 
createECSubscriptionControls() - Method in interface com.connecterra.ale.api.ALEFactory
Create a new ECSubscriptionControls instance, with all fields initialized to zero, which requests that notification failures never cause a subscription to be unsubscribed.
createECSubscriptionControls(int, long) - Method in interface com.connecterra.ale.api.ALEFactory
Create a new ECSubscriptionControls instance with the specified count and interval in milliseconds.
createEPCCacheDataSpec(String) - Method in class com.connecterra.ale.alevent.impl.EngineALEPCFactory
 
createEPCCacheDataSpec(String) - Method in interface com.connecterra.alepc.api.ALEPCFactory
Create a new DataSpec that gets its data from an EPC Cache.
createEPCCacheSpec() - Method in class com.connecterra.ale.alevent.impl.EngineALEPCFactory
 
createEPCCacheSpec() - Method in interface com.connecterra.alepc.api.ALEPCFactory
Create a new EPCCacheSpec instance.
createEPCPatterns() - Method in class com.connecterra.ale.alevent.impl.EngineALEPCFactory
 
createEPCPatterns() - Method in interface com.connecterra.alepc.api.ALEPCFactory
Create a new EPCPatterns instance.
createKillOpSpec(DataSpec) - Method in class com.connecterra.ale.alevent.impl.EngineALEPCFactory
 
createKillOpSpec(DataSpec) - Method in interface com.connecterra.alepc.api.ALEPCFactory
Create a new KillOpSpec.
createLiteralDataSpec(URI) - Method in class com.connecterra.ale.alevent.impl.EngineALEPCFactory
 
createLiteralDataSpec(URI) - Method in interface com.connecterra.alepc.api.ALEPCFactory
Create a new DataSpec that gets its data from a URI.
createLockOpSpec(URI, URI) - Method in class com.connecterra.ale.alevent.impl.EngineALEPCFactory
 
createLockOpSpec(URI, URI) - Method in interface com.connecterra.alepc.api.ALEPCFactory
Create a new LockOpSpec.
createPCSpec() - Method in class com.connecterra.ale.alevent.impl.EngineALEPCFactory
 
createPCSpec() - Method in interface com.connecterra.alepc.api.ALEPCFactory
Create a new PCSpec instance.
createPCSubscriptionControls() - Method in class com.connecterra.ale.alevent.impl.EngineALEPCFactory
 
createPCSubscriptionControls(int, long) - Method in class com.connecterra.ale.alevent.impl.EngineALEPCFactory
 
createPCSubscriptionControls() - Method in interface com.connecterra.alepc.api.ALEPCFactory
Create a new PCSubscriptionControls instance, with all fields initialized to zero, which requests that notification failures never cause a subscription to be unsubscribed.
createPCSubscriptionControls(int, long) - Method in interface com.connecterra.alepc.api.ALEPCFactory
Create a new PCSubscriptionControls instance with the specified count and interval in milliseconds.
createParamDataSpec(String) - Method in class com.connecterra.ale.alevent.impl.EngineALEPCFactory
 
createParamDataSpec(String) - Method in interface com.connecterra.alepc.api.ALEPCFactory
Create a new DataSpec that gets its data from the parameter map in the ALEPC poll() or immediate() call.
createPasswordOpSpec(DataSpec) - Method in class com.connecterra.ale.alevent.impl.EngineALEPCFactory
 
createPasswordOpSpec(DataSpec) - Method in interface com.connecterra.alepc.api.ALEPCFactory
Create a new PasswordOpSpec.
createReadOpSpec(URI) - Method in class com.connecterra.ale.alevent.impl.EngineALEPCFactory
 
createReadOpSpec(URI) - Method in interface com.connecterra.alepc.api.ALEPCFactory
Create a new ReadOpSpec.
createSerializer() - Method in class com.connecterra.ale.encoding.XMLSerializationFactory
Creates an XMLSerializer instance.
createSerializer() - Method in class com.connecterra.alepc.encoding.PCXMLSerializationFactory
Creates an PCXMLSerializer instance.
createWriteOpSpec(URI, DataSpec) - Method in class com.connecterra.ale.alevent.impl.EngineALEPCFactory
 
createWriteOpSpec(URI, DataSpec) - Method in interface com.connecterra.alepc.api.ALEPCFactory
Create a new WriteOpSpec.
createWriteTagAccessSpec(String, DeviceTagReport) - Static method in class com.connecterra.ale.alevent.impl.EngineALEPCFactory
 
createWriteTagAccessSpec(String, URI) - Static method in class com.connecterra.ale.alevent.impl.EngineALEPCFactory
 

D

DELETIONS - Static variable in class com.connecterra.ale.api.ECReportSetSpec
 
DURATION - Static variable in class com.connecterra.ale.api.ECTerminationCondition
 
DURATION - Static variable in class com.connecterra.alepc.api.PCTerminationCondition
Indicates that the programming cycle was terminated due to exhausting the maxDuration value specified in the PCSpec.
DataSpec - interface com.connecterra.alepc.api.DataSpec.
The superclass for the data specs that provide reference to ways of getting content from various sources.
DuplicateNameException - exception com.connecterra.ale.api.DuplicateNameException.
This exception is thrown by the ALE API define method if the ECSpec already exists.
DuplicateNameException() - Constructor for class com.connecterra.ale.api.DuplicateNameException
 
DuplicateNameException(String) - Constructor for class com.connecterra.ale.api.DuplicateNameException
 
DuplicateNameException(String, Throwable) - Constructor for class com.connecterra.ale.api.DuplicateNameException
 
DuplicateNameException(Throwable) - Constructor for class com.connecterra.ale.api.DuplicateNameException
 
DuplicateSubscriptionException - exception com.connecterra.ale.api.DuplicateSubscriptionException.
This exception is thrown by the ALE API ALE.subscribe(String, URI) or ALE.subscribe(String, URI, ECSubscriptionControls) methods if the subscription already exists.
DuplicateSubscriptionException() - Constructor for class com.connecterra.ale.api.DuplicateSubscriptionException
 
DuplicateSubscriptionException(String) - Constructor for class com.connecterra.ale.api.DuplicateSubscriptionException
 
DuplicateSubscriptionException(String, Throwable) - Constructor for class com.connecterra.ale.api.DuplicateSubscriptionException
 
DuplicateSubscriptionException(Throwable) - Constructor for class com.connecterra.ale.api.DuplicateSubscriptionException
 
define(String, ECSpec) - Method in class com.connecterra.ale.alevent.EngineALEImpl
 
define(String, PCSpec) - Method in class com.connecterra.ale.alevent.EngineALEPCImpl
 
define(String, ECSpec) - Method in interface com.connecterra.ale.api.ALE
Define a new event cycle specification for use with the ALE.poll(java.lang.String) and ALE.subscribe(java.lang.String, java.net.URI, com.connecterra.ale.api.ECSubscriptionControls) methods.
define(String, ECSpec) - Method in class com.connecterra.ale.client.AxisALEClient
Deprecated.  
define(String, ECSpec) - Method in class com.connecterra.ale.client.SOAPALEClient
 
define(String, PCSpec) - Method in interface com.connecterra.alepc.api.ALEPC
Defines a new programming cycle specification for use with the ALEPC.poll(java.lang.String, java.util.Map) and ALEPC.subscribe(java.lang.String, java.net.URI, com.connecterra.alepc.api.PCSubscriptionControls) methods.
define(String, PCSpec) - Method in class com.connecterra.alepc.client.AxisALEPCClient
 
defineEPCCache(String, EPCCacheSpec, EPCPatterns) - Method in class com.connecterra.ale.alevent.EngineALEPCImpl
 
defineEPCCache(String, EPCCacheSpec, EPCPatterns) - Method in interface com.connecterra.alepc.api.ALEPC
Defines an EPC cache that can be used by programming cycles to obtain EPC values for programming operations.
defineEPCCache(String, EPCCacheSpec, EPCPatterns) - Method in class com.connecterra.alepc.client.AxisALEPCClient
 
deplete() - Method in class com.connecterra.ale.alevent.EPCCache
Called when the ALEPC API is used to deplete and/or undefine an EPC cache.
depleteEPCCache(String) - Method in class com.connecterra.ale.alevent.EngineALEPCImpl
 
depleteEPCCache(String) - Method in interface com.connecterra.alepc.api.ALEPC
Causes the indicated EPC cache to become depleted (empty).
depleteEPCCache(String) - Method in class com.connecterra.alepc.client.AxisALEPCClient
 
deserializeECReports(Reader) - Method in interface com.connecterra.ale.encoding.XMLDeserializer
Reads XML from the specified reader and constructs the corresponding ECReports instance.
deserializeECReports(String) - Method in interface com.connecterra.ale.encoding.XMLDeserializer
Reads XML from the specified string and constructs the corresponding ECReports instance.
deserializeECSpec(Reader) - Method in interface com.connecterra.ale.encoding.XMLDeserializer
Reads XML from the specified reader and constructs the corresponding ECSpec instance.
deserializeECSpec(String) - Method in interface com.connecterra.ale.encoding.XMLDeserializer
Reads XML from the specified string and constructs the corresponding ECSpec instance.
deserializeECSpecInfo(Reader) - Method in interface com.connecterra.ale.encoding.XMLDeserializer
Reads XML from the specified reader and constructs the corresponding ECSpecInfo instance.
deserializeECSpecInfo(String) - Method in interface com.connecterra.ale.encoding.XMLDeserializer
Reads XML from the specified string and constructs the corresponding ECSpecInfo instance.
deserializeECSubscriptionControls(Reader) - Method in interface com.connecterra.ale.encoding.XMLDeserializer
Reads XML from the specified reader and constructs the corresponding ECSubscriptionControls instance.
deserializeECSubscriptionControls(String) - Method in interface com.connecterra.ale.encoding.XMLDeserializer
Reads XML from the specified string and constructs the corresponding ECSubscriptionControls instance.
deserializeECSubscriptionInfo(Reader) - Method in interface com.connecterra.ale.encoding.XMLDeserializer
Reads XML from the specified reader and constructs the corresponding ECSubscriptionInfo instance.
deserializeECSubscriptionInfo(String) - Method in interface com.connecterra.ale.encoding.XMLDeserializer
Reads XML from the specified string and constructs the corresponding ECSubscriptionInfo instance.
deserializeEPCCacheReport(Reader) - Method in interface com.connecterra.alepc.encoding.PCXMLDeserializer
Reads XML from the specified reader and constructs the corresponding EPCCacheReport instance.
deserializeEPCCacheReport(String) - Method in interface com.connecterra.alepc.encoding.PCXMLDeserializer
Reads XML from the specified string and constructs the corresponding EPCCacheReport instance.
deserializeEPCCacheSpec(Reader) - Method in interface com.connecterra.alepc.encoding.PCXMLDeserializer
Reads XML from the specified reader and constructs the corresponding EPCCacheSpec instance.
deserializeEPCCacheSpec(String) - Method in interface com.connecterra.alepc.encoding.PCXMLDeserializer
Reads XML from the specified string and constructs the corresponding EPCCacheSpec instance.
deserializeEPCCacheSpecInfo(Reader) - Method in interface com.connecterra.alepc.encoding.PCXMLDeserializer
Reads XML from the specified reader and constructs the corresponding EPCCacheSpecInfo instance.
deserializeEPCCacheSpecInfo(String) - Method in interface com.connecterra.alepc.encoding.PCXMLDeserializer
Reads XML from the specified string and constructs the corresponding EPCCacheSpecInfo instance.
deserializeEPCPatterns(Reader) - Method in interface com.connecterra.alepc.encoding.PCXMLDeserializer
Reads XML from the specified reader and constructs the corresponding EPCPatterns instance.
deserializeEPCPatterns(String) - Method in interface com.connecterra.alepc.encoding.PCXMLDeserializer
Reads XML from the specified string and constructs the corresponding EPCPatterns instance.
deserializePCSpec(Reader) - Method in interface com.connecterra.alepc.encoding.PCXMLDeserializer
Reads XML from the specified reader and constructs the corresponding PCSpec instance.
deserializePCSpec(String) - Method in interface com.connecterra.alepc.encoding.PCXMLDeserializer
Reads XML from the specified string and constructs the corresponding PCSpec instance.
deserializePCSpecInfo(Reader) - Method in interface com.connecterra.alepc.encoding.PCXMLDeserializer
Reads XML from the specified reader and constructs the corresponding PCSpecInfo instance.
deserializePCSpecInfo(String) - Method in interface com.connecterra.alepc.encoding.PCXMLDeserializer
Reads XML from the specified string and constructs the corresponding PCSpecInfo instance.
deserializePCSubscriptionControls(Reader) - Method in interface com.connecterra.alepc.encoding.PCXMLDeserializer
Reads XML from the specified reader and constructs the corresponding PCSubscriptionControls instance.
deserializePCSubscriptionControls(String) - Method in interface com.connecterra.alepc.encoding.PCXMLDeserializer
Reads XML from the specified string and constructs the corresponding PCSubscriptionControls instance.
deserializePCSubscriptionInfo(Reader) - Method in interface com.connecterra.alepc.encoding.PCXMLDeserializer
Reads XML from the specified reader and constructs the corresponding PCSubscriptionInfo instance.
deserializePCSubscriptionInfo(String) - Method in interface com.connecterra.alepc.encoding.PCXMLDeserializer
Reads XML from the specified string and constructs the corresponding PCSubscriptionInfo instance.
deserializePCWriteReport(Reader) - Method in interface com.connecterra.alepc.encoding.PCXMLDeserializer
Reads XML from the specified reader and constructs the corresponding PCWriteReport instance.
deserializePCWriteReport(String) - Method in interface com.connecterra.alepc.encoding.PCXMLDeserializer
Reads XML from the specified string and constructs the corresponding PCWriteReport instance.

E

ECCountReport - interface com.connecterra.ale.api.ECCountReport.
Deprecated. Use the following method to include a count in the ECReport: ECReportSpec.setIncludeCount(boolean)
ECCountReportOutputSpec - interface com.connecterra.ale.api.ECCountReportOutputSpec.
Deprecated. Use ECReportSpec
ECInterval - interface com.connecterra.ale.api.ECInterval.
Deprecated. New methods available for setting time intervals in ECSpec.
ECIntervalUnit - class com.connecterra.ale.api.ECIntervalUnit.
Deprecated. New methods available for setting time intervals in ECSpec.
ECListReport - interface com.connecterra.ale.api.ECListReport.
Deprecated. Use one or more of the following methods to include an EPC list : {@link ECReportSpec#setIncludeEPC(boolean) ,
ECListReportOutputSpec - interface com.connecterra.ale.api.ECListReportOutputSpec.
Deprecated. Use ECReportSpec
ECReport - interface com.connecterra.ale.api.ECReport.
This interface defines the methods which are common to all event cycle report types.
ECReportGroup - interface com.connecterra.ale.api.ECReportGroup.
This interface defines the methods for the ECReportGroup.
ECReportGroupListMember - interface com.connecterra.ale.api.ECReportGroupListMember.
This interface defines the methods for the ECReportGroupListMember.
ECReportGroupListMemberMemory - interface com.connecterra.ale.api.ECReportGroupListMemberMemory.
 
ECReportOutputSpec - interface com.connecterra.ale.api.ECReportOutputSpec.
Deprecated. Use ECReportSpec.
ECReportSetSpec - class com.connecterra.ale.api.ECReportSetSpec.
This is a type-safe enum which represents the sets of EPCs which can be included in a report.
ECReportSpec - interface com.connecterra.ale.api.ECReportSpec.
This interface must be implemented by the objects which describe the individual reports which will be generated by an event cycle.
ECReports - interface com.connecterra.ale.api.ECReports.
An ECReports object is generated by a single activation of an event cycle within the ALE engine.
ECSpec - interface com.connecterra.ale.api.ECSpec.
A specification of an event cycle.
ECSpecInfo - interface com.connecterra.ale.api.ECSpecInfo.
Describes administrative information for an event cycle specification.
ECSpecValidationException - exception com.connecterra.ale.api.ECSpecValidationException.
This exception is thrown by the ALE API methods which take an ECSpec argument if the ECSpec is invalid.
ECSpecValidationException() - Constructor for class com.connecterra.ale.api.ECSpecValidationException
 
ECSpecValidationException(String) - Constructor for class com.connecterra.ale.api.ECSpecValidationException
 
ECSpecValidationException(String, Throwable) - Constructor for class com.connecterra.ale.api.ECSpecValidationException
 
ECSpecValidationException(Throwable) - Constructor for class com.connecterra.ale.api.ECSpecValidationException
 
ECSubscriptionControls - interface com.connecterra.ale.api.ECSubscriptionControls.
Describes information pertaining to handling of notification delivery failure.
ECSubscriptionInfo - interface com.connecterra.ale.api.ECSubscriptionInfo.
Describes administrative information for an event cycle specification.
ECTerminationCondition - class com.connecterra.ale.api.ECTerminationCondition.
This is a type-safe enum which represents the conditions which can cause an event cycle to terminate.
ENGINE_ERROR - Static variable in class com.connecterra.alepc.api.PCStatus
Indicates that the ALE engine itself has some kind of problem.
EPCCache - class com.connecterra.ale.alevent.EPCCache.
Represents an EPC cache.
EPCCache(String, EPCCacheSpec, PersistentEPCCache, EPCCache.CacheContentObserver, String) - Constructor for class com.connecterra.ale.alevent.EPCCache
 
EPCCache(String, EPCCacheSpec, EPCPatternList, PersistentEPCCache, EPCCache.CacheContentObserver, String) - Constructor for class com.connecterra.ale.alevent.EPCCache
 
EPCCacheDataSpec - interface com.connecterra.alepc.api.EPCCacheDataSpec.
Specifies an EPC Cache data source for tag data to be written to a tag.
EPCCacheManager - interface com.connecterra.ale.alevent.EPCCacheManager.
 
EPCCacheReport - interface com.connecterra.alepc.api.EPCCacheReport.
Report issued to indicate that an EPC cache has reached a low-level reporting threshold.
EPCCacheSpec - interface com.connecterra.alepc.api.EPCCacheSpec.
A specification of an EPC cache.
EPCCacheSpecInfo - interface com.connecterra.alepc.api.EPCCacheSpecInfo.
Describes administrative information for an EPC cache.
EPCGLOBAL_ALE_1_0 - Static variable in class com.connecterra.ale.api.XMLSerializationSyntax
 
EPCPatterns - interface com.connecterra.alepc.api.EPCPatterns.
Simple value object that holds a list of EPC pattern URIs.
EngineALEFactory - class com.connecterra.ale.alevent.impl.EngineALEFactory.
 
EngineALEFactory() - Constructor for class com.connecterra.ale.alevent.impl.EngineALEFactory
 
EngineALEImpl - class com.connecterra.ale.alevent.EngineALEImpl.
This class implements the Applicaiton Level Events (ALE) processing engine.
EngineALEImpl(RawConfig, PersistenceManager, NotificationManager, ReaderManager, CompositeReaderManager, TriggerManager, AlarmClock, Logger, SubscriptionControls, SubscriptionControls, String) - Constructor for class com.connecterra.ale.alevent.EngineALEImpl
 
EngineALEPCFactory - class com.connecterra.ale.alevent.impl.EngineALEPCFactory.
 
EngineALEPCImpl - class com.connecterra.ale.alevent.EngineALEPCImpl.
 
EngineALEPCImpl(RawConfig, PersistenceManager, NotificationManager, ReaderManager, CompositeReaderManager, TriggerManager, AlarmClock, Logger, SubscriptionControls, SubscriptionControls, String) - Constructor for class com.connecterra.ale.alevent.EngineALEPCImpl
 
EngineAccessReport - class com.connecterra.ale.alevent.impl.EngineAccessReport.
 
EngineAccessReport(String) - Constructor for class com.connecterra.ale.alevent.impl.EngineAccessReport
 
EngineAccessReport(AccessReport) - Constructor for class com.connecterra.ale.alevent.impl.EngineAccessReport
 
EngineAccessSpec - class com.connecterra.ale.alevent.impl.EngineAccessSpec.
 
EngineECReportGroupListMemberMemory - class com.connecterra.ale.alevent.impl.EngineECReportGroupListMemberMemory.
 
EngineECReportGroupListMemberMemory(URI, long[]) - Constructor for class com.connecterra.ale.alevent.impl.EngineECReportGroupListMemberMemory
 
EngineECSpecInfo - class com.connecterra.ale.alevent.impl.EngineECSpecInfo.
 
EngineECSpecInfo() - Constructor for class com.connecterra.ale.alevent.impl.EngineECSpecInfo
 
EngineECSubscriptionControls - class com.connecterra.ale.alevent.impl.EngineECSubscriptionControls.
 
EngineECSubscriptionControls(int, long) - Constructor for class com.connecterra.ale.alevent.impl.EngineECSubscriptionControls
 
EngineEPCCacheDataSpec - class com.connecterra.ale.alevent.impl.EngineEPCCacheDataSpec.
 
EngineEPCCacheSpecInfo - class com.connecterra.ale.alevent.impl.EngineEPCCacheSpecInfo.
 
EngineEPCCacheSpecInfo() - Constructor for class com.connecterra.ale.alevent.impl.EngineEPCCacheSpecInfo
 
EngineEPCPatterns - class com.connecterra.ale.alevent.impl.EngineEPCPatterns.
 
EngineEPCPatterns() - Constructor for class com.connecterra.ale.alevent.impl.EngineEPCPatterns
 
EngineException - exception com.connecterra.ale.api.EngineException.
This exception is thrown when there is an internal failure within the ALE implementation.
EngineException() - Constructor for class com.connecterra.ale.api.EngineException
 
EngineException(String) - Constructor for class com.connecterra.ale.api.EngineException
 
EngineException(String, Throwable) - Constructor for class com.connecterra.ale.api.EngineException
 
EngineException(Throwable) - Constructor for class com.connecterra.ale.api.EngineException
 
EngineKillOpSpec - class com.connecterra.ale.alevent.impl.EngineKillOpSpec.
 
EngineKillOpSpec(DataSpec) - Constructor for class com.connecterra.ale.alevent.impl.EngineKillOpSpec
 
EngineLiteralDataSpec - class com.connecterra.ale.alevent.impl.EngineLiteralDataSpec.
 
EngineLockOpSpec - class com.connecterra.ale.alevent.impl.EngineLockOpSpec.
 
EngineLockOpSpec(URI, URI) - Constructor for class com.connecterra.ale.alevent.impl.EngineLockOpSpec
 
EngineOpReport - class com.connecterra.ale.alevent.impl.EngineOpReport.
 
EngineOpReport(PCStatus, URI, URI) - Constructor for class com.connecterra.ale.alevent.impl.EngineOpReport
 
EngineOpReport(PCStatus) - Constructor for class com.connecterra.ale.alevent.impl.EngineOpReport
 
EnginePCSpecInfo - class com.connecterra.ale.alevent.impl.EnginePCSpecInfo.
 
EnginePCSpecInfo() - Constructor for class com.connecterra.ale.alevent.impl.EnginePCSpecInfo
 
EnginePCSubscriptionControls - class com.connecterra.ale.alevent.impl.EnginePCSubscriptionControls.
 
EnginePCSubscriptionControls(int, long) - Constructor for class com.connecterra.ale.alevent.impl.EnginePCSubscriptionControls
 
EngineParamDataSpec - class com.connecterra.ale.alevent.impl.EngineParamDataSpec.
 
EnginePasswordOpSpec - class com.connecterra.ale.alevent.impl.EnginePasswordOpSpec.
 
EnginePasswordOpSpec(DataSpec) - Constructor for class com.connecterra.ale.alevent.impl.EnginePasswordOpSpec
 
EngineReadOpSpec - class com.connecterra.ale.alevent.impl.EngineReadOpSpec.
 
EngineTagReport - class com.connecterra.ale.alevent.impl.EngineTagReport.
 
EngineTagReport(URI, List) - Constructor for class com.connecterra.ale.alevent.impl.EngineTagReport
 
EngineWriteOpSpec - class com.connecterra.ale.alevent.impl.EngineWriteOpSpec.
 
EngineWriteOpSpec(URI, DataSpec) - Constructor for class com.connecterra.ale.alevent.impl.EngineWriteOpSpec
 
EventCycleDurationExpireObserver - interface com.connecterra.ale.alevent.EventCycleDurationExpireObserver.
 

F

FAILURE - Static variable in class com.connecterra.alepc.api.PCTerminationCondition
Indicates that the programming cycle was terminated due to a condition (such as multiple tags in field) for which retrying does not make sense.
fromString(String) - Static method in class com.connecterra.ale.api.XMLSerializationSyntax
Returns the XMLSerializationSyntax instance for the given string value.

G

get(String) - Method in class com.connecterra.ale.alevent.EngineALEImpl
 
get(String) - Method in class com.connecterra.ale.alevent.EngineALEPCImpl
 
get(String) - Method in interface com.connecterra.ale.api.ALE
Deprecated. Use ALE.getECSpec(java.lang.String)
get(String) - Method in class com.connecterra.ale.client.AxisALEClient
Deprecated.  
get(String) - Method in class com.connecterra.ale.client.SOAPALEClient
 
get(String) - Method in interface com.connecterra.alepc.api.ALEPC
Look up and return a previously defined programming cycle specification by name.
get(String) - Method in class com.connecterra.alepc.client.AxisALEPCClient
 
getALEFactory() - Method in class com.connecterra.ale.alevent.EngineALEImpl
 
getALEFactory() - Method in interface com.connecterra.ale.api.ALE
Returns a factory suitable for creating ALE objects to be used with this connection.
getALEFactory() - Method in class com.connecterra.ale.client.AxisALEClient
Deprecated. Returns an ALEFactory instance for use with this client stub.
getALEFactory() - Method in class com.connecterra.ale.client.SOAPALEClient
Returns an ALEFactory instance for use with this client stub.
getALEID() - Method in class com.connecterra.ale.alevent.EngineALEImpl
 
getALEID() - Method in class com.connecterra.ale.alevent.EngineALEPCImpl
 
getALEID() - Method in interface com.connecterra.ale.api.ALE
Gets the ID of this ALE server.
getALEID() - Method in interface com.connecterra.ale.api.ECReports
An Identifier for the deployed instance of the ALE implementation.
getALEID() - Method in class com.connecterra.ale.client.AxisALEClient
Deprecated.  
getALEID() - Method in class com.connecterra.ale.client.SOAPALEClient
 
getALEID() - Method in interface com.connecterra.alepc.api.ALEPC
Gets the ID of this ALE server.
getALEID() - Method in class com.connecterra.alepc.client.AxisALEPCClient
 
getALEPCFactory() - Method in class com.connecterra.alepc.client.AxisALEPCClient
Returns an ALEPCFactory instance for use with this client stub.
getAccessReports() - Method in interface com.connecterra.alepc.api.PCWriteReport
Gets the AccessReport objects associated with this PCSpec.
getAccessSpecs() - Method in interface com.connecterra.alepc.api.PCSpec
Return the list of access specs associated with this PCSpec.
getActivationCount() - Method in class com.connecterra.ale.alevent.impl.EngineECSpecInfo
 
getActivationCount() - Method in class com.connecterra.ale.alevent.impl.EngineEPCCacheSpecInfo
 
getActivationCount() - Method in class com.connecterra.ale.alevent.impl.EnginePCSpecInfo
 
getActivationCount() - Method in interface com.connecterra.ale.api.ECSpecInfo
Returns the number of times the event cycle for the ECSpec has been activated since it was defined.
getActivationCount() - Method in interface com.connecterra.alepc.api.EPCCacheSpecInfo
Returns the number of times an EPC value has been obtained from this EPC cache since it was defined.
getActivationCount() - Method in interface com.connecterra.alepc.api.PCSpecInfo
Returns the number of times the programming cycle for the PCSpec has been activated since it was defined.
getAllowedStringValues() - Static method in class com.connecterra.ale.api.XMLSerializationSyntax
Provides an array of allowed string representations of the XML Serialization Syntax.
getApplicationData() - Method in interface com.connecterra.ale.api.ECReport
Gets the application data String provided in the ECReportSpec for this report.
getApplicationData() - Method in interface com.connecterra.ale.api.ECReportSpec
Gets the application data String which will be returned in the report.
getApplicationData() - Method in interface com.connecterra.ale.api.ECReports
Gets the application data String provided in the ECSpec.
getApplicationData() - Method in interface com.connecterra.ale.api.ECSpec
Gets the application data String which will be returned in the ECReports.
getApplicationData() - Method in interface com.connecterra.alepc.api.EPCCacheReport
Gets the application data string provided in the EPCCacheSpec.
getApplicationData() - Method in interface com.connecterra.alepc.api.EPCCacheSpec
Gets the application data String which will be returned in EPCCacheReport instances.
getApplicationData() - Method in interface com.connecterra.alepc.api.PCSpec
Gets the application data String which will be returned in PCWriteReport instances.
getApplicationData() - Method in interface com.connecterra.alepc.api.PCWriteReport
Gets the application data string provided in the PCSpec, if any.
getCacheContent() - Method in class com.connecterra.ale.alevent.EPCCache
 
getCacheContent() - Method in class com.connecterra.ale.alevent.impl.EngineEPCCacheSpecInfo
 
getCacheContent() - Method in interface com.connecterra.alepc.api.EPCCacheReport
Describes the remaining content of the EPC cache.
getCacheContent() - Method in interface com.connecterra.alepc.api.EPCCacheSpecInfo
Gives the contents remaining in the EPC cache.
getCacheName() - Method in interface com.connecterra.alepc.api.EPCCacheReport
Returns the name of the reporting EPC cache.
getCacheName() - Method in interface com.connecterra.alepc.api.PCSpec
Returns the name of the EPC cache from which this programming cycle obtains EPC values for programming operations.
getCacheName() - Method in interface com.connecterra.alepc.api.PCWriteReport
Returns the PCSpec's EPC cache name attribute, if any.
getCacheSize() - Method in class com.connecterra.ale.alevent.impl.EngineEPCCacheSpecInfo
 
getCacheSize() - Method in class com.connecterra.ale.alevent.impl.EnginePCSpecInfo
 
getCacheSize() - Method in interface com.connecterra.alepc.api.EPCCacheReport
Indicates how many EPC cache entries remain.
getCacheSize() - Method in interface com.connecterra.alepc.api.EPCCacheSpecInfo
Tells how many entries remain in the EPC cache.
getCacheSize() - Method in interface com.connecterra.alepc.api.PCSpecInfo
Tells how many entries remain in the PCSpec's associated EPC cache.
getCacheSize() - Method in interface com.connecterra.alepc.api.PCWriteReport
Indicates how many EPC cache entries remain as of when the reporting programming cycle completed.
getConsecutiveFailureCount() - Method in interface com.connecterra.ale.api.ECSubscriptionInfo
Returns the number of failed notifications since the subscription or last successful notification.
getConsecutiveFailureCount() - Method in interface com.connecterra.alepc.api.PCSubscriptionInfo
Returns the number of failed notifications since the subscription or last successful notification.
getControls() - Method in interface com.connecterra.ale.api.ECSubscriptionInfo
Returns the controls for this subscription.
getControls() - Method in interface com.connecterra.alepc.api.PCSubscriptionInfo
Returns the controls for this subscription.
getCount() - Method in interface com.connecterra.ale.api.ECReport
Returns the total number of EPCs summed over all the groups included in this report
getCountReport(String) - Method in interface com.connecterra.ale.api.ECReports
Deprecated. Use ECReports.getReport(String)
getCountReports() - Method in interface com.connecterra.ale.api.ECReports
Deprecated. Use ECReports.getReports()
getDataSpec() - Method in class com.connecterra.ale.alevent.impl.EngineKillOpSpec
 
getDataSpec() - Method in class com.connecterra.ale.alevent.impl.EnginePasswordOpSpec
 
getDataSpec() - Method in class com.connecterra.ale.alevent.impl.EngineWriteOpSpec
 
getDataSpec() - Method in interface com.connecterra.alepc.api.KillOpSpec
Returns the DataSpec representing the method used to retrieve the kill password for this tag.
getDataSpec() - Method in interface com.connecterra.alepc.api.PasswordOpSpec
Returns the DataSpec representing the method used to retrieve the password for this tag.
getDataSpec() - Method in interface com.connecterra.alepc.api.WriteOpSpec
Returns the DataSpec representing the method used to retrieve the data to write to the tag.
getDate() - Method in interface com.connecterra.ale.api.ECReports
Gets the time the report was generated.
getDate() - Method in interface com.connecterra.alepc.api.EPCCacheReport
Gets the time the report was generated.
getDate() - Method in interface com.connecterra.alepc.api.PCWriteReport
Gets the time the report was generated.
getDuration() - Method in interface com.connecterra.ale.api.ECSpec
Deprecated. Use getDurartionMillis() or getDurationReadCycles()
getDuration() - Method in interface com.connecterra.alepc.api.PCSpec
Returns the maximum amount of time to run EPC writing trials before failing a programming cycle.
getDurationMillis() - Method in interface com.connecterra.ale.api.ECSpec
DurationMillis specifies the number of milliseconds to elapse prior to terminating the EventCycle.
getDurationReadCycles() - Method in interface com.connecterra.ale.api.ECSpec
DurationReadCycles specifies the number of read cycles to elapse prior to terminating the EventCycle.
getECSpec(String) - Method in class com.connecterra.ale.alevent.EngineALEImpl
 
getECSpec(String) - Method in interface com.connecterra.ale.api.ALE
Look up and return a previously defined event cycle specification by name.
getECSpec() - Method in interface com.connecterra.ale.api.ECReports
ECSpec used to generate the report.
getECSpec(String) - Method in class com.connecterra.ale.client.AxisALEClient
Deprecated.  
getECSpec(String) - Method in class com.connecterra.ale.client.SOAPALEClient
 
getECSpecInfo(String) - Method in class com.connecterra.ale.alevent.EngineALEImpl
 
getECSpecInfo(String) - Method in interface com.connecterra.ale.api.ALE
Returns administrative information about an event cycle specification.
getECSpecInfo(String) - Method in class com.connecterra.ale.client.AxisALEClient
Deprecated.  
getECSpecInfo(String) - Method in class com.connecterra.ale.client.SOAPALEClient
 
getECSpecNames() - Method in class com.connecterra.ale.alevent.EngineALEImpl
 
getECSpecNames() - Method in interface com.connecterra.ale.api.ALE
Returns a list of the names of all event cycle specifications currently defined.
getECSpecNames() - Method in class com.connecterra.ale.client.AxisALEClient
Deprecated.  
getECSpecNames() - Method in class com.connecterra.ale.client.SOAPALEClient
 
getECSubscriptionInfo(String, URI) - Method in class com.connecterra.ale.alevent.EngineALEImpl
 
getECSubscriptionInfo(String, URI) - Method in interface com.connecterra.ale.api.ALE
Returns administrative information about an event cycle subscriber.
getECSubscriptionInfo(String, URI) - Method in class com.connecterra.ale.client.AxisALEClient
Deprecated.  
getECSubscriptionInfo(String, URI) - Method in class com.connecterra.ale.client.SOAPALEClient
 
getEPC() - Method in class com.connecterra.ale.alevent.impl.EngineTagReport
 
getEPC() - Method in interface com.connecterra.ale.api.ECReportGroupListMember
Returns an EPC represented as a pure identity URI according to the EPCglobal Tag Data Specification (e.g.
getEPC() - Method in interface com.connecterra.alepc.api.PCWriteReport
Returns the EPC value that was written to the tag.
getEPC() - Method in interface com.connecterra.alepc.api.TagReport
Return the EPC this tag reported in the inventory round.
getEPCCache(String) - Method in class com.connecterra.ale.alevent.EngineALEPCImpl
 
getEPCCache() - Method in class com.connecterra.ale.alevent.impl.EngineEPCCacheDataSpec
 
getEPCCache(String) - Method in interface com.connecterra.alepc.api.ALEPC
Look up and return a previously defined EPC cache specification by name.
getEPCCache() - Method in interface com.connecterra.alepc.api.EPCCacheDataSpec
Returns the name of the associated EPC Cache.
getEPCCache(String) - Method in class com.connecterra.alepc.client.AxisALEPCClient
 
getEPCCacheObject(String) - Method in interface com.connecterra.ale.alevent.EPCCacheManager
 
getEPCCacheObject(String) - Method in class com.connecterra.ale.alevent.EngineALEPCImpl
 
getEPCCacheSpec() - Method in class com.connecterra.ale.alevent.EPCCache
 
getEPCCacheSpecInfo(String, boolean) - Method in class com.connecterra.ale.alevent.EngineALEPCImpl
 
getEPCCacheSpecInfo(String, boolean) - Method in interface com.connecterra.alepc.api.ALEPC
Returns adminstrative information about an EPC cache.
getEPCCacheSpecInfo(String, boolean) - Method in class com.connecterra.alepc.client.AxisALEPCClient
 
getEPCCacheSubscriptionInfo(String, URI) - Method in class com.connecterra.ale.alevent.EngineALEPCImpl
 
getEPCCacheSubscriptionInfo(String, URI) - Method in interface com.connecterra.alepc.api.ALEPC
Returns administrative information about an EPC cache subscription.
getEPCCacheSubscriptionInfo(String, URI) - Method in class com.connecterra.alepc.client.AxisALEPCClient
 
getEPCCount() - Method in class com.connecterra.ale.alevent.EPCCache
 
getEPCs() - Method in interface com.connecterra.ale.api.ECReport
Returns a list of EPCs for all groups contained in this report.
getEventCyclesCompletedCount() - Method in class com.connecterra.ale.alevent.EngineALEImpl
 
getExcludePatterns() - Method in interface com.connecterra.ale.api.ECReportSpec
Gets the list of EPC patterns which will be excluded in the report.
getFailedLogicalReaderNames() - Method in interface com.connecterra.ale.api.ECReports
Gets the list of logical readers which had some sort of failure during the event cycle which generated this report.
getFailedLogicalReaderNames() - Method in interface com.connecterra.alepc.api.PCWriteReport
Gets the list of logical readers which had some sort of failure during the programming cycle which generated this report.
getFailureInfo() - Method in interface com.connecterra.alepc.api.PCWriteReport
Returns additional information about the failure, if available.
getFailureLimitCount() - Method in class com.connecterra.ale.alevent.impl.EngineECSubscriptionControls
 
getFailureLimitCount() - Method in class com.connecterra.ale.alevent.impl.EnginePCSubscriptionControls
 
getFailureLimitCount() - Method in interface com.connecterra.ale.api.ECSubscriptionControls
Returns the maximum number of failed notification deliveries before a subscription is unsubscribed.
getFailureLimitCount() - Method in interface com.connecterra.alepc.api.PCSubscriptionControls
Returns the maximum number of failed notification deliveries before a subscription is unsubscribed.
getFailureLimitInterval() - Method in class com.connecterra.ale.alevent.impl.EngineECSubscriptionControls
 
getFailureLimitInterval() - Method in class com.connecterra.ale.alevent.impl.EnginePCSubscriptionControls
 
getFailureLimitInterval() - Method in interface com.connecterra.ale.api.ECSubscriptionControls
Returns the maximum interval of time in milliseconds notification delivery may fail before a subscription is unsubscribed.
getFailureLimitInterval() - Method in interface com.connecterra.alepc.api.PCSubscriptionControls
Returns the maximum interval of time in milliseconds notification delivery may fail before a subscription is unsubscribed.
getField() - Method in class com.connecterra.ale.alevent.impl.EngineECReportGroupListMemberMemory
 
getField() - Method in class com.connecterra.ale.alevent.impl.EngineOpReport
 
getField() - Method in class com.connecterra.ale.alevent.impl.EngineReadOpSpec
 
getField() - Method in class com.connecterra.ale.alevent.impl.EngineWriteOpSpec
 
getField() - Method in interface com.connecterra.ale.api.ECReportGroupListMemberMemory
Returns the URI specifying the location of this memory item within the tag.
getField() - Method in interface com.connecterra.alepc.api.OpReport
Returns the target field's memory URI if the operation worked on tag memory.
getField() - Method in interface com.connecterra.alepc.api.ReadOpSpec
Returns the URI representing the field to read.
getField() - Method in interface com.connecterra.alepc.api.WriteOpSpec
Returns the tag memory location URI representing the field to write to.
getGroup(String) - Method in interface com.connecterra.ale.api.ECReport
Return the ECReportGroup with matching name
getGroupCount() - Method in interface com.connecterra.ale.api.ECReportGroup
Return the count of EPCS in the group.
getGroupList() - Method in interface com.connecterra.ale.api.ECReportGroup
Return the list of EPCs in the group.
getGroupName() - Method in interface com.connecterra.ale.api.ECReportGroup
Return the group name, null if this is the default group
getGroupSpec() - Method in interface com.connecterra.ale.api.ECReportSpec
Returns the list of patterns that control grouping of EPCs.
getGroups() - Method in interface com.connecterra.ale.api.ECReport
Returns the list of ECReportGroup instances
getIncludeCacheContent() - Method in interface com.connecterra.alepc.api.EPCCacheSpec
Indicates whether EPCCacheReport instances should include a description of the current cache contents or just the count of the remaining cache entries.
getIncludeCount() - Method in interface com.connecterra.ale.api.ECReportSpec
If includeCount is true, each generated ECReportGroup instance will contain an EPC count.
getIncludeEPC() - Method in interface com.connecterra.ale.api.ECReportSpec
If includeEPC is true, the generated ECReportGroupListMember instances will include EPCs in Pure Identity format.
getIncludePatterns() - Method in interface com.connecterra.ale.api.ECReportSpec
Gets the list of EPC patterns which will be included in the report.
getIncludeRawDecimal() - Method in interface com.connecterra.ale.api.ECReportSpec
If includeRawDecimal is true, the generated ECReportGroupListMember instances will include EPCs in raw decimal format.
getIncludeRawHex() - Method in interface com.connecterra.ale.api.ECReportSpec
If includeRawHex is true, the generated ECReportGroupListMember instances will include EPCs in Raw Hexadecimal format.
getIncludeSpecInReports() - Method in interface com.connecterra.ale.api.ECSpec
If true, the corresponding ECReports instances will contain a copy of the original ECSpec that generated them.
getIncludeTag() - Method in interface com.connecterra.ale.api.ECReportSpec
If includeTag is true, the generated ECReportGroupListMember instances will include EPCs in Tag format.
getIncludedMemoryFields() - Method in interface com.connecterra.ale.api.ECReportSpec
Returns the list of URIs describing the tag regions to read in addition to the EPC.
getInstance() - Static method in class com.connecterra.ale.alevent.impl.EngineALEPCFactory
 
getInstance() - Static method in class com.connecterra.ale.encoding.XMLSerializationFactory
Deprecated. replaced with getInstance(syntax)
getInstance(XMLSerializationSyntax) - Static method in class com.connecterra.ale.encoding.XMLSerializationFactory
getInstance() uses reflection to access factories to avoid compile dependencies
getInstance() - Static method in class com.connecterra.alepc.encoding.PCXMLSerializationFactory
Returns an PCXMLSerializationFactory instance.
getLastActivated() - Method in class com.connecterra.ale.alevent.impl.EngineECSpecInfo
 
getLastActivated() - Method in class com.connecterra.ale.alevent.impl.EngineEPCCacheSpecInfo
 
getLastActivated() - Method in class com.connecterra.ale.alevent.impl.EnginePCSpecInfo
 
getLastActivated() - Method in interface com.connecterra.ale.api.ECSpecInfo
Returns the last time the event cycle for the ECSpec was activated.
getLastActivated() - Method in interface com.connecterra.alepc.api.EPCCacheSpecInfo
Returns the last time an EPC value was obtained from this EPC cache.
getLastActivated() - Method in interface com.connecterra.alepc.api.PCSpecInfo
Returns the last time the programming cycle for the PCSpec was activated.
getLastReplenished() - Method in class com.connecterra.ale.alevent.impl.EngineEPCCacheSpecInfo
 
getLastReplenished() - Method in interface com.connecterra.alepc.api.EPCCacheSpecInfo
Returns the last time this EPC cache was replenished.
getLastReported() - Method in class com.connecterra.ale.alevent.impl.EngineECSpecInfo
 
getLastReported() - Method in class com.connecterra.ale.alevent.impl.EngineEPCCacheSpecInfo
 
getLastReported() - Method in class com.connecterra.ale.alevent.impl.EnginePCSpecInfo
 
getLastReported() - Method in interface com.connecterra.ale.api.ECSpecInfo
Returns the last time a report was generated by the event cycle for the ECSpec.
getLastReported() - Method in interface com.connecterra.alepc.api.EPCCacheSpecInfo
Returns the last time a cache report was generated by this EPC cache.
getLastReported() - Method in interface com.connecterra.alepc.api.PCSpecInfo
Returns the last time a write report was generated by the programming cycle for the PCSpec.
getLastSuccessTime() - Method in interface com.connecterra.ale.api.ECSubscriptionInfo
Returns the absolute time in milliseconds, as from System.currentTimeMillis(), of the most recent successful notification.
getLastSuccessTime() - Method in interface com.connecterra.alepc.api.PCSubscriptionInfo
Returns the absolute time in milliseconds, as from System.currentTimeMillis(), of the most recent successful notification.
getListReport(String) - Method in interface com.connecterra.ale.api.ECReports
Deprecated. Use ECReports.getReport(String)
getListReports() - Method in interface com.connecterra.ale.api.ECReports
Deprecated. Use ECReports.getReports()
getLogicalReaderNames() - Method in interface com.connecterra.ale.api.ECSpec
Returns the list of logical reader names which will be queried as a part of this ECSpec.
getLogicalReaderNames() - Method in interface com.connecterra.alepc.api.PCSpec
Returns the list of logical reader names which will be used as a part of this PCSpec.
getMask() - Method in class com.connecterra.ale.alevent.impl.EngineLockOpSpec
 
getMask() - Method in interface com.connecterra.alepc.api.LockOpSpec
Return the URI representing the value to use for the mask in the lock request.
getMemoryItems() - Method in interface com.connecterra.ale.api.ECReportGroupListMember
Return the memory items read for this tag.
getName() - Method in class com.connecterra.ale.alevent.EPCCache
 
getName() - Method in class com.connecterra.ale.alevent.impl.EngineAccessReport
 
getName() - Method in class com.connecterra.ale.alevent.impl.EngineAccessSpec
 
getName() - Method in interface com.connecterra.ale.api.ECReport
Gets the name of this report
getName() - Method in interface com.connecterra.ale.api.ECReportSpec
Gets the name of the report.
getName() - Method in interface com.connecterra.alepc.api.AccessReport
Return the name of this access report, which matches the name of the AccessSpec which generated it.
getName() - Method in interface com.connecterra.alepc.api.AccessSpec
Return the name of this AccessSpec.
getOpReports() - Method in class com.connecterra.ale.alevent.impl.EngineTagReport
 
getOpReports() - Method in interface com.connecterra.alepc.api.TagReport
Return the list of OpReports, in order, that contain the results of each OpSpec in the associated AccessSpec.
getOpSpecs() - Method in class com.connecterra.ale.alevent.impl.EngineAccessSpec
 
getOpSpecs() - Method in interface com.connecterra.alepc.api.AccessSpec
Get the list of OpSpecs in this AccessSpec.
getOperationStatus() - Method in class com.connecterra.ale.alevent.impl.EngineOpReport
 
getOperationStatus() - Method in interface com.connecterra.alepc.api.OpReport
Returns the status of the associated operation
getPCSpecInfo(String) - Method in class com.connecterra.ale.alevent.EngineALEPCImpl
 
getPCSpecInfo(String) - Method in interface com.connecterra.alepc.api.ALEPC
Returns adminstrative information about a programming cycle specification.
getPCSpecInfo(String) - Method in class com.connecterra.alepc.client.AxisALEPCClient
 
getPCSpecNames() - Method in class com.connecterra.ale.alevent.impl.EngineEPCCacheSpecInfo
 
getPCSpecNames() - Method in interface com.connecterra.alepc.api.EPCCacheSpecInfo
Returns the names of the PCSpecs, if any, that are using this EPC cache.
getPCSubscriptionInfo(String, URI) - Method in class com.connecterra.ale.alevent.EngineALEPCImpl
 
getPCSubscriptionInfo(String, URI) - Method in interface com.connecterra.alepc.api.ALEPC
Returns administrative information about a programming cycle subscription.
getPCSubscriptionInfo(String, URI) - Method in class com.connecterra.alepc.client.AxisALEPCClient
 
getParamName() - Method in class com.connecterra.ale.alevent.impl.EngineParamDataSpec
 
getParamName() - Method in interface com.connecterra.alepc.api.ParamDataSpec
Return the parameter name to look up within the parameter list
getPatterns() - Method in class com.connecterra.ale.alevent.impl.EngineEPCPatterns
 
getPatterns() - Method in interface com.connecterra.alepc.api.EPCPatterns
Returns the list of EPC pattern URIs.
getPhysicalReaderNames() - Method in interface com.connecterra.ale.api.ECReports
Gets the list of physical readers which contributed to this report.
getPhysicalReaderNames() - Method in interface com.connecterra.alepc.api.PCWriteReport
Gets the list of physical readers which were involved in the programming cycle which generated this report.
getProgrammingCyclesCompletedCount() - Method in class com.connecterra.ale.alevent.EngineALEPCImpl
 
getRawDecimal() - Method in interface com.connecterra.ale.api.ECReportGroupListMember
Returns an EPC represented as a raw decimal URI according to the EPCglobal Tag Data Specification (e.g.
getRawHex() - Method in interface com.connecterra.ale.api.ECReportGroupListMember
Returns an EPC represented as a raw hexadecimal URI according to the EPCglobal ALE 1.0 Specification (e.g.
getReaderParameter(String) - Method in interface com.connecterra.alepc.api.PCSpec
Gets a parameter data value for the indicated parameter name.
getReaderParameters() - Method in interface com.connecterra.alepc.api.PCSpec
Returns a map whose key is the name of a reader parameter, and whose value is the reader parameter value.
getRepeatPeriod() - Method in interface com.connecterra.ale.api.ECSpec
Deprecated. Use getRepeatPeriodMillis.
getRepeatPeriodMillis() - Method in interface com.connecterra.ale.api.ECSpec
Gets the period in milliseconds from the beginning of one event cycle to the next.
getReplenishCount() - Method in class com.connecterra.ale.alevent.impl.EngineEPCCacheSpecInfo
 
getReplenishCount() - Method in interface com.connecterra.alepc.api.EPCCacheSpecInfo
Returns the number of times this EPC cache has been replenished since it was defined.
getReport(String) - Method in interface com.connecterra.ale.api.ECReports
Returns the ECReport with matching reportName, null if not found.
getReportIfEmpty() - Method in interface com.connecterra.ale.api.ECReportSpec
Returns true if the report should be generated even if it contains no EPCs, and false otherwise.
getReportOutputSpec() - Method in interface com.connecterra.ale.api.ECReportSpec
Deprecated. Use ECReportSpec.getIncludeCount(), ECReportSpec.getIncludeEPC(), ECReportSpec.getIncludeTag(), ECReportSpec.getIncludeRawHex(), ECReportSpec.getIncludeRawDecimal().
getReportSetSpec() - Method in interface com.connecterra.ale.api.ECReportSpec
Gets the set of EPCs which determine the report contents (current, additions, or deletions).
getReportSpec(String) - Method in interface com.connecterra.ale.api.ECSpec
Gets the specification which describe the report which will be generated with the given name by the event cycle for this ECSpec.
getReportSpecs() - Method in interface com.connecterra.ale.api.ECSpec
Gets all specifications which describe reports which will be generated by the event cycle for this ECSpec.
getReports() - Method in interface com.connecterra.ale.api.ECReports
Returns a list of ECReport
getSavantID() - Method in interface com.connecterra.ale.api.ECReports
Deprecated. Use ECReports.getALEID()
getSavantID() - Method in interface com.connecterra.alepc.api.EPCCacheReport
Gets an identifier for the edge server which generated this report.
getSavantID() - Method in interface com.connecterra.alepc.api.PCWriteReport
Gets an identifier for the edge server which generated this report.
getScheduler() - Method in class com.connecterra.ale.alevent.EngineALEImpl
 
getScheduler() - Method in class com.connecterra.ale.alevent.EngineALEPCImpl
 
getSchemaURL() - Method in interface com.connecterra.ale.api.ECReports
The URL where the schema used by the implementation may be retrieved.
getSpecName() - Method in interface com.connecterra.ale.api.ECReports
Gets the name of the ECSpec which described this report.
getSpecName() - Method in interface com.connecterra.alepc.api.PCWriteReport
Gets the name of the PCSpec which describes the just-completed programming cycle.
getStableCount() - Method in interface com.connecterra.ale.api.ECReportSpec
Returns the "stable count" for the report-level ECReportSpec.
getStableCount() - Method in interface com.connecterra.ale.api.ECSpec
Returns the "stable count" for the top-level ECSpec.
getStableFieldInterval() - Method in interface com.connecterra.ale.api.ECSpec
Deprecated. Use getStableSetIntervalMillis() or getStableSetIntervalReadCycles().
getStableSetIntervalMillis() - Method in interface com.connecterra.ale.api.ECSpec
Returns the "stable field interval" in milliseconds for this event cycle.
getStableSetIntervalReadCycles() - Method in interface com.connecterra.ale.api.ECSpec
Returns the "stable field interval" in read cycles for this event cycle.
getStandardVersion() - Method in class com.connecterra.ale.alevent.EngineALEImpl
 
getStandardVersion() - Method in interface com.connecterra.ale.api.ALE
Returns a string that identifies what version of the EPCglobal ALE standard that this implementation complies with.
getStandardVersion() - Method in class com.connecterra.ale.client.AxisALEClient
Deprecated.  
getStandardVersion() - Method in class com.connecterra.ale.client.SOAPALEClient
 
getStartTrigger() - Method in interface com.connecterra.ale.api.ECSpec
Gets the start trigger which will begin an event cycle.
getStartTrigger() - Method in interface com.connecterra.alepc.api.PCSpec
Gets the start trigger which will begin a programming cycle.
getStatus() - Method in interface com.connecterra.alepc.api.PCWriteReport
Gives the status of the programming cycle.
getStopOnError() - Method in class com.connecterra.ale.alevent.impl.EngineAccessSpec
 
getStopOnError() - Method in interface com.connecterra.alepc.api.AccessSpec
 
getStopTrigger() - Method in interface com.connecterra.ale.api.ECSpec
Gets the stop trigger which will end an event cycle.
getStopTrigger() - Method in interface com.connecterra.alepc.api.PCSpec
Gets the stop trigger which will abort a programming cycle.
getSubscriberCount() - Method in class com.connecterra.ale.alevent.impl.EngineECSpecInfo
 
getSubscriberCount() - Method in class com.connecterra.ale.alevent.impl.EngineEPCCacheSpecInfo
 
getSubscriberCount() - Method in class com.connecterra.ale.alevent.impl.EnginePCSpecInfo
 
getSubscriberCount() - Method in interface com.connecterra.ale.api.ECSpecInfo
Returns the number of URIs subscribed to an ECSpec.
getSubscriberCount() - Method in interface com.connecterra.alepc.api.EPCCacheSpecInfo
Returns the number of URIs subscribed to this EPC cache.
getSubscriberCount() - Method in interface com.connecterra.alepc.api.PCSpecInfo
Returns the number of URIs subscribed to a PCSpec.
getSubscribers(String) - Method in class com.connecterra.ale.alevent.EngineALEImpl
 
getSubscribers(String) - Method in interface com.connecterra.ale.api.ALE
Returns a list of URIs which are subscribed to asynchronous reports for the specified ECSpec name.
getSubscribers(String) - Method in class com.connecterra.ale.client.AxisALEClient
Deprecated.  
getSubscribers(String) - Method in class com.connecterra.ale.client.SOAPALEClient
 
getSuccessfulLogicalReaderName() - Method in interface com.connecterra.alepc.api.PCWriteReport
Identifies the logical reader that actually performed the successful tag write.
getSuccessfulPhysicalReaderName() - Method in interface com.connecterra.alepc.api.PCWriteReport
Identifies the physical reader that actually performed the successful tag write.
getTag() - Method in interface com.connecterra.ale.api.ECReportGroupListMember
Returns an EPC represented as a tag URI according to the EPCglobal Tag Data Specification (e.g.
getTagReports() - Method in class com.connecterra.ale.alevent.impl.EngineAccessReport
 
getTagReports() - Method in interface com.connecterra.alepc.api.AccessReport
Return the List of TagReport objects, one for each tag the AccessSpec operated on.
getTerminationCondition() - Method in interface com.connecterra.ale.api.ECReports
Gets the condition which terminated the event cycle activation.
getTerminationCondition() - Method in interface com.connecterra.alepc.api.PCWriteReport
Gets the condition which terminated the failed programming cycle activation.
getThreshold() - Method in interface com.connecterra.alepc.api.EPCCacheReport
Indicates the low-cache reporting threshold defined for the EPCCacheSpec.
getThreshold() - Method in interface com.connecterra.alepc.api.EPCCacheSpec
Gets the "EPC cache low" warning limit.
getTimeout() - Method in class com.connecterra.ale.client.AxisALEClient
Deprecated. Returns the network timeout duration (in milliseconds).
getTimeout() - Method in class com.connecterra.ale.client.SOAPALEClient
Returns the network timeout duration (in milliseconds).
getTimeout() - Method in class com.connecterra.alepc.client.AxisALEPCClient
Returns the network timeout duration (in milliseconds).
getTotalMilliseconds() - Method in interface com.connecterra.ale.api.ECReports
Gets the total time in milliseconds during which the event cycle was active.
getTotalMilliseconds() - Method in interface com.connecterra.alepc.api.PCWriteReport
Gets the total time in milliseconds during which the programming cycle was active.
getTotalReadCycles() - Method in interface com.connecterra.ale.api.ECReports
Gets the total number of read cycles for which the event cycle was active.
getTotalTrials() - Method in interface com.connecterra.alepc.api.PCWriteReport
Gets the total number of trials for which the programming cycle was active.
getTrials() - Method in interface com.connecterra.alepc.api.PCSpec
Gets the maximum number of EPC writing trials to run before failing a programming cycle.
getUnit() - Method in interface com.connecterra.ale.api.ECInterval
Deprecated.  
getValue() - Method in class com.connecterra.ale.alevent.impl.EngineECReportGroupListMemberMemory
 
getValue() - Method in class com.connecterra.ale.alevent.impl.EngineLiteralDataSpec
 
getValue() - Method in class com.connecterra.ale.alevent.impl.EngineLockOpSpec
 
getValue() - Method in class com.connecterra.ale.alevent.impl.EngineOpReport
 
getValue() - Method in interface com.connecterra.ale.api.ECInterval
Deprecated.  
getValue() - Method in interface com.connecterra.ale.api.ECReportGroupListMemberMemory
Returns the value stored in the referenced memory location on the tag.
getValue() - Method in interface com.connecterra.alepc.api.LiteralDataSpec
Return the literal value to use as data.
getValue() - Method in interface com.connecterra.alepc.api.LockOpSpec
Return the URI representing the value to use in the lock request.
getValue() - Method in interface com.connecterra.alepc.api.OpReport
Returns the contents of the target field, if the operation worked on tag memory.
getVendorVersion() - Method in class com.connecterra.ale.alevent.EngineALEImpl
 
getVendorVersion() - Method in interface com.connecterra.ale.api.ALE
Returns a string that identifies the vendor and version of the implementation.
getVendorVersion() - Method in class com.connecterra.ale.client.AxisALEClient
Deprecated.  
getVendorVersion() - Method in class com.connecterra.ale.client.SOAPALEClient
 
getXMLSerializationSyntax() - Method in interface com.connecterra.ale.api.ECSpec
 

H

hasCount() - Method in interface com.connecterra.ale.api.ECReport
Returns true if the ECReport contains a count of EPCs
hasCount() - Method in interface com.connecterra.ale.api.ECReportGroup
Returns true if the ECReportGroup contains a count of EPCs
hasList() - Method in interface com.connecterra.ale.api.ECReport
Returns true if the ECReport contains a list of EPCs
hasList() - Method in interface com.connecterra.ale.api.ECReportGroup
Returns true if the ECReportGroup contains a list of EPCs

I

INCOMPATIBLE_TAG_TYPE - Static variable in class com.connecterra.alepc.api.PCStatus
Indicates that the tag (or reader) is a of a type that is not compatible with the EPC value that was supplied to be written to the tag (for example, a 96-bit EPC written to a 64-bit tag).
ImmutableAccessSpec - class com.connecterra.ale.alevent.ImmutableAccessSpec.
 
ImmutableAccessSpec() - Constructor for class com.connecterra.ale.alevent.ImmutableAccessSpec
 
ImplementationException - exception com.connecterra.ale.api.ImplementationException.
This exception is thrown when there is an internal failure within the ALE implementation.
ImplementationException() - Constructor for class com.connecterra.ale.api.ImplementationException
 
ImplementationException(String) - Constructor for class com.connecterra.ale.api.ImplementationException
 
ImplementationException(String, Throwable) - Constructor for class com.connecterra.ale.api.ImplementationException
 
ImplementationException(Throwable) - Constructor for class com.connecterra.ale.api.ImplementationException
 
InvalidPatternsException - exception com.connecterra.alepc.api.InvalidPatternsException.
This exception is thrown by the ALEPC API methods which take a EPCPatterns argument if the EPCPatterns is invalid or unusable.
InvalidPatternsException() - Constructor for class com.connecterra.alepc.api.InvalidPatternsException
 
InvalidPatternsException(String) - Constructor for class com.connecterra.alepc.api.InvalidPatternsException
 
InvalidPatternsException(String, Throwable) - Constructor for class com.connecterra.alepc.api.InvalidPatternsException
 
InvalidPatternsException(Throwable) - Constructor for class com.connecterra.alepc.api.InvalidPatternsException
 
InvalidURIException - exception com.connecterra.ale.api.InvalidURIException.
This exception is thrown by the ALE API methods which take a URI argument if the URI has an invalid format, refers to an unimplemented scheme, has an invalid scheme-specific part, or is otherwise unusable by the implementation.
InvalidURIException() - Constructor for class com.connecterra.ale.api.InvalidURIException
 
InvalidURIException(String) - Constructor for class com.connecterra.ale.api.InvalidURIException
 
InvalidURIException(String, Throwable) - Constructor for class com.connecterra.ale.api.InvalidURIException
 
InvalidURIException(Throwable) - Constructor for class com.connecterra.ale.api.InvalidURIException
 
immediate(ECSpec) - Method in class com.connecterra.ale.alevent.EngineALEImpl
 
immediate(PCSpec, URI) - Method in class com.connecterra.ale.alevent.EngineALEPCImpl
 
immediate(PCSpec) - Method in class com.connecterra.ale.alevent.EngineALEPCImpl
 
immediate(PCSpec, Map) - Method in class com.connecterra.ale.alevent.EngineALEPCImpl
 
immediate(ECSpec) - Method in interface com.connecterra.ale.api.ALE
Immediately define an event cycle specification and activate it for one event cycle, synchronously returning a report.
immediate(ECSpec) - Method in class com.connecterra.ale.client.AxisALEClient
Deprecated.  
immediate(ECSpec) - Method in class com.connecterra.ale.client.SOAPALEClient
 
immediate(PCSpec, Map) - Method in interface com.connecterra.alepc.api.ALEPC
Immediately define a programming cycle specification and activate it for one programming cycle, synchronously returning a report.
immediate(PCSpec, URI) - Method in interface com.connecterra.alepc.api.ALEPC
Immediately define a programming cycle specification and activate it for one programming cycle, synchronously returning a report.
immediate(PCSpec) - Method in interface com.connecterra.alepc.api.ALEPC
Immediately define a programming cycle specification and activate it for one programming cycle, synchronously returning a report.
immediate(PCSpec) - Method in class com.connecterra.alepc.client.AxisALEPCClient
 
immediate(PCSpec, URI) - Method in class com.connecterra.alepc.client.AxisALEPCClient
 
immediate(PCSpec, Map) - Method in class com.connecterra.alepc.client.AxisALEPCClient
 
initialize() - Method in class com.connecterra.ale.alevent.EngineALEPCImpl
 
isEmpty() - Method in class com.connecterra.ale.alevent.impl.EngineAccessReport
 
isEssential() - Method in interface com.connecterra.ale.api.ECReportSpec
Returns true if the event cycle must not generate an ECReports object if this report is empty.
isRestrictSingleTag() - Method in interface com.connecterra.alepc.api.PCSpec
Returns true if this PCSpec should fail if multiple tags are in the field.
isSuccessful() - Method in class com.connecterra.alepc.api.PCStatus
Tells if this status value represents a successful programming cycle outcome.
isSuspended() - Method in class com.connecterra.ale.alevent.impl.EngineECSpecInfo
 
isSuspended() - Method in class com.connecterra.ale.alevent.impl.EnginePCSpecInfo
 
isSuspended() - Method in interface com.connecterra.ale.api.ECSpecInfo
Returns true if the ECSpec processing is suspended.
isSuspended() - Method in interface com.connecterra.alepc.api.PCSpecInfo
Returns true if the PCSpec processing is suspended.
isUsingCompositeReader(String) - Method in class com.connecterra.ale.alevent.EngineALEImpl
 
isUsingCompositeReader(String) - Method in class com.connecterra.ale.alevent.EngineALEPCImpl
 
isUsingLogicalReader(LogicalReader[]) - Method in class com.connecterra.ale.alevent.EngineALEImpl
 
isUsingLogicalReader(LogicalReader[]) - Method in class com.connecterra.ale.alevent.EngineALEPCImpl
 
isUsingTrigger(String) - Method in class com.connecterra.ale.alevent.EngineALEImpl
 
isUsingTrigger(String) - Method in class com.connecterra.ale.alevent.EngineALEPCImpl
 

K

KillOpSpec - interface com.connecterra.alepc.api.KillOpSpec.
Operation Spec representing a request to transition the tag into "killed" state.

L

LOCKED - Static variable in class com.connecterra.alepc.api.PCStatus
Indicates that the tag is locked and therefore cannot be programmed.
LiteralDataSpec - interface com.connecterra.alepc.api.LiteralDataSpec.
Specifies a static, literal value, as either data to be written to a tag, or a password to gain access a tag's capabilities.
LockOpSpec - interface com.connecterra.alepc.api.LockOpSpec.
Operation Spec representing a request to set the lock values on a tag.
listECSpecNames() - Method in class com.connecterra.ale.alevent.EngineALEImpl
 
listECSpecNames() - Method in interface com.connecterra.ale.api.ALE
Deprecated. Use ALE.getECSpecNames()
listECSpecNames() - Method in class com.connecterra.ale.client.AxisALEClient
Deprecated.  
listECSpecNames() - Method in class com.connecterra.ale.client.SOAPALEClient
 
listEPCCacheSpecNames() - Method in class com.connecterra.ale.alevent.EngineALEPCImpl
 
listEPCCacheSpecNames() - Method in interface com.connecterra.alepc.api.ALEPC
Returns a list of the names of all EPC caches currently defined.
listEPCCacheSpecNames() - Method in class com.connecterra.alepc.client.AxisALEPCClient
 
listEPCCacheSubscribers(String) - Method in class com.connecterra.ale.alevent.EngineALEPCImpl
 
listEPCCacheSubscribers(String) - Method in interface com.connecterra.alepc.api.ALEPC
Returns a list of URIs which are subscribed to asynchronous reports for the specified EPC cache name.
listEPCCacheSubscribers(String) - Method in class com.connecterra.alepc.client.AxisALEPCClient
 
listLogicalReaderNames() - Method in class com.connecterra.ale.alevent.EngineALEImpl
 
listLogicalReaderNames() - Method in class com.connecterra.ale.alevent.EngineALEPCImpl
 
listLogicalReaderNames() - Method in interface com.connecterra.ale.api.ALE
Returns a list of all logical reader names.
listLogicalReaderNames() - Method in class com.connecterra.ale.client.AxisALEClient
Deprecated.  
listLogicalReaderNames() - Method in class com.connecterra.ale.client.SOAPALEClient
 
listLogicalReaderNames() - Method in interface com.connecterra.alepc.api.ALEPC
Returns a list of all logical reader names.
listLogicalReaderNames() - Method in class com.connecterra.alepc.client.AxisALEPCClient
 
listPCSpecNames() - Method in class com.connecterra.ale.alevent.EngineALEPCImpl
 
listPCSpecNames() - Method in interface com.connecterra.alepc.api.ALEPC
Returns a list of the names of all programming cycle specifications currently defined.
listPCSpecNames() - Method in class com.connecterra.alepc.client.AxisALEPCClient
 
listSubscribers(String) - Method in class com.connecterra.ale.alevent.EngineALEImpl
 
listSubscribers(String) - Method in class com.connecterra.ale.alevent.EngineALEPCImpl
 
listSubscribers(String) - Method in interface com.connecterra.ale.api.ALE
Deprecated. Use ALE.getSubscribers(java.lang.String)
listSubscribers(String) - Method in class com.connecterra.ale.client.AxisALEClient
Deprecated.  
listSubscribers(String) - Method in class com.connecterra.ale.client.SOAPALEClient
 
listSubscribers(String) - Method in interface com.connecterra.alepc.api.ALEPC
Returns a list of URIs which are subscribed to asynchronous reports for the specified PCSpec name.
listSubscribers(String) - Method in class com.connecterra.alepc.client.AxisALEPCClient
 

M

MS - Static variable in class com.connecterra.ale.api.ECIntervalUnit
Deprecated.  
MULTIPLE_IN_FIELD - Static variable in class com.connecterra.alepc.api.PCStatus
Indicates that multiple tags were in the field of the programming cycle's reader(s).

N

NONE_IN_FIELD - Static variable in class com.connecterra.alepc.api.PCStatus
Indicates that no tags were in the field of the programming cycle's reader(s).
NOT_WRITTEN - Static variable in class com.connecterra.alepc.api.PCStatus
Indicates that the tag was not written (the verification readback yielded the original tag value).
NoSuchCacheException - exception com.connecterra.alepc.api.NoSuchCacheException.
This exception is thrown by the ALEPC API methods when a PCSpec to be defined references an EPC cache that does not exist.
NoSuchCacheException() - Constructor for class com.connecterra.alepc.api.NoSuchCacheException
 
NoSuchCacheException(String) - Constructor for class com.connecterra.alepc.api.NoSuchCacheException
 
NoSuchCacheException(String, Throwable) - Constructor for class com.connecterra.alepc.api.NoSuchCacheException
 
NoSuchCacheException(Throwable) - Constructor for class com.connecterra.alepc.api.NoSuchCacheException
 
NoSuchNameException - exception com.connecterra.ale.api.NoSuchNameException.
This exception is thrown by the ALE API methods which refer to an ECSpec by name if the name does not refer to any ECSpec.
NoSuchNameException() - Constructor for class com.connecterra.ale.api.NoSuchNameException
 
NoSuchNameException(String) - Constructor for class com.connecterra.ale.api.NoSuchNameException
 
NoSuchNameException(String, Throwable) - Constructor for class com.connecterra.ale.api.NoSuchNameException
 
NoSuchNameException(Throwable) - Constructor for class com.connecterra.ale.api.NoSuchNameException
 
NoSuchSpecException - exception com.connecterra.alepc.api.NoSuchSpecException.
This exception is thrown by the ALEPC API methods which take a PCSpec name argument if there is no such programming specification defined.
NoSuchSpecException() - Constructor for class com.connecterra.alepc.api.NoSuchSpecException
 
NoSuchSpecException(String) - Constructor for class com.connecterra.alepc.api.NoSuchSpecException
 
NoSuchSpecException(String, Throwable) - Constructor for class com.connecterra.alepc.api.NoSuchSpecException
 
NoSuchSpecException(Throwable) - Constructor for class com.connecterra.alepc.api.NoSuchSpecException
 
NoSuchSubscriberException - exception com.connecterra.ale.api.NoSuchSubscriberException.
This exception is thrown by the ALE API unsubscribe method if the URI does not refer to an existing subscription.
NoSuchSubscriberException() - Constructor for class com.connecterra.ale.api.NoSuchSubscriberException
 
NoSuchSubscriberException(String) - Constructor for class com.connecterra.ale.api.NoSuchSubscriberException
 
NoSuchSubscriberException(String, Throwable) - Constructor for class com.connecterra.ale.api.NoSuchSubscriberException
 
NoSuchSubscriberException(Throwable) - Constructor for class com.connecterra.ale.api.NoSuchSubscriberException
 

O

OpReport - interface com.connecterra.alepc.api.OpReport.
The result of a single operation on a tag.
OpSpec - interface com.connecterra.alepc.api.OpSpec.
The superclass for the operation specs that can be included in an AccessSpec.

P

PCSpec - interface com.connecterra.alepc.api.PCSpec.
A specification of an EPC Programming Cycle.
PCSpecInfo - interface com.connecterra.alepc.api.PCSpecInfo.
Describes administrative information for a programming cycle specification.
PCSpecValidationException - exception com.connecterra.alepc.api.PCSpecValidationException.
This exception is thrown by the ALEPC API methods which take an PCSpec argument if the spec is invalid.
PCSpecValidationException() - Constructor for class com.connecterra.alepc.api.PCSpecValidationException
 
PCSpecValidationException(String) - Constructor for class com.connecterra.alepc.api.PCSpecValidationException
 
PCSpecValidationException(String, Throwable) - Constructor for class com.connecterra.alepc.api.PCSpecValidationException
 
PCSpecValidationException(Throwable) - Constructor for class com.connecterra.alepc.api.PCSpecValidationException
 
PCStatus - class com.connecterra.alepc.api.PCStatus.
This is a type-safe enum which represents the conditions under which a programming cycle can fail.
PCSubscriptionControls - interface com.connecterra.alepc.api.PCSubscriptionControls.
Describes information pertaining to handling of notification delivery failure.
PCSubscriptionInfo - interface com.connecterra.alepc.api.PCSubscriptionInfo.
Describes administrative information for an event cycle specification.
PCTerminationCondition - class com.connecterra.alepc.api.PCTerminationCondition.
This is a type-safe enum which represents the conditions which can cause a programming cycle to terminate with a failure.
PCWriteReport - interface com.connecterra.alepc.api.PCWriteReport.
Interface for reports issued when a programming cycle completes an EPC writing operation.
PCXMLDeserializer - interface com.connecterra.alepc.encoding.PCXMLDeserializer.
Provides a facility for importing ALEPC API complex types from XML.
PCXMLDeserializerException - exception com.connecterra.alepc.encoding.PCXMLDeserializerException.
An exception thrown when any error occurs during deserialization.
PCXMLDeserializerException() - Constructor for class com.connecterra.alepc.encoding.PCXMLDeserializerException
Default constructor.
PCXMLDeserializerException(String) - Constructor for class com.connecterra.alepc.encoding.PCXMLDeserializerException
Constructor with additional info parameter.
PCXMLDeserializerException(String, Throwable) - Constructor for class com.connecterra.alepc.encoding.PCXMLDeserializerException
Constructor with additional info parameter and cause parameter.
PCXMLDeserializerException(Throwable) - Constructor for class com.connecterra.alepc.encoding.PCXMLDeserializerException
Constructor with cause parameter.
PCXMLSerializationFactory - class com.connecterra.alepc.encoding.PCXMLSerializationFactory.
A factory for creating PCXMLSerializer and PCXMLDeserializer interfaces.
PCXMLSerializationFactory() - Constructor for class com.connecterra.alepc.encoding.PCXMLSerializationFactory
 
PCXMLSerializer - interface com.connecterra.alepc.encoding.PCXMLSerializer.
Provides a facility for exporting ALEPC API complex types as XML.
PCXMLSerializerException - exception com.connecterra.alepc.encoding.PCXMLSerializerException.
An exception thrown when any error occurs during serialization.
PCXMLSerializerException() - Constructor for class com.connecterra.alepc.encoding.PCXMLSerializerException
Default constructor.
PCXMLSerializerException(String) - Constructor for class com.connecterra.alepc.encoding.PCXMLSerializerException
Constructor with additional info parameter.
PCXMLSerializerException(String, Throwable) - Constructor for class com.connecterra.alepc.encoding.PCXMLSerializerException
Constructor with additional info parameter and cause parameter.
PCXMLSerializerException(Throwable) - Constructor for class com.connecterra.alepc.encoding.PCXMLSerializerException
Constructor with cause parameter.
ParamDataSpec - interface com.connecterra.alepc.api.ParamDataSpec.
Specifies a parameterized value, either retrieved from the PCSpec reader parameters or from the parameters provided in an ALEPC immediate or poll call.
PasswordOpSpec - interface com.connecterra.alepc.api.PasswordOpSpec.
Operation Spec representing a request to move the tag into "secured" state.
poll(String) - Method in class com.connecterra.ale.alevent.EngineALEImpl
 
poll(String, URI) - Method in class com.connecterra.ale.alevent.EngineALEPCImpl
 
poll(String) - Method in class com.connecterra.ale.alevent.EngineALEPCImpl
 
poll(String, Map) - Method in class com.connecterra.ale.alevent.EngineALEPCImpl
 
poll(String) - Method in interface com.connecterra.ale.api.ALE
Activates a previously defined event cycle specification for one event cycle, synchronously returning a report.
poll(String) - Method in class com.connecterra.ale.client.AxisALEClient
Deprecated.  
poll(String) - Method in class com.connecterra.ale.client.SOAPALEClient
 
poll(String, Map) - Method in interface com.connecterra.alepc.api.ALEPC
Activates a previously defined programming cycle specification for one programming cycle, synchronously returning a report.
poll(String, URI) - Method in interface com.connecterra.alepc.api.ALEPC
Activates a previously defined programming cycle specification for one programming cycle, synchronously returning a report.
poll(String) - Method in interface com.connecterra.alepc.api.ALEPC
Activates a previously defined programming cycle specification for one programming cycle, synchronously returning a report.
poll(String) - Method in class com.connecterra.alepc.client.AxisALEPCClient
 
poll(String, URI) - Method in class com.connecterra.alepc.client.AxisALEPCClient
 
poll(String, Map) - Method in class com.connecterra.alepc.client.AxisALEPCClient
 

R

READER_BUSY - Static variable in class com.connecterra.alepc.api.PCStatus
Indicates that one or more of the programming cycle's readers is already in use by a programming cycle or by an event cycle.
READER_ERROR - Static variable in class com.connecterra.alepc.api.PCStatus
Indicates that one or more of the programming cycle's readers has some kind of problem.
READ_CYCLE - Static variable in class com.connecterra.ale.api.ECIntervalUnit
Deprecated.  
READ_ONLY - Static variable in class com.connecterra.alepc.api.PCStatus
Indicates that the tag is a read-only type and therefore cannot be programmed.
RFTAGAWARE_1_1 - Static variable in class com.connecterra.ale.api.XMLSerializationSyntax
 
ReadOpSpec - interface com.connecterra.alepc.api.ReadOpSpec.
Operation Spec representing a request to read data from a tag.
receiveNotify(URI, URI) - Method in interface com.connecterra.ale.alevent.EventCycleDurationExpireObserver
Notify the observer the duration expires first before a stop trigger
redefine(String, ECSpec) - Method in class com.connecterra.ale.alevent.EngineALEImpl
 
redefine(String, PCSpec) - Method in class com.connecterra.ale.alevent.EngineALEPCImpl
 
redefine(String, ECSpec) - Method in interface com.connecterra.ale.api.ALE
Replace the ECSpec having the specified name with a new ECSpec.
redefine(String, ECSpec) - Method in class com.connecterra.ale.client.AxisALEClient
Deprecated.  
redefine(String, ECSpec) - Method in class com.connecterra.ale.client.SOAPALEClient
 
redefine(String, PCSpec) - Method in interface com.connecterra.alepc.api.ALEPC
Replace the PCSpec for a programming cycle with a new PCSpec.
redefine(String, PCSpec) - Method in class com.connecterra.alepc.client.AxisALEPCClient
 
redefineEPCCache(String, EPCCacheSpec) - Method in class com.connecterra.ale.alevent.EngineALEPCImpl
 
redefineEPCCache(String, EPCCacheSpec) - Method in interface com.connecterra.alepc.api.ALEPC
Replace the EPCCacheSpec having the specified name with a new EPCCacheSpec.
redefineEPCCache(String, EPCCacheSpec) - Method in class com.connecterra.alepc.client.AxisALEPCClient
 
redefineSpec(EPCCacheSpec) - Method in class com.connecterra.ale.alevent.EPCCache
 
redefinedCompositeReader(String) - Method in class com.connecterra.ale.alevent.EngineALEImpl
Notification method called whenever the ALE Configuration API is used to define, redefine, or undefine composite readers.
redefinedCompositeReader(String) - Method in class com.connecterra.ale.alevent.EngineALEPCImpl
Notification method called whenever the ALE Configuration API is used to define, redefine, or undefine composite readers.
redefinedLogicalReaders(LogicalReader[], LogicalReader[]) - Method in class com.connecterra.ale.alevent.EngineALEImpl
Notification method called whenever the ALE Configuration API is used to define, redefine, or undefine logical readers (via defining, redefining, or undefining a physical reader).
redefinedLogicalReaders(LogicalReader[], LogicalReader[]) - Method in class com.connecterra.ale.alevent.EngineALEPCImpl
Notification method called whenever the ALE Configuration API is used to define, redefine, or undefine logical readers (via defining, redefining, or undefining a physical reader).
redefinedTrigger(String, TriggerDriver, TriggerDriver) - Method in class com.connecterra.ale.alevent.EngineALEImpl
 
redefinedTrigger(String, TriggerDriver, TriggerDriver) - Method in class com.connecterra.ale.alevent.EngineALEPCImpl
 
removeFirst() - Method in class com.connecterra.ale.alevent.EPCCache
Called when a programming cycle needs to obtain an EPC value for a tag programming operation.
removeInfoObserver(CacheInfoObserver) - Method in class com.connecterra.ale.alevent.EPCCache
 
replenish(List) - Method in class com.connecterra.ale.alevent.EPCCache
Called when the ALEPC API is used to create and/or replenish an EPC cache.
replenishEPCCache(String, EPCPatterns) - Method in class com.connecterra.ale.alevent.EngineALEPCImpl
 
replenishEPCCache(String, List) - Method in class com.connecterra.ale.alevent.EngineALEPCImpl
 
replenishEPCCache(String, EPCPatterns) - Method in interface com.connecterra.alepc.api.ALEPC
Appends a set of EPC pattern URIs to the indicated EPC cache.
replenishEPCCache(String, EPCPatterns) - Method in class com.connecterra.alepc.client.AxisALEPCClient
 
reportOnlyOnChange() - Method in interface com.connecterra.ale.api.ECReportSpec
If reportOnlyOnChange is true, the ECReport is generated only if the set of EPCs, is different from the previous event cycle's set.
request(CacheObserver) - Method in class com.connecterra.ale.alevent.EPCCache
 

S

SOAPALEClient - class com.connecterra.ale.client.SOAPALEClient.
A concrete implementation of the ALE interface that accesses a remote RFTagAware Edge server using the SOAP protocol.
SOAPALEClient(URL) - Constructor for class com.connecterra.ale.client.SOAPALEClient
Constructs a new ALE client stub for accessing a remote edge server having a specified URL for its SOAP interface.
STABLE_FIELD - Static variable in class com.connecterra.ale.api.ECTerminationCondition
Deprecated. Use ECTerminationCondition.STABLE_SET
STABLE_SET - Static variable in class com.connecterra.ale.api.ECTerminationCondition
 
STABLE_SET - Static variable in class com.connecterra.alepc.api.PCTerminationCondition
Indicates that the programming cycle was terminated because the set of tags in field stabilized
SUCCESSFUL - Static variable in class com.connecterra.alepc.api.PCStatus
Indicates that the programming cycle completed successfully.
serialize(ECSpec, boolean) - Method in interface com.connecterra.ale.encoding.XMLSerializer
Serializes the specified ECSpec as XML, and returns the result as a string.
serialize(ECSpec, Writer, boolean) - Method in interface com.connecterra.ale.encoding.XMLSerializer
Serializes the specified ECSpec as XML, writing the result to the specified Writer.
serialize(ECSpecInfo, boolean) - Method in interface com.connecterra.ale.encoding.XMLSerializer
Serializes the specified ECSpecInfo as XML, and returns the result as a string.
serialize(ECSpecInfo, Writer, boolean) - Method in interface com.connecterra.ale.encoding.XMLSerializer
Serializes the specified ECSpecInfo as XML, writing the result to the specified Writer.
serialize(ECReports, boolean) - Method in interface com.connecterra.ale.encoding.XMLSerializer
Serializes the specified ECReports as XML, and returns the result as a string.
serialize(ECReports, Writer, boolean) - Method in interface com.connecterra.ale.encoding.XMLSerializer
Serializes the specified ECReports as XML, writing the result to the specified Writer.
serialize(ECSubscriptionControls, boolean) - Method in interface com.connecterra.ale.encoding.XMLSerializer
Serializes the specified ECSubscriptionControls as XML, and returns the result as a string.
serialize(ECSubscriptionControls, Writer, boolean) - Method in interface com.connecterra.ale.encoding.XMLSerializer
Serializes the specified ECSubscriptionControls as XML, writing the result to the specified Writer.
serialize(ECSubscriptionInfo, boolean) - Method in interface com.connecterra.ale.encoding.XMLSerializer
Serializes the specified ECSubscriptionInfo as XML, and returns the result as a string.
serialize(ECSubscriptionInfo, Writer, boolean) - Method in interface com.connecterra.ale.encoding.XMLSerializer
Serializes the specified ECSubscriptionInfo as XML, writing the result to the specified Writer.
serialize(PCSpec, boolean) - Method in interface com.connecterra.alepc.encoding.PCXMLSerializer
Serializes the specified PCSpec as XML, and returns the result as a string.
serialize(PCSpec, Writer, boolean) - Method in interface com.connecterra.alepc.encoding.PCXMLSerializer
Serializes the specified PCSpec as XML, writing the result to the specified Writer.
serialize(PCSpecInfo, boolean) - Method in interface com.connecterra.alepc.encoding.PCXMLSerializer
Serializes the specified PCSpecInfo as XML, and returns the result as a string.
serialize(PCSpecInfo, Writer, boolean) - Method in interface com.connecterra.alepc.encoding.PCXMLSerializer
Serializes the specified PCSpecInfo as XML, writing the result to the specified Writer.
serialize(EPCCacheSpec, boolean) - Method in interface com.connecterra.alepc.encoding.PCXMLSerializer
Serializes the specified EPCCacheSpec as XML, and returns the result as a string.
serialize(EPCCacheSpec, Writer, boolean) - Method in interface com.connecterra.alepc.encoding.PCXMLSerializer
Serializes the specified EPCCacheSpec as XML, writing the result to the specified Writer.
serialize(EPCCacheSpecInfo, boolean) - Method in interface com.connecterra.alepc.encoding.PCXMLSerializer
Serializes the specified EPCCacheSpecInfo as XML, and returns the result as a string.
serialize(EPCCacheSpecInfo, Writer, boolean) - Method in interface com.connecterra.alepc.encoding.PCXMLSerializer
Serializes the specified EPCCacheSpecInfo as XML, writing the result to the specified Writer.
serialize(PCWriteReport, boolean) - Method in interface com.connecterra.alepc.encoding.PCXMLSerializer
Serializes the specified PCWriteReport as XML, and returns the result as a string.
serialize(PCWriteReport, Writer, boolean) - Method in interface com.connecterra.alepc.encoding.PCXMLSerializer
Serializes the specified PCWriteReport as XML, writing the result to the specified Writer.
serialize(EPCCacheReport, boolean) - Method in interface com.connecterra.alepc.encoding.PCXMLSerializer
Serializes the specified EPCCacheReport as XML, and returns the result as a string.
serialize(EPCCacheReport, Writer, boolean) - Method in interface com.connecterra.alepc.encoding.PCXMLSerializer
Serializes the specified EPCCacheReport as XML, writing the result to the specified Writer.
serialize(EPCPatterns, boolean) - Method in interface com.connecterra.alepc.encoding.PCXMLSerializer
Serializes the specified EPCPatterns as XML, and returns the result as a string.
serialize(EPCPatterns, Writer, boolean) - Method in interface com.connecterra.alepc.encoding.PCXMLSerializer
Serializes the specified EPCPatterns as XML, writing the result to the specified Writer.
serialize(PCSubscriptionControls, boolean) - Method in interface com.connecterra.alepc.encoding.PCXMLSerializer
Serializes the specified PCSubscriptionControls as XML, and returns the result as a string.
serialize(PCSubscriptionControls, Writer, boolean) - Method in interface com.connecterra.alepc.encoding.PCXMLSerializer
Serializes the specified PCSubscriptionControls as XML, writing the result to the specified Writer.
serialize(PCSubscriptionInfo, boolean) - Method in interface com.connecterra.alepc.encoding.PCXMLSerializer
Serializes the specified PCSubscriptionInfo as XML, and returns the result as a string.
serialize(PCSubscriptionInfo, Writer, boolean) - Method in interface com.connecterra.alepc.encoding.PCXMLSerializer
Serializes the specified PCSubscriptionInfo as XML, writing the result to the specified Writer.
setAccessSpecs(List) - Method in interface com.connecterra.alepc.api.PCSpec
Set the list of access specs associated with this PCSpec.
setActivationCount(int) - Method in class com.connecterra.ale.alevent.impl.EngineECSpecInfo
 
setActivationCount(int) - Method in class com.connecterra.ale.alevent.impl.EngineEPCCacheSpecInfo
 
setActivationCount(int) - Method in class com.connecterra.ale.alevent.impl.EnginePCSpecInfo
 
setApplicationData(String) - Method in interface com.connecterra.ale.api.ECReportSpec
Gets the application data String which will be returned in the report.
setApplicationData(String) - Method in interface com.connecterra.ale.api.ECSpec
Gets the application data String which will be returned in the ECReports.
setApplicationData(String) - Method in interface com.connecterra.alepc.api.EPCCacheSpec
Sets the application data String which will be returned in EPCCacheReport instances.
setApplicationData(String) - Method in interface com.connecterra.alepc.api.PCSpec
Sets the application data String which will be returned in PCWriteReport instances.
setCacheContent(EPCPatterns) - Method in class com.connecterra.ale.alevent.impl.EngineEPCCacheSpecInfo
 
setCacheName(String) - Method in interface com.connecterra.alepc.api.PCSpec
Specifies the name of an EPC cache from which this programming cycle obtains EPC values for programming operations.
setCacheSize(long) - Method in class com.connecterra.ale.alevent.impl.EngineEPCCacheSpecInfo
 
setCacheSize(long) - Method in class com.connecterra.ale.alevent.impl.EnginePCSpecInfo
 
setDuration(ECInterval) - Method in interface com.connecterra.ale.api.ECSpec
Deprecated. Use setDurationMillis() or setDurationReadCycles()
setDuration(long) - Method in interface com.connecterra.alepc.api.PCSpec
Sets the maximum amount of time to run EPC writing trials before failing a programming cycle.
setDurationMillis(long) - Method in interface com.connecterra.ale.api.ECSpec
DurationMillis specifies the number of milliseconds to elapse prior to terminating the EventCycle.
setDurationReadCycles(int) - Method in interface com.connecterra.ale.api.ECSpec
DurationReadCycles specifies the number of read cycles to elapse prior to terminating the EventCycle.
setExcludePatterns(List) - Method in interface com.connecterra.ale.api.ECReportSpec
Sets the list of EPC patterns which will be excluded in the report.
setGroupSpec(List) - Method in interface com.connecterra.ale.api.ECReportSpec
Returns the list of URI patterns that controll grouping
setIncludeCacheContent(boolean) - Method in interface com.connecterra.alepc.api.EPCCacheSpec
Determines whether the EPCCacheReport notifications should include a description of the current cache contents or just the count of the remaining cache entries.
setIncludeCount(boolean) - Method in interface com.connecterra.ale.api.ECReportSpec
If includeCount is true, each generated ECReportGroup instance will contain an EPC count.
setIncludeEPC(boolean) - Method in interface com.connecterra.ale.api.ECReportSpec
If includeEPC is true, the generated ECReportGroupListMember instances will include EPCs in Pure Identity format.
setIncludePatterns(List) - Method in interface com.connecterra.ale.api.ECReportSpec
Sets the list of EPC patterns which will be included in the report.
setIncludeRawDecimal(boolean) - Method in interface com.connecterra.ale.api.ECReportSpec
If includeRawDecimal is true, the generated ECReportGroupListMember instances will include EPCs in raw decimal format.
setIncludeRawHex(boolean) - Method in interface com.connecterra.ale.api.ECReportSpec
If includeRawHex is true, the generated ECReportGroupListMember instances will include EPCs in Raw Hexadecimal format.
setIncludeSpecInReports(boolean) - Method in interface com.connecterra.ale.api.ECSpec
If true, the corresponding ECReports instances will contain a copy of the original ECSpec that generated them.
setIncludeTag(boolean) - Method in interface com.connecterra.ale.api.ECReportSpec
If includeTag is true, the generated ECReportGroupListMember instances will include EPCs in Tag format.
setIncludedMemoryFields(List) - Method in interface com.connecterra.ale.api.ECReportSpec
Set the list of URIs describing the tag regions to read in addition to the EPC.
setInfo(int, long, int, long, long) - Method in class com.connecterra.ale.alevent.EPCCache
 
setIsEssential(boolean) - Method in interface com.connecterra.ale.api.ECReportSpec
If set to true, the event cycle will not generate an ECReports object if this report is empty.
setIsSuspended(boolean) - Method in class com.connecterra.ale.alevent.impl.EnginePCSpecInfo
 
setLastActivated(long) - Method in class com.connecterra.ale.alevent.impl.EngineECSpecInfo
 
setLastActivated(long) - Method in class com.connecterra.ale.alevent.impl.EngineEPCCacheSpecInfo
 
setLastActivated(long) - Method in class com.connecterra.ale.alevent.impl.EnginePCSpecInfo
 
setLastReplenished(long) - Method in class com.connecterra.ale.alevent.impl.EngineEPCCacheSpecInfo
 
setLastReported(long) - Method in class com.connecterra.ale.alevent.impl.EngineECSpecInfo
 
setLastReported(long) - Method in class com.connecterra.ale.alevent.impl.EngineEPCCacheSpecInfo
 
setLastReported(long) - Method in class com.connecterra.ale.alevent.impl.EnginePCSpecInfo
 
setLogicalReaderNames(List) - Method in interface com.connecterra.ale.api.ECSpec
Sets the list of logical reader names which will be queried as a part of this ECSpec.
setLogicalReaderNames(List) - Method in interface com.connecterra.alepc.api.PCSpec
Sets the list of logical reader names which will be used as a part of this PCSpec.
setName(String) - Method in class com.connecterra.ale.alevent.ImmutableAccessSpec
 
setName(String) - Method in class com.connecterra.ale.alevent.impl.EngineAccessSpec
 
setName(String) - Method in interface com.connecterra.ale.api.ECReportSpec
Sets the name of the report.
setName(String) - Method in interface com.connecterra.alepc.api.AccessSpec
Set the name of this AccessSpec.
setOpSpecs(List) - Method in class com.connecterra.ale.alevent.ImmutableAccessSpec
 
setOpSpecs(List) - Method in class com.connecterra.ale.alevent.impl.EngineAccessSpec
 
setOpSpecs(List) - Method in interface com.connecterra.alepc.api.AccessSpec
Set the list of OpSpecs in this AccessSpec.
setPCSpecNames(List) - Method in class com.connecterra.ale.alevent.impl.EngineEPCCacheSpecInfo
 
setReaderParameter(String, String) - Method in interface com.connecterra.alepc.api.PCSpec
Sets a parameter data value for the indicated parameter name.
setReaderParameters(Map) - Method in interface com.connecterra.alepc.api.PCSpec
Sets the mapping between reader parameter names and reader parameter values.
setRepeatPeriod(ECInterval) - Method in interface com.connecterra.ale.api.ECSpec
Deprecated. Use setRepeatPeriodMillis().
setRepeatPeriodMillis(long) - Method in interface com.connecterra.ale.api.ECSpec
Sets the period in milliseconds from the beginning of one event cycle to the next.
setReplenishCount(int) - Method in class com.connecterra.ale.alevent.impl.EngineEPCCacheSpecInfo
 
setReportIfEmpty(boolean) - Method in interface com.connecterra.ale.api.ECReportSpec
If set to true, the report should be generated even if it contains no EPCs.
setReportOnlyOnChange(boolean) - Method in interface com.connecterra.ale.api.ECReportSpec
If reportOnlyOnChange is true, the ECReport is generated only if the set of EPCs, is different from the previous event cycle's set.
setReportOutputSpec(ECReportOutputSpec) - Method in interface com.connecterra.ale.api.ECReportSpec
Deprecated. Use ECReportSpec.setIncludeCount(boolean), ECReportSpec.setIncludeEPC(boolean), ECReportSpec.setIncludeTag(boolean), ECReportSpec.setIncludeRawHex(boolean), ECReportSpec.setIncludeRawDecimal(boolean).
setReportSetSpec(ECReportSetSpec) - Method in interface com.connecterra.ale.api.ECReportSpec
Sets the set of EPCs which determine the report contents (current, additions, or deletions).
setReportSpecs(List) - Method in interface com.connecterra.ale.api.ECSpec
Sets the list of specifications which describe the reports which will be generated by the event cycle for this ECSpec.
setRestrictSingleTag(boolean) - Method in interface com.connecterra.alepc.api.PCSpec
Sets the flag whether this PCSpec should fail if multiple tags are in the field.
setStableCount(int) - Method in interface com.connecterra.ale.api.ECReportSpec
Sets the "stable count" for the report-level ECReportSpec.
setStableCount(int) - Method in interface com.connecterra.ale.api.ECSpec
Sets the "stable count" for the top-level ECSpec.
setStableFieldInterval(ECInterval) - Method in interface com.connecterra.ale.api.ECSpec
Deprecated. Use setStableSetIntervalMillis() or setStableSetIntervalReadCycles().
setStableSetIntervalMillis(long) - Method in interface com.connecterra.ale.api.ECSpec
Sets the "stable field interval" in milliseconds for this event cycle.
setStableSetIntervalReadCycles(int) - Method in interface com.connecterra.ale.api.ECSpec
Sets the "stable field interval" in read cycles for this event cycle.
setStartTrigger(URI) - Method in interface com.connecterra.ale.api.ECSpec
Sets the start trigger which will begin an event cycle.
setStartTrigger(URI) - Method in interface com.connecterra.alepc.api.PCSpec
Sets the start trigger which will begin a programming cycle.
setStopOnError(boolean) - Method in class com.connecterra.ale.alevent.ImmutableAccessSpec
 
setStopOnError(boolean) - Method in class com.connecterra.ale.alevent.impl.EngineAccessSpec
 
setStopOnError(boolean) - Method in interface com.connecterra.alepc.api.AccessSpec
Sets the stopOnError flag for this access spec.
setStopTrigger(URI) - Method in interface com.connecterra.ale.api.ECSpec
Sets the stop trigger which will end an event cycle.
setStopTrigger(URI) - Method in interface com.connecterra.alepc.api.PCSpec
Sets the stop trigger which will abort a programming cycle.
setSubscriberCount(int) - Method in class com.connecterra.ale.alevent.impl.EngineECSpecInfo
 
setSubscriberCount(int) - Method in class com.connecterra.ale.alevent.impl.EngineEPCCacheSpecInfo
 
setSubscriberCount(int) - Method in class com.connecterra.ale.alevent.impl.EnginePCSpecInfo
 
setSuspended(boolean) - Method in class com.connecterra.ale.alevent.impl.EngineECSpecInfo
 
setTagReports(List) - Method in class com.connecterra.ale.alevent.impl.EngineAccessReport
 
setThreshold(long) - Method in interface com.connecterra.alepc.api.EPCCacheSpec
Sets the "EPC cache low" warning limit.
setTimeout(long) - Method in class com.connecterra.ale.client.AxisALEClient
Deprecated. Sets the network timeout duration (in milliseconds).
setTimeout(long) - Method in class com.connecterra.ale.client.SOAPALEClient
Sets the network timeout duration (in milliseconds).
setTimeout(long) - Method in class com.connecterra.alepc.client.AxisALEPCClient
Sets the network timeout duration (in milliseconds).
setTrials(int) - Method in interface com.connecterra.alepc.api.PCSpec
Sets the maximum number of EPC writing trials to run before failing a programming cycle.
shutdown() - Method in class com.connecterra.ale.alevent.EngineALEImpl
This is a public, non-ALE method used to shutdown ALE processing.
shutdown() - Method in class com.connecterra.ale.alevent.EngineALEPCImpl
This is a public, non-ALEPC method used to shutdown ALEPC processing.
staticGetALEFactory() - Static method in class com.connecterra.ale.client.AxisALEClient
Deprecated. Returns an ALEFactory instance for use with this client stub.
staticGetALEFactory() - Static method in class com.connecterra.ale.client.SOAPALEClient
Returns an ALEFactory instance for use with this client stub.
subscribe(String, URI) - Method in class com.connecterra.ale.alevent.EngineALEImpl
 
subscribe(String, URI, ECSubscriptionControls) - Method in class com.connecterra.ale.alevent.EngineALEImpl
 
subscribe(String, URI, PCSubscriptionControls) - Method in class com.connecterra.ale.alevent.EngineALEPCImpl
 
subscribe(String, URI, ECSubscriptionControls) - Method in interface com.connecterra.ale.api.ALE
Subscribe to asynchronous report delivery from an event cycle specification.
subscribe(String, URI) - Method in interface com.connecterra.ale.api.ALE
Subscribe to asynchronous report delivery from an event cycle specification.
subscribe(String, URI) - Method in class com.connecterra.ale.client.AxisALEClient
Deprecated.  
subscribe(String, URI, ECSubscriptionControls) - Method in class com.connecterra.ale.client.AxisALEClient
Deprecated.  
subscribe(String, URI) - Method in class com.connecterra.ale.client.SOAPALEClient
 
subscribe(String, URI, ECSubscriptionControls) - Method in class com.connecterra.ale.client.SOAPALEClient
 
subscribe(String, URI, PCSubscriptionControls) - Method in interface com.connecterra.alepc.api.ALEPC
Subscribe to asynchronous report delivery from a programming cycle specification.
subscribe(String, URI, PCSubscriptionControls) - Method in class com.connecterra.alepc.client.AxisALEPCClient
 
subscribeEPCCache(String, URI, PCSubscriptionControls) - Method in class com.connecterra.ale.alevent.EngineALEPCImpl
 
subscribeEPCCache(String, URI, PCSubscriptionControls) - Method in interface com.connecterra.alepc.api.ALEPC
Subscribe to asynchronous report delivery from an EPC cache.
subscribeEPCCache(String, URI, PCSubscriptionControls) - Method in class com.connecterra.alepc.client.AxisALEPCClient
 
suspend(String) - Method in class com.connecterra.ale.alevent.EngineALEImpl
 
suspend(String) - Method in class com.connecterra.ale.alevent.EngineALEPCImpl
 
suspend(String) - Method in interface com.connecterra.ale.api.ALE
Suspend the named event cycle specification.
suspend(String) - Method in class com.connecterra.ale.client.AxisALEClient
Deprecated.  
suspend(String) - Method in class com.connecterra.ale.client.SOAPALEClient
 
suspend(String) - Method in interface com.connecterra.alepc.api.ALEPC
Suspend the named programming cycle specification.
suspend(String) - Method in class com.connecterra.alepc.client.AxisALEPCClient
 

T

TAG_COUNT - Static variable in class com.connecterra.alepc.api.PCTerminationCondition
Indicates that the programming cycle was terminated because the tag count was reached
TRIALS - Static variable in class com.connecterra.alepc.api.PCTerminationCondition
Indicates that the programming cycle was terminated due to exhausting the maxTrials value specified in the PCSpec.
TRIGGER - Static variable in class com.connecterra.ale.api.ECTerminationCondition
 
TRIGGER - Static variable in class com.connecterra.alepc.api.PCTerminationCondition
Indicates that the programming cycle was terminated due to receipt of a stop trigger.
TagReport - interface com.connecterra.alepc.api.TagReport.
The results of an AccessSpec working on a given tag in field.
toLocalizedString() - Method in class com.connecterra.ale.api.ECReportSetSpec
Returns the localized String representation of this ECReportSetSpec
toString() - Method in class com.connecterra.ale.api.ECIntervalUnit
Deprecated.  
toString() - Method in class com.connecterra.ale.api.ECReportSetSpec
Returns the string reprentation of this ECReportSetSpec.
toString() - Method in class com.connecterra.ale.api.ECTerminationCondition
 
toString() - Method in class com.connecterra.ale.api.XMLSerializationSyntax
Returns a string representation of the XML serialization syntax value.
toString() - Method in class com.connecterra.alepc.api.PCStatus
 
toString() - Method in class com.connecterra.alepc.api.PCTerminationCondition
 

U

UNDEFINE - Static variable in class com.connecterra.alepc.api.PCTerminationCondition
Indicates that the programming cycle was terminated because the PCSpec was undefined or suspended.
UNREQUEST - Static variable in class com.connecterra.ale.api.ECTerminationCondition
 
undefine(String) - Method in class com.connecterra.ale.alevent.EngineALEImpl
 
undefine(String) - Method in class com.connecterra.ale.alevent.EngineALEPCImpl
 
undefine(String) - Method in interface com.connecterra.ale.api.ALE
Undefine an event cycle specification.
undefine(String) - Method in class com.connecterra.ale.client.AxisALEClient
Deprecated.  
undefine(String) - Method in class com.connecterra.ale.client.SOAPALEClient
 
undefine(String) - Method in interface com.connecterra.alepc.api.ALEPC
Undefine a programming cycle specification.
undefine(String) - Method in class com.connecterra.alepc.client.AxisALEPCClient
 
undefineEPCCache(String) - Method in class com.connecterra.ale.alevent.EngineALEPCImpl
 
undefineEPCCache(String) - Method in interface com.connecterra.alepc.api.ALEPC
Undefines an EPC cache.
undefineEPCCache(String) - Method in class com.connecterra.alepc.client.AxisALEPCClient
 
unrequest(CacheObserver) - Method in class com.connecterra.ale.alevent.EPCCache
 
unsubscribe(String, URI) - Method in class com.connecterra.ale.alevent.EngineALEImpl
 
unsubscribe(String, URI) - Method in class com.connecterra.ale.alevent.EngineALEPCImpl
 
unsubscribe(String, URI) - Method in interface com.connecterra.ale.api.ALE
Unsubscribe a specified destination from receiving asynchronous delivery of reports from a specified event cycle specification.
unsubscribe(String, URI) - Method in class com.connecterra.ale.client.AxisALEClient
Deprecated.  
unsubscribe(String, URI) - Method in class com.connecterra.ale.client.SOAPALEClient
 
unsubscribe(String, URI) - Method in interface com.connecterra.alepc.api.ALEPC
Unsubscribe a specified destination from receving asynchronous delivery of reports from a specified programming cycle specification.
unsubscribe(String, URI) - Method in class com.connecterra.alepc.client.AxisALEPCClient
 
unsubscribeEPCCache(String, URI) - Method in class com.connecterra.ale.alevent.EngineALEPCImpl
 
unsubscribeEPCCache(String, URI) - Method in interface com.connecterra.alepc.api.ALEPC
Unsubscribe a specified destination from receving asynchronous delivery of reports from a specified EPC cache.
unsubscribeEPCCache(String, URI) - Method in class com.connecterra.alepc.client.AxisALEPCClient
 
unsuspend(String) - Method in class com.connecterra.ale.alevent.EngineALEImpl
 
unsuspend(String) - Method in class com.connecterra.ale.alevent.EngineALEPCImpl
 
unsuspend(String) - Method in interface com.connecterra.ale.api.ALE
Return a suspended event cycle specification to its normal state.
unsuspend(String) - Method in class com.connecterra.ale.client.AxisALEClient
Deprecated.  
unsuspend(String) - Method in class com.connecterra.ale.client.SOAPALEClient
 
unsuspend(String) - Method in interface com.connecterra.alepc.api.ALEPC
Return a suspended programming cycle specification to its normal state.
unsuspend(String) - Method in class com.connecterra.alepc.client.AxisALEPCClient
 
updateInfo(EngineEPCCacheSpecInfo, boolean) - Method in class com.connecterra.ale.alevent.EPCCache
 

V

VERIFY_ERROR - Static variable in class com.connecterra.alepc.api.PCStatus
Indicates that the tag was mis-programmed (the verification readback yielded a CRC error or value other than the intended one).

W

WriteOpSpec - interface com.connecterra.alepc.api.WriteOpSpec.
Operation Spec representing a request to write data to the tag.
wasSuccessful() - Method in interface com.connecterra.alepc.api.PCWriteReport
Tells if the reporting programming cycle succeeded.

X

XMLDeserializer - interface com.connecterra.ale.encoding.XMLDeserializer.
Provides a facility for importing ALE API complex types from XML.
XMLDeserializerException - exception com.connecterra.ale.encoding.XMLDeserializerException.
An exception thrown when any error occurs during deserialization.
XMLDeserializerException() - Constructor for class com.connecterra.ale.encoding.XMLDeserializerException
Default constructor.
XMLDeserializerException(String) - Constructor for class com.connecterra.ale.encoding.XMLDeserializerException
Constructor with additional info parameter.
XMLDeserializerException(String, Throwable) - Constructor for class com.connecterra.ale.encoding.XMLDeserializerException
Constructor with additional info parameter and cause parameter.
XMLDeserializerException(Throwable) - Constructor for class com.connecterra.ale.encoding.XMLDeserializerException
Constructor with cause parameter.
XMLSerializationFactory - class com.connecterra.ale.encoding.XMLSerializationFactory.
A factory for creating XMLSerializer and XMLDeserializer interfaces.
XMLSerializationFactory() - Constructor for class com.connecterra.ale.encoding.XMLSerializationFactory
 
XMLSerializationSyntax - class com.connecterra.ale.api.XMLSerializationSyntax.
This is a type-safe enum which represents the types of XML Syntax supported by the ALE Engine.
XMLSerializer - interface com.connecterra.ale.encoding.XMLSerializer.
Provides a facility for exporting ALE API complex types as XML.
XMLSerializerException - exception com.connecterra.ale.encoding.XMLSerializerException.
An exception thrown when any error occurs during serialization.
XMLSerializerException() - Constructor for class com.connecterra.ale.encoding.XMLSerializerException
Default constructor.
XMLSerializerException(String) - Constructor for class com.connecterra.ale.encoding.XMLSerializerException
Constructor with additional info parameter.
XMLSerializerException(String, Throwable) - Constructor for class com.connecterra.ale.encoding.XMLSerializerException
Constructor with additional info parameter and cause parameter.
XMLSerializerException(Throwable) - Constructor for class com.connecterra.ale.encoding.XMLSerializerException
Constructor with cause parameter.

Z

ZERO_CONTROLS - Static variable in class com.connecterra.ale.alevent.impl.EngineALEFactory
 
ZERO_INTERVAL - Static variable in class com.connecterra.ale.alevent.impl.EngineALEFactory
 

A C D E F G H I K L M N O P R S T U V W X Z