Uses of Interface
org.jrd.backend.communication.JrdAgent
-
Packages that use JrdAgent Package Description org.jrd.backend.communication -
-
Uses of JrdAgent in org.jrd.backend.communication
Subinterfaces of JrdAgent in org.jrd.backend.communication Modifier and Type Interface Description interface
DelegatingJrdAgent
Classes in org.jrd.backend.communication that implement JrdAgent Modifier and Type Class Description class
CallDecompilerAgent
This class is handling opening of communication socket and request submitting.class
FsAgent
This class is doing agent-like based operations on filesystemFields in org.jrd.backend.communication with type parameters of type JrdAgent Modifier and Type Field Description private java.util.List<JrdAgent>
DelegatingJrdAgent.DelegatingHelper. delegationCandidates
Methods in org.jrd.backend.communication that return JrdAgent Modifier and Type Method Description JrdAgent
CallDecompilerAgent. addDelegatingAgent(JrdAgent agent)
JrdAgent
DelegatingJrdAgent. addDelegatingAgent(JrdAgent agent)
JrdAgent
DelegatingJrdAgent.DelegatingHelper. addDelegatingAgent(JrdAgent agent)
JrdAgent
FsAgent. addDelegatingAgent(JrdAgent agent)
JrdAgent
CallDecompilerAgent. removeDelegatingAgent(JrdAgent agent)
JrdAgent
DelegatingJrdAgent.DelegatingHelper. removeDelegatingAgent(JrdAgent agent)
JrdAgent
DelegatingJrdAgent. removeDelegatingAgent(JrdAgent agent)
JrdAgent
FsAgent. removeDelegatingAgent(JrdAgent agent)
Methods in org.jrd.backend.communication with parameters of type JrdAgent Modifier and Type Method Description JrdAgent
CallDecompilerAgent. addDelegatingAgent(JrdAgent agent)
JrdAgent
DelegatingJrdAgent. addDelegatingAgent(JrdAgent agent)
JrdAgent
DelegatingJrdAgent.DelegatingHelper. addDelegatingAgent(JrdAgent agent)
JrdAgent
FsAgent. addDelegatingAgent(JrdAgent agent)
JrdAgent
CallDecompilerAgent. removeDelegatingAgent(JrdAgent agent)
JrdAgent
DelegatingJrdAgent.DelegatingHelper. removeDelegatingAgent(JrdAgent agent)
JrdAgent
DelegatingJrdAgent. removeDelegatingAgent(JrdAgent agent)
JrdAgent
FsAgent. removeDelegatingAgent(JrdAgent agent)
-