|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.AbstractCollection<E> java.util.AbstractSet<E> java.util.HashSet<E> jxl.peermi.PeerHashSet<T> jxl.peermi.PeerManager<T>
public class PeerManager<T extends PeerRemote>
Constructor Summary | |
---|---|
protected |
PeerManager(java.lang.Class<T> type)
Creates a new instance of PeerManager |
Method Summary | |
---|---|
void |
discovery(PeerRemote remote)
|
Methods inherited from class jxl.peermi.PeerHashSet |
---|
add, addAll, iterator |
Methods inherited from class java.util.HashSet |
---|
clear, clone, contains, isEmpty, remove, size |
Methods inherited from class java.util.AbstractSet |
---|
equals, hashCode, removeAll |
Methods inherited from class java.util.AbstractCollection |
---|
containsAll, retainAll, toArray, toArray, toString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Set |
---|
containsAll, equals, hashCode, removeAll, retainAll, toArray, toArray |
Constructor Detail |
---|
protected PeerManager(java.lang.Class<T> type)
Method Detail |
---|
public void discovery(PeerRemote remote)
discovery
in interface DiscoveryListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |