Uses of Class
org.ourgrid.webstatus.PeerInfoPack

Packages that use PeerInfoPack
org.ourgrid.webstatus   
 

Uses of PeerInfoPack in org.ourgrid.webstatus
 

Methods in org.ourgrid.webstatus that return types with arguments of type PeerInfoPack
 java.util.Collection<PeerInfoPack> WebStatusImpl.getLocalPeerInfoList()
          Gets all peer status information from local peer list.
 java.util.Collection<PeerInfoPack> WebStatus.getLocalPeerInfoList()
          Gets all peer status information from all known (by the corepeer) peers.
 

Methods in org.ourgrid.webstatus with parameters of type PeerInfoPack
 int PeerInfoPackComparator.compare(PeerInfoPack p1, PeerInfoPack p2)