Package org.jrd.backend.communication
Class DelegatingJrdAgent.DelegatingHelper
- java.lang.Object
-
- org.jrd.backend.communication.DelegatingJrdAgent.DelegatingHelper
-
- Enclosing interface:
- DelegatingJrdAgent
public static class DelegatingJrdAgent.DelegatingHelper extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.List<JrdAgent>
delegationCandidates
-
Constructor Summary
Constructors Constructor Description DelegatingHelper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JrdAgent
addDelegatingAgent(JrdAgent agent)
int
cleanDelegatingAgents()
JrdAgent
removeDelegatingAgent(JrdAgent agent)
-
-
-
Field Detail
-
delegationCandidates
private final java.util.List<JrdAgent> delegationCandidates
-
-