Uses of Class
org.ourgrid.common.exception.UnableToCreatePlaypenException

Packages that use UnableToCreatePlaypenException
org.ourgrid.common.gum   
org.ourgrid.gridmachine.useragent   
org.ourgrid.peer.ebgum   
 

Uses of UnableToCreatePlaypenException in org.ourgrid.common.gum
 

Methods in org.ourgrid.common.gum that throw UnableToCreatePlaypenException
 java.lang.String Gum.createPlaypen(int size)
          Creates a playpen in the Grid Machine.
 

Uses of UnableToCreatePlaypenException in org.ourgrid.gridmachine.useragent
 

Methods in org.ourgrid.gridmachine.useragent that throw UnableToCreatePlaypenException
 java.lang.String UserAgentServerImpl.createPlaypen(int size)
           
 java.lang.String UserAgentClient.createPlaypen(int size)
           
 

Uses of UnableToCreatePlaypenException in org.ourgrid.peer.ebgum
 

Methods in org.ourgrid.peer.ebgum that throw UnableToCreatePlaypenException
 java.lang.String GumProxy.createPlaypen(int size)
           
 void EBGumTest.testCreatePlaypen()