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

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

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

Methods in com.pluraprocessing.node.affiliate.desktop that throw PluraParameterException
 void JavaPluraConnector.changeBandwidthUsage(double percentBandwidth)
           
 void IPluraConnector.changeBandwidthUsage(double percentBandwidth)
          Change bandwidth usage on the client computer.
 void JavaPluraConnector.changeCpuUsage(double percentageCPU)
           
 void IPluraConnector.changeCpuUsage(double percentageCPU)
          Change CPU usage on the client computer.
 void JavaPluraConnector.changeMaxPluraThreads(int maxPluraThreads)
           
 void IPluraConnector.changeMaxPluraThreads(int maxPluraThreads)
          Change the maximum number of Plura threads to run on the client computer.
 int JavaPluraConnector.getWorkUnitsCompletedByClient(java.lang.String clientId, java.util.Calendar dateToRetrieve)
           
 int IPluraConnector.getWorkUnitsCompletedByClient(java.lang.String clientId, java.util.Calendar dateToRetrieve)
          Get the number of work units completed by the specified client on the specifed day.
 void JavaPluraConnector.init(java.lang.String affiliateId, double percentageCPU, double bandwidthPercent, java.lang.String clientId, int maxPluraThreads)
           
 void IPluraConnector.init(java.lang.String affiliateId, double percentageCPU, double bandwidthPercent, java.lang.String clientId, int maxPluraThreads)
          Initializes the Plura Connection with the specified parameters.
 

Constructors in com.pluraprocessing.node.affiliate.desktop that throw PluraParameterException
JavaPluraConnector(java.lang.String affiliateId, double percentageCPU, double bandwidthPercent, java.lang.String clientId, int maxPluraThreads)
          Instantiates a new JavaPluraConnector and invokes JavaPluraConnector.init(...).