public class Ethcam2000Client extends org.acplt.oncrpc.OncRpcClientStub implements EthcamClient
Ethcam2000Client implements the client stub proxy
for the ETHCAM_PROG remote program. It provides method stubs
which, when called, in turn call the appropriate remote method (procedure).| Constructor and Description |
|---|
Ethcam2000Client(InetAddress host,
int protocol)
Constructs a
Ethcam2000Client client stub proxy object
from which the ETHCAM_PROG remote program can be accessed. |
Ethcam2000Client(InetAddress host,
int port,
int protocol)
Constructs a
Ethcam2000Client client stub proxy object
from which the ETHCAM_PROG remote program can be accessed. |
Ethcam2000Client(InetAddress host,
int program,
int version,
int protocol)
Constructs a
Ethcam2000Client client stub proxy object
from which the ETHCAM_PROG remote program can be accessed. |
Ethcam2000Client(InetAddress host,
int program,
int version,
int port,
int protocol)
Constructs a
Ethcam2000Client client stub proxy object
from which the ETHCAM_PROG remote program can be accessed. |
Ethcam2000Client(org.acplt.oncrpc.OncRpcClient client)
Constructs a
Ethcam2000Client client stub proxy object
from which the ETHCAM_PROG remote program can be accessed. |
| Modifier and Type | Method and Description |
|---|---|
int |
CLOSE_1()
Call remote procedure CLOSE_1.
|
String |
GET_AOI_1()
Call remote procedure GET_AOI_1.
|
int |
GET_BLACKLEVEL_1()
Call remote procedure GET_BLACKLEVEL_1.
|
String |
GET_ERROR_1()
Call remote procedure GET_ERROR_1.
|
int |
GET_EXPTIME_1()
Call remote procedure GET_EXPTIME_1.
|
double |
GET_GAIN_1()
Call remote procedure GET_GAIN_1.
|
imagearr2000 |
GET_IMAGE_1()
Call remote procedure GET_IMAGE_1.
|
int |
GET_READOUTTIME_1()
Call remote procedure GET_READOUTTIME_1.
|
int |
GRAB_IMAGES_1(int arg1)
Call remote procedure GRAB_IMAGES_1.
|
int |
OPEN_1(String arg1)
Call remote procedure OPEN_1.
|
int |
SAVE_IMAGE_1(String arg1)
Call remote procedure SAVE_IMAGE_1.
|
int |
SET_AOI_1(String arg1)
Call remote procedure SET_AOI_1.
|
int |
SET_BLACKLEVEL_1(int arg1)
Call remote procedure SET_BLACKLEVEL_1.
|
int |
SET_EXPTIME_1(int arg1)
Call remote procedure SET_EXPTIME_1.
|
int |
SET_GAIN_1(double arg1)
Call remote procedure SET_GAIN_1.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, getClientpublic Ethcam2000Client(InetAddress host, int protocol) throws org.acplt.oncrpc.OncRpcException, IOException
Ethcam2000Client client stub proxy object
from which the ETHCAM_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 Ethcam2000Client(InetAddress host, int port, int protocol) throws org.acplt.oncrpc.OncRpcException, IOException
Ethcam2000Client client stub proxy object
from which the ETHCAM_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 Ethcam2000Client(org.acplt.oncrpc.OncRpcClient client)
throws org.acplt.oncrpc.OncRpcException,
IOException
Ethcam2000Client client stub proxy object
from which the ETHCAM_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 Ethcam2000Client(InetAddress host, int program, int version, int protocol) throws org.acplt.oncrpc.OncRpcException, IOException
Ethcam2000Client client stub proxy object
from which the ETHCAM_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 Ethcam2000Client(InetAddress host, int program, int version, int port, int protocol) throws org.acplt.oncrpc.OncRpcException, IOException
Ethcam2000Client client stub proxy object
from which the ETHCAM_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.public int OPEN_1(String arg1) throws org.acplt.oncrpc.OncRpcException, IOException
OPEN_1 in interface EthcamClientarg1 - 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 CLOSE_1()
throws org.acplt.oncrpc.OncRpcException,
IOException
CLOSE_1 in interface EthcamClientorg.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.IOException - if an I/O error occurs.public int GRAB_IMAGES_1(int arg1)
throws org.acplt.oncrpc.OncRpcException,
IOException
GRAB_IMAGES_1 in interface EthcamClientarg1 - 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 imagearr2000 GET_IMAGE_1() throws org.acplt.oncrpc.OncRpcException, IOException
GET_IMAGE_1 in interface EthcamClientorg.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.IOException - if an I/O error occurs.public int SAVE_IMAGE_1(String arg1) throws org.acplt.oncrpc.OncRpcException, IOException
SAVE_IMAGE_1 in interface EthcamClientarg1 - 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 SET_AOI_1(String arg1) throws org.acplt.oncrpc.OncRpcException, IOException
SET_AOI_1 in interface EthcamClientarg1 - 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 String GET_AOI_1() throws org.acplt.oncrpc.OncRpcException, IOException
GET_AOI_1 in interface EthcamClientorg.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
SET_EXPTIME_1 in interface EthcamClientarg1 - 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
GET_EXPTIME_1 in interface EthcamClientorg.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.IOException - if an I/O error occurs.public int SET_GAIN_1(double arg1)
throws org.acplt.oncrpc.OncRpcException,
IOException
SET_GAIN_1 in interface EthcamClientarg1 - parameter (of type double) to the remote procedure call.org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.IOException - if an I/O error occurs.public double GET_GAIN_1()
throws org.acplt.oncrpc.OncRpcException,
IOException
GET_GAIN_1 in interface EthcamClientorg.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.IOException - if an I/O error occurs.public int SET_BLACKLEVEL_1(int arg1)
throws org.acplt.oncrpc.OncRpcException,
IOException
SET_BLACKLEVEL_1 in interface EthcamClientarg1 - 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_BLACKLEVEL_1()
throws org.acplt.oncrpc.OncRpcException,
IOException
GET_BLACKLEVEL_1 in interface EthcamClientorg.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.IOException - if an I/O error occurs.public int GET_READOUTTIME_1()
throws org.acplt.oncrpc.OncRpcException,
IOException
GET_READOUTTIME_1 in interface EthcamClientorg.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.IOException - if an I/O error occurs.public String GET_ERROR_1() throws org.acplt.oncrpc.OncRpcException, IOException
GET_ERROR_1 in interface EthcamClientorg.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.IOException - if an I/O error occurs.