Uses of Class
org.ourgrid.test.functionalunits.CorePeerUnit

Packages that use CorePeerUnit
org.ourgrid.test.functionalunits   
 

Uses of CorePeerUnit in org.ourgrid.test.functionalunits
 

Methods in org.ourgrid.test.functionalunits that return CorePeerUnit
 CorePeerUnit FunctionalUnitsControl.createANewCorePeerUnit(java.lang.String name)
          Calls the default CorePeerUnit constructor that will find an available port, address and configuration to this peer initialization.
 

Methods in org.ourgrid.test.functionalunits with parameters of type CorePeerUnit
 void PeerUnit.setCorePeer(CorePeerUnit corePeer)
          Set the core peer that this peer will contact.