Package jadex.tools.web.cloudview
Interface IJCCCloudviewService
-
- All Superinterfaces:
IJCCPluginService
- All Known Implementing Classes:
JCCCloudviewPluginAgent
public interface IJCCCloudviewService extends IJCCPluginService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IFuture<java.util.Map<java.lang.String,java.lang.String[]>>
getPlatformNetworks(java.lang.String cid)
Get the networks of platforms.-
Methods inherited from interface jadex.tools.web.jcc.IJCCPluginService
getPluginComponent, getPluginName, getPriority, loadResource
-
-
-
-
Method Detail
-
getPlatformNetworks
IFuture<java.util.Map<java.lang.String,java.lang.String[]>> getPlatformNetworks(java.lang.String cid)
Get the networks of platforms.- Returns:
- The networks.
-
-