com.ibm.premises.reusable.aggregation
Interface Aggregation
- All Superinterfaces:
- javax.ejb.EJBObject, java.rmi.Remote
public interface Aggregation
- extends javax.ejb.EJBObject
Remote interface for Enterprise Bean: Aggregation
Method Summary |
void |
addToAggregation(java.lang.String profileId,
java.lang.String event_xml)
|
void |
addToAggregationEvent(java.lang.String profileId,
com.ibm.sensorevent.model.ISensorEvent event)
|
void |
aggregate(java.lang.String event_xml)
|
void |
aggregateEvent(com.ibm.sensorevent.model.ISensorEvent event)
|
void |
aggregateMap(java.util.Map event_map)
|
void |
start(java.lang.String profileId,
java.lang.String parentTag,
java.lang.String parentTagType,
java.lang.String parentTagFilter)
|
void |
stop(java.lang.String profileId)
|
Methods inherited from interface javax.ejb.EJBObject |
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
aggregate
void aggregate(java.lang.String event_xml)
throws java.rmi.RemoteException
- Parameters:
event_xml
-
- Throws:
java.rmi.RemoteException
aggregateEvent
void aggregateEvent(com.ibm.sensorevent.model.ISensorEvent event)
throws java.rmi.RemoteException
- Parameters:
event
-
- Throws:
java.rmi.RemoteException
aggregateMap
void aggregateMap(java.util.Map event_map)
throws java.rmi.RemoteException
- Parameters:
event_map
-
- Throws:
java.rmi.RemoteException
start
void start(java.lang.String profileId,
java.lang.String parentTag,
java.lang.String parentTagType,
java.lang.String parentTagFilter)
throws java.rmi.RemoteException
- Parameters:
profileId
- parentTagType
- parentTagFilter
-
- Throws:
java.rmi.RemoteException
stop
void stop(java.lang.String profileId)
throws java.rmi.RemoteException
- Parameters:
profileId
-
- Throws:
java.rmi.RemoteException
addToAggregation
void addToAggregation(java.lang.String profileId,
java.lang.String event_xml)
throws java.rmi.RemoteException
- Parameters:
profileId
- event_xml
-
- Throws:
java.rmi.RemoteException
addToAggregationEvent
void addToAggregationEvent(java.lang.String profileId,
com.ibm.sensorevent.model.ISensorEvent event)
throws java.rmi.RemoteException
- Parameters:
profileId
- event
-
- Throws:
java.rmi.RemoteException