public class ISliderContractProxy extends Object implements ISliderContract
| Constructor and Description | 
|---|
| ISliderContractProxy() | 
| ISliderContractProxy(String endpoint) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getEndpoint() | 
| ISliderContract | getISliderContract() | 
| Double | getLargeStep(Integer hwnd) | 
| Double | getLowerBound(Integer hwnd) | 
| Double | getPosition(Integer hwnd) | 
| Double | getSmallStep(Integer hwnd) | 
| Double | getUpperBound(Integer hwnd) | 
| void | setEndpoint(String endpoint) | 
| void | setPosition(Integer hwnd,
           Double pos) | 
public ISliderContractProxy()
public ISliderContractProxy(String endpoint)
public String getEndpoint()
public void setEndpoint(String endpoint)
public ISliderContract getISliderContract()
public Double getLowerBound(Integer hwnd) throws RemoteException
getLowerBound in interface ISliderContractRemoteExceptionpublic Double getPosition(Integer hwnd) throws RemoteException
getPosition in interface ISliderContractRemoteExceptionpublic Double getUpperBound(Integer hwnd) throws RemoteException
getUpperBound in interface ISliderContractRemoteExceptionpublic void setPosition(Integer hwnd, Double pos) throws RemoteException
setPosition in interface ISliderContractRemoteExceptionpublic Double getSmallStep(Integer hwnd) throws RemoteException
getSmallStep in interface ISliderContractRemoteExceptionpublic Double getLargeStep(Integer hwnd) throws RemoteException
getLargeStep in interface ISliderContractRemoteExceptionCopyright © 2013. All rights reserved.