public class ISpinContractProxy extends Object implements ISpinContract
| Constructor and Description | 
|---|
| ISpinContractProxy() | 
| ISpinContractProxy(String endpoint) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getEndpoint() | 
| ISpinContract | getISpinContract() | 
| Double | getLargeStep(Integer hwnd) | 
| Double | getLowerBound(Integer hwnd) | 
| Double | getPosition(Integer hwnd) | 
| Double | getSmallStep(Integer hwnd) | 
| Double | getUpperBound(Integer hwnd) | 
| Double | getValue(Integer hwnd) | 
| void | setEndpoint(String endpoint) | 
| void | setPosition(Integer hwnd,
           Double pos) | 
| void | setValue(Integer hwnd,
        Double pos) | 
public ISpinContractProxy()
public ISpinContractProxy(String endpoint)
public String getEndpoint()
public void setEndpoint(String endpoint)
public ISpinContract getISpinContract()
public Double getLowerBound(Integer hwnd) throws RemoteException
getLowerBound in interface ISpinContractRemoteExceptionpublic Double getPosition(Integer hwnd) throws RemoteException
getPosition in interface ISpinContractRemoteExceptionpublic Double getValue(Integer hwnd) throws RemoteException
getValue in interface ISpinContractRemoteExceptionpublic Double getUpperBound(Integer hwnd) throws RemoteException
getUpperBound in interface ISpinContractRemoteExceptionpublic void setPosition(Integer hwnd, Double pos) throws RemoteException
setPosition in interface ISpinContractRemoteExceptionpublic void setValue(Integer hwnd, Double pos) throws RemoteException
setValue in interface ISpinContractRemoteExceptionpublic Double getSmallStep(Integer hwnd) throws RemoteException
getSmallStep in interface ISpinContractRemoteExceptionpublic Double getLargeStep(Integer hwnd) throws RemoteException
getLargeStep in interface ISpinContractRemoteExceptionCopyright © 2013. All rights reserved.