com.ibm.premises.reusable.epc
Interface EPC

All Superinterfaces:
javax.ejb.EJBObject, java.rmi.Remote

public interface EPC
extends javax.ejb.EJBObject

Remote interface for Enterprise Bean: EPC


Method Summary
 java.util.Map epcdecode(java.lang.String hexEPC)
           
 java.lang.String[] epcgen(java.lang.String IBMSE_XML)
           
 java.lang.String[] epcgenEvent(com.ibm.sensorevent.model.ISensorEvent IBMSE)
           
 java.lang.String[] epcgenMap(java.util.HashMap epcmap)
           
 java.lang.String[] epcgenMap(java.util.Map epcmap)
           
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

epcgenMap

java.lang.String[] epcgenMap(java.util.HashMap epcmap)
                             throws java.rmi.RemoteException
Parameters:
epcmap -
Returns:
Throws:
java.rmi.RemoteException

epcgen

java.lang.String[] epcgen(java.lang.String IBMSE_XML)
                          throws java.rmi.RemoteException
Parameters:
IBMSE_XML -
Returns:
Throws:
java.rmi.RemoteException

epcgenEvent

java.lang.String[] epcgenEvent(com.ibm.sensorevent.model.ISensorEvent IBMSE)
                               throws java.rmi.RemoteException
Parameters:
IBMSE -
Returns:
Throws:
java.rmi.RemoteException

epcgenMap

java.lang.String[] epcgenMap(java.util.Map epcmap)
                             throws java.rmi.RemoteException
Parameters:
epcmap -
Returns:
Throws:
java.rmi.RemoteException

epcdecode

java.util.Map epcdecode(java.lang.String hexEPC)
                        throws java.rmi.RemoteException
Parameters:
hexEPC -
Returns:
Throws:
java.rmi.RemoteException