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.RemoteException
boolean prepareFlowMap(java.lang.String flowMapID) throws java.rmi.RemoteException
java.rmi.RemoteException
StartMonitoringOutput startMonitoring(StartMonitoringInput input) throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.String gatherFlowMap(GatherFlowMapQuery map) throws java.rmi.RemoteException
java.rmi.RemoteException
FlowMapDetailsTO getFlowMapDetails(java.lang.String keyID) throws java.rmi.RemoteException
java.rmi.RemoteException