Uses of Class
com.pluraprocessing.node.exception.PluraParameterException

Packages that use PluraParameterException
com.pluraprocessing.node.affiliate.web   
 

Uses of PluraParameterException in com.pluraprocessing.node.affiliate.web
 

Methods in com.pluraprocessing.node.affiliate.web that throw PluraParameterException
 void AffiliatePluraConnector.changeCpuUsage(double percentCpu)
          Change CPU usage on the client computer and start running Plura if it is not already running.
 

Constructors in com.pluraprocessing.node.affiliate.web that throw PluraParameterException
AffiliatePluraConnector(java.applet.Applet applet, java.lang.String affiliateId, double percentCpu, java.lang.String clientId)
          Instantiates a new AffiliatePluraConnector.