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 IInternalAccess
agent
-
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.String
getPluginUIPath()
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:
getPlatformNetworks
in interfaceIJCCCloudviewService
- Returns:
- The networks.
-
getPluginName
public IFuture<java.lang.String> getPluginName()
Returns the plugin name.- Specified by:
getPluginName
in interfaceIJCCPluginService
- Specified by:
getPluginName
in classJCCPluginAgent
- Returns:
- Plugin name.
-
getPriority
public IFuture<java.lang.Integer> getPriority()
Returns priority.- Specified by:
getPriority
in interfaceIJCCPluginService
- Specified by:
getPriority
in classJCCPluginAgent
- Returns:
- Priority.
-
getPluginUIPath
public java.lang.String getPluginUIPath()
Return UI path.- Specified by:
getPluginUIPath
in classJCCPluginAgent
- Returns:
- UI path.
-
-