Package jadex.tools.web.cloudview
Class JCCCloudviewPluginAgent
- java.lang.Object
- 
- jadex.tools.web.jcc.JCCPluginAgent
- 
- jadex.tools.web.cloudview.JCCCloudviewPluginAgent
 
 
- 
- All Implemented Interfaces:
- IJCCCloudviewService,- IJCCPluginService
 
 public class JCCCloudviewPluginAgent extends JCCPluginAgent implements IJCCCloudviewService 
- 
- 
Field SummaryFields Modifier and Type Field Description protected IInternalAccessagent- 
Fields inherited from class jadex.tools.web.jcc.JCCPluginAgentcomponent
 
- 
 - 
Constructor SummaryConstructors Constructor Description JCCCloudviewPluginAgent()
 - 
Method SummaryAll Methods Instance Methods Concrete 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.IFuture<java.lang.String>getPluginName()Returns the plugin name.java.lang.StringgetPluginUIPath()Return UI path.IFuture<java.lang.Integer>getPriority()Returns priority.- 
Methods inherited from class jadex.tools.web.jcc.JCCPluginAgentgetAgent, getPluginComponent, internalLoadResource, loadResource
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface jadex.tools.web.jcc.IJCCPluginServicegetPluginComponent, loadResource
 
- 
 
- 
- 
- 
Field Detail- 
agentprotected IInternalAccess agent 
 
- 
 - 
Method Detail- 
getPlatformNetworkspublic IFuture<java.util.Map<java.lang.String,java.lang.String[]>> getPlatformNetworks(java.lang.String cid) Get the networks of platforms.- Specified by:
- getPlatformNetworksin interface- IJCCCloudviewService
- Returns:
- The networks.
 
 - 
getPluginNamepublic IFuture<java.lang.String> getPluginName() Returns the plugin name.- Specified by:
- getPluginNamein interface- IJCCPluginService
- Specified by:
- getPluginNamein class- JCCPluginAgent
- Returns:
- Plugin name.
 
 - 
getPrioritypublic IFuture<java.lang.Integer> getPriority() Returns priority.- Specified by:
- getPriorityin interface- IJCCPluginService
- Specified by:
- getPriorityin class- JCCPluginAgent
- Returns:
- Priority.
 
 - 
getPluginUIPathpublic java.lang.String getPluginUIPath() Return UI path.- Specified by:
- getPluginUIPathin class- JCCPluginAgent
- Returns:
- UI path.
 
 
- 
 
-