Uses of Class
org.objectweb.proactive.p2p.service.P2PService

Packages that use P2PService
org.objectweb.proactive.core.descriptor.services Provides classes to start JVM acquisition services like RMI lookup service on a ProActiveRuntime or P2P ProActiveRuntime acquisition service.  
org.objectweb.proactive.p2p.service   
org.objectweb.proactive.p2p.service.node   
 

Uses of P2PService in org.objectweb.proactive.core.descriptor.services
 

Fields in org.objectweb.proactive.core.descriptor.services declared as P2PService
protected  P2PService P2PDescriptorService.serviceP2P
           
 

Methods in org.objectweb.proactive.core.descriptor.services that return P2PService
 P2PService P2PDescriptorService.getP2PService()
           
 

Uses of P2PService in org.objectweb.proactive.p2p.service
 

Methods in org.objectweb.proactive.p2p.service that return P2PService
 P2PService StartP2PService.getP2PService()
           
 P2PService P2PAcquaintanceManager.getActiveGroup()
           
 

Methods in org.objectweb.proactive.p2p.service with parameters of type P2PService
 void P2PAcquaintanceManager.add(P2PService peer)
          Add a peer in the group of acquaintancesActived.
 boolean P2PAcquaintanceManager.contains(P2PService service)
          Returns true if this collection contains the specified element.
 void P2PService.register(P2PService service)
          Add the remote P2P service in the local acquaintances group if NOA is not yet reached.
 void P2PService.exploring(int ttl, UniversalUniqueID uuid, P2PService remoteService)
          Method automaticly forwarded by run activity if needed.
 void P2PService.askingNode(int ttl, UniversalUniqueID uuid, P2PService remoteService, P2PNodeLookup lookup, java.lang.String vnName, java.lang.String jobId)
          Method automaticly forwarded by run activity if needed.
 

Constructors in org.objectweb.proactive.p2p.service with parameters of type P2PService
P2PFirstContact(java.util.Vector peers, P2PAcquaintanceManager acquaintances, P2PService local)
          Construct a new P2PFirstContact.
P2PAcquaintanceManager(P2PService localService)
          Construct a new P2PAcquaintanceManager.
 

Uses of P2PService in org.objectweb.proactive.p2p.service.node
 

Constructors in org.objectweb.proactive.p2p.service.node with parameters of type P2PService
P2PNodeManager(P2PService localService)
          Construct a new P2PNodeManager.
P2PNodeLookup(java.lang.Integer numberOfAskedNodes, P2PService localP2pService, P2PAcquaintanceManager acquaintances, java.lang.String vnName, java.lang.String jobId)
           
 



Copyright ? April 2005 INRIA All Rights Reserved.