public interface IFlowMapTask
extends java.rmi.Remote
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
gatherFlowMap(GatherFlowMapQuery map) |
FlowMapDetailsTO |
getFlowMapDetails(java.lang.String keyID) |
boolean |
prepareFlowMap(java.lang.String flowMapID) |
BaseData |
prepareFlowMapFromStatDomainId(java.lang.String statDomainId) |
StartMonitoringOutput |
startMonitoring(StartMonitoringInput input) |
BaseData prepareFlowMapFromStatDomainId(java.lang.String statDomainId) throws java.rmi.RemoteException
java.rmi.RemoteExceptionboolean prepareFlowMap(java.lang.String flowMapID)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionStartMonitoringOutput startMonitoring(StartMonitoringInput input) throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.lang.String gatherFlowMap(GatherFlowMapQuery map) throws java.rmi.RemoteException
java.rmi.RemoteExceptionFlowMapDetailsTO getFlowMapDetails(java.lang.String keyID) throws java.rmi.RemoteException
java.rmi.RemoteException