com.ibm.premises.reusable.wbe
Interface WBE

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

public interface WBE
extends javax.ejb.EJBObject

Remote interface for Enterprise Bean: WBE


Method Summary
 void publishEventToWBE(com.ibm.sensorevent.model.ISensorEvent event)
           
 void publishMapToWBE(java.util.Map event_map)
           
 void publishToWBE(java.lang.String event_xml)
           
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

publishToWBE

void publishToWBE(java.lang.String event_xml)
                  throws java.rmi.RemoteException
Parameters:
event_xml -
Throws:
java.rmi.RemoteException

publishEventToWBE

void publishEventToWBE(com.ibm.sensorevent.model.ISensorEvent event)
                       throws java.rmi.RemoteException
Parameters:
event -
Throws:
java.rmi.RemoteException

publishMapToWBE

void publishMapToWBE(java.util.Map event_map)
                     throws java.rmi.RemoteException
Parameters:
event_map -
Throws:
java.rmi.RemoteException