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