com.ibm.premises.reusable.info
Interface Info

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

public interface Info
extends javax.ejb.EJBObject

Remote interface for Enterprise Bean: Info


Method Summary
 java.util.Map<java.lang.String,java.lang.Object>[] getInfo(java.lang.String event_xml)
           
 java.util.Map<java.lang.String,java.lang.Object>[] getInfoEvent(com.ibm.sensorevent.model.ISensorEvent event)
           
 java.util.Map<java.lang.String,java.lang.Object>[] getInfoMap(java.util.Map payloadMap)
           
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

getInfoEvent

java.util.Map<java.lang.String,java.lang.Object>[] getInfoEvent(com.ibm.sensorevent.model.ISensorEvent event)
                                                                throws java.rmi.RemoteException
Parameters:
event -
Returns:
Throws:
java.rmi.RemoteException

getInfo

java.util.Map<java.lang.String,java.lang.Object>[] getInfo(java.lang.String event_xml)
                                                           throws java.rmi.RemoteException
Parameters:
event_xml -
Returns:
Throws:
java.rmi.RemoteException

getInfoMap

java.util.Map<java.lang.String,java.lang.Object>[] getInfoMap(java.util.Map payloadMap)
                                                              throws java.rmi.RemoteException
Parameters:
payloadMap -
Returns:
Throws:
java.rmi.RemoteException