Class KnownAgent
java.lang.Object
org.jrd.backend.core.agentstore.KnownAgent
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate BytemanCompanionprivate Longprivate final Stringprivate final longprivate final intprivate final intprivate final AgentLiveliness -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
port
private final int port -
pid
private final int pid -
bytemanCompanion
-
host
-
owner
private final long owner -
ttl
-
deadSince
-
-
Constructor Details
-
KnownAgent
KnownAgent(InstallDecompilerAgentImpl install, AgentLiveliness ttl)
-
-
Method Details
-
isLive
public boolean isLive() -
getPid
public int getPid() -
getPort
public int getPort() -
getHost
-
getLiveliness
-
getOwner
public long getOwner() -
getBytemanCompanion
-
setBytemanCompanion
-
matches
-
toString
-
toPrint
-
getCompaion
-
verify
public boolean verify() -
equals
-
hashCode
-
markKilled
public void markKilled()
-