|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.acplt.oncrpc.OncRpcClientStub
stella.ccd.SesCamClient
public class SesCamClient
The class SesCamClient implements the client stub proxy
for the SESCAM_PROG remote program. It provides method stubs
which, when called, in turn call the appropriate remote method (procedure).
| Field Summary |
|---|
| Fields inherited from class org.acplt.oncrpc.OncRpcClientStub |
|---|
client |
| Constructor Summary | |
|---|---|
SesCamClient(InetAddress host,
int protocol)
Constructs a SesCamClient client stub proxy object
from which the SESCAM_PROG remote program can be accessed. |
|
SesCamClient(InetAddress host,
int port,
int protocol)
Constructs a SesCamClient client stub proxy object
from which the SESCAM_PROG remote program can be accessed. |
|
SesCamClient(InetAddress host,
int program,
int version,
int protocol)
Constructs a SesCamClient client stub proxy object
from which the SESCAM_PROG remote program can be accessed. |
|
SesCamClient(InetAddress host,
int program,
int version,
int port,
int protocol)
Constructs a SesCamClient client stub proxy object
from which the SESCAM_PROG remote program can be accessed. |
|
SesCamClient(org.acplt.oncrpc.OncRpcClient client)
Constructs a SesCamClient client stub proxy object
from which the SESCAM_PROG remote program can be accessed. |
|
| Method Summary | |
|---|---|
int |
ABORT_1()
Call remote procedure ABORT_1. |
int |
DARK_1()
Call remote procedure DARK_1. |
int |
EXPOSE_1()
Call remote procedure EXPOSE_1. |
int |
GET_AUTOCLEAR_1()
Call remote procedure GET_AUTOCLEAR_1. |
int |
GET_AUTOREADOUT_1()
Call remote procedure GET_AUTOREADOUT_1. |
int |
GET_AUTOSHUTTER_1()
Call remote procedure GET_AUTOSHUTTER_1. |
int |
GET_CAMERA_MODE_1()
Call remote procedure GET_CAMERA_MODE_1. |
int |
GET_CCDTEMP_1()
Call remote procedure GET_CCDTEMP_1. |
int |
GET_CCDXSIZE_1()
Call remote procedure GET_CCDXSIZE_1. |
int |
GET_CCDYSIZE_1()
Call remote procedure GET_CCDYSIZE_1. |
int |
GET_EXPTIME_1()
Call remote procedure GET_EXPTIME_1. |
int |
GET_EXPTIME_LEFT_1()
Call remote procedure GET_EXPTIME_LEFT_1. |
int |
GET_FRAME_TYPE_1()
Call remote procedure GET_FRAME_TYPE_1. |
int |
GET_LN2TEMP_1()
Call remote procedure GET_LN2TEMP_1. |
int |
GET_MPP_MODE_1()
Call remote procedure GET_MPP_MODE_1. |
int |
GET_PRESSURE_1()
Call remote procedure GET_PRESSURE_1. |
int |
GET_READOUT_DIR_1()
Call remote procedure GET_READOUT_DIR_1. |
int |
GET_READOUT_STATUS_1()
Call remote procedure GET_READOUT_STATUS_1. |
int |
GET_REFTEMP_1()
Call remote procedure GET_REFTEMP_1. |
int |
GET_TCLA_1()
Call remote procedure GET_TCLA_1. |
int |
GET_TSAM_1()
Call remote procedure GET_TSAM_1. |
int |
GET_XBEGIN_1()
Call remote procedure GET_XBEGIN_1. |
int |
GET_XBIN_1()
Call remote procedure GET_XBIN_1. |
int |
GET_XSIZE_1()
Call remote procedure GET_XSIZE_1. |
int |
GET_YBEGIN_1()
Call remote procedure GET_YBEGIN_1. |
int |
GET_YBIN_1()
Call remote procedure GET_YBIN_1. |
int |
GET_YSIZE_1()
Call remote procedure GET_YSIZE_1. |
int |
RESET_1()
Call remote procedure RESET_1. |
int |
SET_AUTOCLEAR_1(int arg1)
Call remote procedure SET_AUTOCLEAR_1. |
int |
SET_AUTOREADOUT_1(int arg1)
Call remote procedure SET_AUTOREADOUT_1. |
int |
SET_AUTOSHUTTER_1(int arg1)
Call remote procedure SET_AUTOSHUTTER_1. |
int |
SET_EXPTIME_1(int arg1)
Call remote procedure SET_EXPTIME_1. |
int |
SET_READOUT_DIR_1(String arg1)
Call remote procedure SET_READOUT_DIR_1. |
int |
SET_TCLA_1(int arg1)
Call remote procedure SET_TCLA_1. |
int |
SET_TSAM_1(int arg1)
Call remote procedure SET_TSAM_1. |
int |
SET_XBEGIN_1(int arg1)
Call remote procedure SET_XBEGIN_1. |
int |
SET_XBIN_1(int arg1)
Call remote procedure SET_XBIN_1. |
int |
SET_XSIZE_1(int arg1)
Call remote procedure SET_XSIZE_1. |
int |
SET_YBEGIN_1(int arg1)
Call remote procedure SET_YBEGIN_1. |
int |
SET_YBIN_1(int arg1)
Call remote procedure SET_YBIN_1. |
int |
SET_YSIZE_1(int arg1)
Call remote procedure SET_YSIZE_1. |
int |
TOGGLE_MPP_MODE_1()
Call remote procedure TOGGLE_MPP_MODE_1. |
int |
WRITE_FITS_1(String arg1)
Call remote procedure WRITE_FITS_1. |
| Methods inherited from class org.acplt.oncrpc.OncRpcClientStub |
|---|
close, getClient |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SesCamClient(InetAddress host,
int protocol)
throws org.acplt.oncrpc.OncRpcException,
IOException
SesCamClient client stub proxy object
from which the SESCAM_PROG remote program can be accessed.
host - Internet address of host where to contact the remote program.protocol - Protocol to be
used for ONC/RPC calls.
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.
public SesCamClient(InetAddress host,
int port,
int protocol)
throws org.acplt.oncrpc.OncRpcException,
IOException
SesCamClient client stub proxy object
from which the SESCAM_PROG remote program can be accessed.
host - Internet address of host where to contact the remote program.port - Port number at host where the remote program can be reached.protocol - Protocol to be
used for ONC/RPC calls.
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.
public SesCamClient(org.acplt.oncrpc.OncRpcClient client)
throws org.acplt.oncrpc.OncRpcException,
IOException
SesCamClient client stub proxy object
from which the SESCAM_PROG remote program can be accessed.
client - ONC/RPC client connection object implementing a particular
protocol.
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.
public SesCamClient(InetAddress host,
int program,
int version,
int protocol)
throws org.acplt.oncrpc.OncRpcException,
IOException
SesCamClient client stub proxy object
from which the SESCAM_PROG remote program can be accessed.
host - Internet address of host where to contact the remote program.program - Remote program number.version - Remote program version number.protocol - Protocol to be
used for ONC/RPC calls.
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.
public SesCamClient(InetAddress host,
int program,
int version,
int port,
int protocol)
throws org.acplt.oncrpc.OncRpcException,
IOException
SesCamClient client stub proxy object
from which the SESCAM_PROG remote program can be accessed.
host - Internet address of host where to contact the remote program.program - Remote program number.version - Remote program version number.port - Port number at host where the remote program can be reached.protocol - Protocol to be
used for ONC/RPC calls.
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.| Method Detail |
|---|
public int SET_AUTOCLEAR_1(int arg1)
throws org.acplt.oncrpc.OncRpcException,
IOException
arg1 - parameter (of type int) to the remote procedure call.
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.
public int GET_AUTOCLEAR_1()
throws org.acplt.oncrpc.OncRpcException,
IOException
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.
public int SET_AUTOREADOUT_1(int arg1)
throws org.acplt.oncrpc.OncRpcException,
IOException
arg1 - parameter (of type int) to the remote procedure call.
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.
public int GET_AUTOREADOUT_1()
throws org.acplt.oncrpc.OncRpcException,
IOException
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.
public int SET_AUTOSHUTTER_1(int arg1)
throws org.acplt.oncrpc.OncRpcException,
IOException
arg1 - parameter (of type int) to the remote procedure call.
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.
public int GET_AUTOSHUTTER_1()
throws org.acplt.oncrpc.OncRpcException,
IOException
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.
public int SET_XSIZE_1(int arg1)
throws org.acplt.oncrpc.OncRpcException,
IOException
arg1 - parameter (of type int) to the remote procedure call.
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.
public int GET_XSIZE_1()
throws org.acplt.oncrpc.OncRpcException,
IOException
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.
public int SET_YSIZE_1(int arg1)
throws org.acplt.oncrpc.OncRpcException,
IOException
arg1 - parameter (of type int) to the remote procedure call.
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.
public int GET_YSIZE_1()
throws org.acplt.oncrpc.OncRpcException,
IOException
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.
public int SET_XBEGIN_1(int arg1)
throws org.acplt.oncrpc.OncRpcException,
IOException
arg1 - parameter (of type int) to the remote procedure call.
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.
public int GET_XBEGIN_1()
throws org.acplt.oncrpc.OncRpcException,
IOException
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.
public int SET_YBEGIN_1(int arg1)
throws org.acplt.oncrpc.OncRpcException,
IOException
arg1 - parameter (of type int) to the remote procedure call.
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.
public int GET_YBEGIN_1()
throws org.acplt.oncrpc.OncRpcException,
IOException
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.
public int SET_XBIN_1(int arg1)
throws org.acplt.oncrpc.OncRpcException,
IOException
arg1 - parameter (of type int) to the remote procedure call.
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.
public int GET_XBIN_1()
throws org.acplt.oncrpc.OncRpcException,
IOException
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.
public int SET_YBIN_1(int arg1)
throws org.acplt.oncrpc.OncRpcException,
IOException
arg1 - parameter (of type int) to the remote procedure call.
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.
public int GET_YBIN_1()
throws org.acplt.oncrpc.OncRpcException,
IOException
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.
public int TOGGLE_MPP_MODE_1()
throws org.acplt.oncrpc.OncRpcException,
IOException
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.
public int GET_MPP_MODE_1()
throws org.acplt.oncrpc.OncRpcException,
IOException
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.
public int SET_TSAM_1(int arg1)
throws org.acplt.oncrpc.OncRpcException,
IOException
arg1 - parameter (of type int) to the remote procedure call.
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.
public int GET_TSAM_1()
throws org.acplt.oncrpc.OncRpcException,
IOException
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.
public int SET_TCLA_1(int arg1)
throws org.acplt.oncrpc.OncRpcException,
IOException
arg1 - parameter (of type int) to the remote procedure call.
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.
public int GET_TCLA_1()
throws org.acplt.oncrpc.OncRpcException,
IOException
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.
public int GET_CCDXSIZE_1()
throws org.acplt.oncrpc.OncRpcException,
IOException
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.
public int GET_CCDYSIZE_1()
throws org.acplt.oncrpc.OncRpcException,
IOException
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.
public int GET_EXPTIME_LEFT_1()
throws org.acplt.oncrpc.OncRpcException,
IOException
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.
public int GET_CAMERA_MODE_1()
throws org.acplt.oncrpc.OncRpcException,
IOException
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.
public int GET_FRAME_TYPE_1()
throws org.acplt.oncrpc.OncRpcException,
IOException
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.
public int GET_PRESSURE_1()
throws org.acplt.oncrpc.OncRpcException,
IOException
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.
public int GET_CCDTEMP_1()
throws org.acplt.oncrpc.OncRpcException,
IOException
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.
public int GET_LN2TEMP_1()
throws org.acplt.oncrpc.OncRpcException,
IOException
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.
public int GET_REFTEMP_1()
throws org.acplt.oncrpc.OncRpcException,
IOException
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.
public int SET_READOUT_DIR_1(String arg1)
throws org.acplt.oncrpc.OncRpcException,
IOException
arg1 - parameter (of type String) to the remote procedure call.
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.
public int GET_READOUT_DIR_1()
throws org.acplt.oncrpc.OncRpcException,
IOException
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.
public int SET_EXPTIME_1(int arg1)
throws org.acplt.oncrpc.OncRpcException,
IOException
arg1 - parameter (of type int) to the remote procedure call.
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.
public int GET_EXPTIME_1()
throws org.acplt.oncrpc.OncRpcException,
IOException
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.
public int EXPOSE_1()
throws org.acplt.oncrpc.OncRpcException,
IOException
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.
public int DARK_1()
throws org.acplt.oncrpc.OncRpcException,
IOException
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.
public int GET_READOUT_STATUS_1()
throws org.acplt.oncrpc.OncRpcException,
IOException
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.
public int WRITE_FITS_1(String arg1)
throws org.acplt.oncrpc.OncRpcException,
IOException
arg1 - parameter (of type String) to the remote procedure call.
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.
public int RESET_1()
throws org.acplt.oncrpc.OncRpcException,
IOException
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.
public int ABORT_1()
throws org.acplt.oncrpc.OncRpcException,
IOException
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||