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

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

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

Methods in com.pluraprocessing.node.affiliate.desktop that throw PluraStateException
 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.
 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 PluraStateException
JavaPluraConnector(java.lang.String affiliateId, double percentageCPU, double bandwidthPercent, java.lang.String clientId, int maxPluraThreads)
          Instantiates a new JavaPluraConnector and invokes JavaPluraConnector.init(...).