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