Uses of Class
org.jrd.backend.core.agentstore.AgentLiveliness
-
Packages that use AgentLiveliness Package Description org.jrd.backend.communication org.jrd.backend.core.agentstore org.jrd.backend.data.cli.utils -
-
Uses of AgentLiveliness in org.jrd.backend.communication
Methods in org.jrd.backend.communication with parameters of type AgentLiveliness Modifier and Type Method Description static void
InstallDecompilerAgentImpl. install(java.lang.String pid, boolean addToBoot, boolean setPolicy, java.lang.String host, int port, AgentLoneliness loneliness, AgentLiveliness liveliness, java.lang.String[] properties)
-
Uses of AgentLiveliness in org.jrd.backend.core.agentstore
Fields in org.jrd.backend.core.agentstore declared as AgentLiveliness Modifier and Type Field Description private AgentLiveliness
KnownAgent. ttl
Methods in org.jrd.backend.core.agentstore that return AgentLiveliness Modifier and Type Method Description static AgentLiveliness
AgentLiveliness. fromString(java.lang.String s)
AgentLiveliness
KnownAgent. getLiveliness()
static AgentLiveliness
AgentLiveliness. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AgentLiveliness[]
AgentLiveliness. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jrd.backend.core.agentstore with parameters of type AgentLiveliness Modifier and Type Method Description void
KnownAgents. injected(InstallDecompilerAgentImpl install, AgentLiveliness ttl)
Constructors in org.jrd.backend.core.agentstore with parameters of type AgentLiveliness Constructor Description KnownAgent(InstallDecompilerAgentImpl install, AgentLiveliness ttl)
-
Uses of AgentLiveliness in org.jrd.backend.data.cli.utils
Fields in org.jrd.backend.data.cli.utils declared as AgentLiveliness Modifier and Type Field Description private AgentLiveliness
AgentConfig. liveliness
Methods in org.jrd.backend.data.cli.utils that return AgentLiveliness Modifier and Type Method Description AgentLiveliness
AgentConfig. getLiveliness()
Constructors in org.jrd.backend.data.cli.utils with parameters of type AgentLiveliness Constructor Description AgentConfig(AgentLoneliness loneliness, AgentLiveliness liveliness, java.util.Optional<java.lang.Integer> port)
-