|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ls.lars.server.AgentSynchronization.LarsPlatformRepresentation
Inner class that represents lars remote platforms.
Constructor Summary | |
protected |
AgentSynchronization.LarsPlatformRepresentation(Map platformMap)
Constructor receiving the remote platform information as a map. |
Method Summary | |
protected String |
getPlatformAccess()
Gets the kind of access of the remote platform. |
protected Map |
getPlatformConnectionParameters()
Gets the connection paramters for the remote platform connection. |
protected String |
getPlatformConnectionType()
Gets the kind of connection the remote platform is connected to the local platform. |
protected String |
getPlatformIP()
Gets the ip of the remote platform. |
protected String |
getPlatformName()
Gets the name of the remote platform. |
protected int |
getPlatformPort()
Gets the port of the remote platform. |
protected void |
setPlatformAccess(String access)
Sets the access of the remote platform. |
protected void |
setPlatformConnectionParameters(Map connectionParameters)
Sets the connection parameters to connected to the remote platform. |
protected Map |
toMap()
Gets the map representation of the remote platform. |
String |
toString()
Class member variables to string. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
protected AgentSynchronization.LarsPlatformRepresentation(Map platformMap)
map
- A map of a lars platforms is given.Method Detail |
protected void setPlatformAccess(String access)
access
- Sets the access type of lars platforms (e.g. public).protected void setPlatformConnectionParameters(Map connectionParameters)
connectionParameters
- Sets the connection paramters to a raccess type of lars platforms (e.g. public).protected String getPlatformName()
protected String getPlatformIP()
protected int getPlatformPort()
protected String getPlatformAccess()
protected String getPlatformConnectionType()
protected Map getPlatformConnectionParameters()
protected Map toMap()
public String toString()
toString
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |