public interface ISpinContract extends Remote
| Modifier and Type | Method and Description | 
|---|---|
| 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 | setPosition(Integer hwnd,
           Double pos) | 
| void | setValue(Integer hwnd,
        Double pos) | 
Double getLowerBound(Integer hwnd) throws RemoteException
RemoteExceptionDouble getPosition(Integer hwnd) throws RemoteException
RemoteExceptionDouble getValue(Integer hwnd) throws RemoteException
RemoteExceptionDouble getUpperBound(Integer hwnd) throws RemoteException
RemoteExceptionvoid setPosition(Integer hwnd, Double pos) throws RemoteException
RemoteExceptionvoid setValue(Integer hwnd, Double pos) throws RemoteException
RemoteExceptionDouble getSmallStep(Integer hwnd) throws RemoteException
RemoteExceptionDouble getLargeStep(Integer hwnd) throws RemoteException
RemoteExceptionCopyright © 2013. All rights reserved.