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
RemoteException
Double getPosition(Integer hwnd) throws RemoteException
RemoteException
Double getValue(Integer hwnd) throws RemoteException
RemoteException
Double getUpperBound(Integer hwnd) throws RemoteException
RemoteException
void setPosition(Integer hwnd, Double pos) throws RemoteException
RemoteException
void setValue(Integer hwnd, Double pos) throws RemoteException
RemoteException
Double getSmallStep(Integer hwnd) throws RemoteException
RemoteException
Double getLargeStep(Integer hwnd) throws RemoteException
RemoteException
Copyright © 2013. All rights reserved.