public abstract class DomeServerStub
extends org.acplt.oncrpc.server.OncRpcServerStub
implements org.acplt.oncrpc.server.OncRpcDispatchable
| Constructor and Description |
|---|
DomeServerStub() |
DomeServerStub(InetAddress bindAddr,
int port) |
DomeServerStub(int port) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispatchOncRpcCall(org.acplt.oncrpc.server.OncRpcCallInformation call,
int program,
int version,
int procedure) |
abstract int |
FAST_BACKWARD_1() |
abstract int |
FAST_FORWARD_1() |
abstract int |
GET_AZIMUTH_1() |
abstract int |
GET_HATCH_OPEN_1() |
abstract int |
GET_HATCH_SHUT_1() |
abstract int |
GET_SLIT_OPEN_1() |
abstract int |
GET_SLIT_SHUT_1() |
abstract int |
HATCH_OFF_1() |
abstract int |
HATCH_OPEN_1() |
abstract int |
HATCH_SHUT_1() |
abstract int |
SLIT_OFF_1() |
abstract int |
SLIT_OPEN_1() |
abstract int |
SLIT_SHUT_1() |
abstract int |
SLOW_BACKWARD_1() |
abstract int |
SLOW_FORWARD_1() |
abstract int |
STOP_1() |
public DomeServerStub()
throws org.acplt.oncrpc.OncRpcException,
IOException
org.acplt.oncrpc.OncRpcExceptionIOExceptionpublic DomeServerStub(int port)
throws org.acplt.oncrpc.OncRpcException,
IOException
org.acplt.oncrpc.OncRpcExceptionIOExceptionpublic DomeServerStub(InetAddress bindAddr, int port) throws org.acplt.oncrpc.OncRpcException, IOException
org.acplt.oncrpc.OncRpcExceptionIOExceptionpublic void dispatchOncRpcCall(org.acplt.oncrpc.server.OncRpcCallInformation call,
int program,
int version,
int procedure)
throws org.acplt.oncrpc.OncRpcException,
IOException
dispatchOncRpcCall in interface org.acplt.oncrpc.server.OncRpcDispatchableorg.acplt.oncrpc.OncRpcExceptionIOExceptionpublic abstract int STOP_1()
public abstract int FAST_FORWARD_1()
public abstract int FAST_BACKWARD_1()
public abstract int SLOW_FORWARD_1()
public abstract int SLOW_BACKWARD_1()
public abstract int GET_AZIMUTH_1()
public abstract int SLIT_OPEN_1()
public abstract int SLIT_SHUT_1()
public abstract int SLIT_OFF_1()
public abstract int HATCH_OPEN_1()
public abstract int HATCH_SHUT_1()
public abstract int HATCH_OFF_1()
public abstract int GET_HATCH_OPEN_1()
public abstract int GET_HATCH_SHUT_1()
public abstract int GET_SLIT_OPEN_1()
public abstract int GET_SLIT_SHUT_1()