com.ibm.premises.reusable.locating
Interface LocatingService

All Superinterfaces:
java.rmi.Remote

public interface LocatingService
extends java.rmi.Remote

ServiceEndpoint interface for Enterprise Bean: Locating


Field Summary
static java.lang.String COPYRIGHT
           
 
Method Summary
 java.util.Map locate(java.lang.String EPC)
           
 

Field Detail

COPYRIGHT

static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
Method Detail

locate

java.util.Map locate(java.lang.String EPC)
                     throws ReusableComponentException
Parameters:
EPC - The EPC to locate
Returns:
The properties (including location) of the given EPC. The properties returned correspond to the standard EPCIS event metadata (such as bizStep, disposition, readPoint) and should be queried using the constant Strings from ObjectEventConstants as keys.
Throws:
ReusableComponentException


Copyright © 2005 - 2009 IBM Corp. All Rights Reserved.