Uses of Enum Class
org.jrd.backend.core.agentstore.AgentLoneliness
Packages that use AgentLoneliness
Package
Description
-
Uses of AgentLoneliness in org.jrd.backend.communication
Fields in org.jrd.backend.communication declared as AgentLonelinessModifier and TypeFieldDescriptionprivate final AgentLoneliness
InstallDecompilerAgentImpl.loneliness
Methods in org.jrd.backend.communication with parameters of type AgentLonelinessModifier and TypeMethodDescriptionstatic void
InstallDecompilerAgentImpl.install
(String pid, boolean addToBoot, boolean setPolicy, String host, int port, AgentLoneliness loneliness, AgentLiveliness liveliness, String[] properties) Constructors in org.jrd.backend.communication with parameters of type AgentLonelinessModifierConstructorDescriptionprivate
InstallDecompilerAgentImpl
(String pid, boolean addToBoot, boolean setPolicy, String host, int port, AgentLoneliness loneliness, String[] properties) -
Uses of AgentLoneliness in org.jrd.backend.core.agentstore
Methods in org.jrd.backend.core.agentstore that return AgentLonelinessModifier and TypeMethodDescriptionstatic AgentLoneliness
AgentLoneliness.fromString
(String s) static AgentLoneliness
Returns the enum constant of this class with the specified name.static AgentLoneliness[]
AgentLoneliness.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of AgentLoneliness in org.jrd.backend.data.cli.utils
Fields in org.jrd.backend.data.cli.utils declared as AgentLonelinessMethods in org.jrd.backend.data.cli.utils that return AgentLonelinessConstructors in org.jrd.backend.data.cli.utils with parameters of type AgentLonelinessModifierConstructorDescriptionAgentConfig
(AgentLoneliness loneliness, AgentLiveliness liveliness, Optional<Integer> port)