com.ibm.premises.reusable.disaggregation
Interface Disaggregation
- All Superinterfaces:
- javax.ejb.EJBObject, java.rmi.Remote
public interface Disaggregation
- extends javax.ejb.EJBObject
Remote interface for Enterprise Bean: Disaggregation
Method Summary |
void |
addToDisaggregation(java.lang.String profileId,
java.lang.String event_xml)
|
void |
addToDisaggregationEvent(java.lang.String profileId,
com.ibm.sensorevent.model.ISensorEvent event)
|
void |
disaggregate(java.lang.String event_xml)
|
void |
disaggregateEvent(com.ibm.sensorevent.model.ISensorEvent event)
|
void |
disaggregateMap(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 |
disaggregate
void disaggregate(java.lang.String event_xml)
throws java.rmi.RemoteException
- Parameters:
event_xml
-
- Throws:
java.rmi.RemoteException
disaggregateEvent
void disaggregateEvent(com.ibm.sensorevent.model.ISensorEvent event)
throws java.rmi.RemoteException
- Parameters:
event
-
- Throws:
java.rmi.RemoteException
disaggregateMap
void disaggregateMap(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
- parentTag
- parentTagType
- parentTagFilter
-
- Throws:
java.rmi.RemoteException
addToDisaggregationEvent
void addToDisaggregationEvent(java.lang.String profileId,
com.ibm.sensorevent.model.ISensorEvent event)
throws java.rmi.RemoteException
- Parameters:
profileId
- event
-
- Throws:
java.rmi.RemoteException
addToDisaggregation
void addToDisaggregation(java.lang.String profileId,
java.lang.String event_xml)
throws java.rmi.RemoteException
- Parameters:
profileId
- event_xml
-
- Throws:
java.rmi.RemoteException
stop
void stop(java.lang.String profileId)
throws java.rmi.RemoteException
- Parameters:
profileId
-
- Throws:
java.rmi.RemoteException