Package jadex.tools.web.cloudview
Interface IJCCCloudviewService
- 
- All Superinterfaces:
- IJCCPluginService
 - All Known Implementing Classes:
- JCCCloudviewPluginAgent
 
 public interface IJCCCloudviewService extends IJCCPluginService 
- 
- 
Method SummaryAll 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.IJCCPluginServicegetPluginComponent, getPluginName, getPriority, loadResource
 
- 
 
- 
- 
- 
Method Detail- 
getPlatformNetworksIFuture<java.util.Map<java.lang.String,java.lang.String[]>> getPlatformNetworks(java.lang.String cid) Get the networks of platforms.- Returns:
- The networks.
 
 
- 
 
-