Uses of Class
org.jrd.backend.core.agentstore.KnownAgent
Packages that use KnownAgent
Package
Description
-
Uses of KnownAgent in org.jrd.backend.core.agentstore
Fields in org.jrd.backend.core.agentstore with type parameters of type KnownAgentMethods in org.jrd.backend.core.agentstore that return types with arguments of type KnownAgentModifier and TypeMethodDescriptionKnownAgents.findAgents
(int vmPid) KnownAgents.findAgents
(int pid, int port) KnownAgents.findAgents
(String hostname, int listenPort) KnownAgents.findAgents
(String hostname, int listenPort, int vmPid) KnownAgents.getAgents()
private List
<KnownAgent> KnownAgents.load()
Method parameters in org.jrd.backend.core.agentstore with type arguments of type KnownAgentModifier and TypeMethodDescriptionprivate void
KnownAgents.markDead
(String hostname, int listenPort, int vmPid, boolean action, List<KnownAgent> matchingAgents, boolean all) -
Uses of KnownAgent in org.jrd.backend.data.cli
Methods in org.jrd.backend.data.cli with parameters of type KnownAgentModifier and TypeMethodDescriptionstatic Lib.HandhshakeResult
Lib.handshakeAgent
(KnownAgent agent, VmInfo vmInfo, VmManager vmManager) static Lib.HandhshakeResult
Lib.handshakeAgent
(KnownAgent agent, VmManager vmManager) -
Uses of KnownAgent in org.jrd.frontend.frame.main
Fields in org.jrd.frontend.frame.main declared as KnownAgentConstructors in org.jrd.frontend.frame.main with parameters of type KnownAgent