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 AgentLonelinessInstallDecompilerAgentImpl.lonelinessMethods in org.jrd.backend.communication with parameters of type AgentLonelinessModifier and TypeMethodDescriptionstatic voidInstallDecompilerAgentImpl.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 AgentLonelinessModifierConstructorDescriptionprivateInstallDecompilerAgentImpl(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 AgentLonelinessAgentLoneliness.fromString(String s) static AgentLonelinessReturns 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)