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 Summary
Fields Modifier and Type Field Description protected IInternalAccessagent-
Fields inherited from class jadex.tools.web.jcc.JCCPluginAgent
component
-
-
Constructor Summary
Constructors Constructor Description JCCCloudviewPluginAgent()
-
Method Summary
All 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.JCCPluginAgent
getAgent, getPluginComponent, internalLoadResource, loadResource
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface jadex.tools.web.jcc.IJCCPluginService
getPluginComponent, loadResource
-
-
-
-
Field Detail
-
agent
protected IInternalAccess agent
-
-
Method Detail
-
getPlatformNetworks
public IFuture<java.util.Map<java.lang.String,java.lang.String[]>> getPlatformNetworks(java.lang.String cid)
Get the networks of platforms.- Specified by:
getPlatformNetworksin interfaceIJCCCloudviewService- Returns:
- The networks.
-
getPluginName
public IFuture<java.lang.String> getPluginName()
Returns the plugin name.- Specified by:
getPluginNamein interfaceIJCCPluginService- Specified by:
getPluginNamein classJCCPluginAgent- Returns:
- Plugin name.
-
getPriority
public IFuture<java.lang.Integer> getPriority()
Returns priority.- Specified by:
getPriorityin interfaceIJCCPluginService- Specified by:
getPriorityin classJCCPluginAgent- Returns:
- Priority.
-
getPluginUIPath
public java.lang.String getPluginUIPath()
Return UI path.- Specified by:
getPluginUIPathin classJCCPluginAgent- Returns:
- UI path.
-
-