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 voidInstallDecompilerAgentImpl. 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 AgentLivelinessKnownAgent. ttlMethods in org.jrd.backend.core.agentstore that return AgentLiveliness Modifier and Type Method Description static AgentLivelinessAgentLiveliness. fromString(java.lang.String s)AgentLivelinessKnownAgent. getLiveliness()static AgentLivelinessAgentLiveliness. 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 voidKnownAgents. 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 AgentLivelinessAgentConfig. livelinessMethods in org.jrd.backend.data.cli.utils that return AgentLiveliness Modifier and Type Method Description AgentLivelinessAgentConfig. 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)
-