public class FirecamGuardClient
extends org.acplt.oncrpc.OncRpcClientStub
FirecamGuardClient implements the client stub proxy
for the FIRECAM_GUARD_PROG remote program. It provides method stubs
which, when called, in turn call the appropriate remote method (procedure).| Constructor and Description |
|---|
FirecamGuardClient(InetAddress host,
int protocol)
Constructs a
FirecamGuardClient client stub proxy object
from which the FIRECAM_GUARD_PROG remote program can be accessed. |
FirecamGuardClient(InetAddress host,
int port,
int protocol)
Constructs a
FirecamGuardClient client stub proxy object
from which the FIRECAM_GUARD_PROG remote program can be accessed. |
FirecamGuardClient(InetAddress host,
int program,
int version,
int protocol)
Constructs a
FirecamGuardClient client stub proxy object
from which the FIRECAM_GUARD_PROG remote program can be accessed. |
FirecamGuardClient(InetAddress host,
int program,
int version,
int port,
int protocol)
Constructs a
FirecamGuardClient client stub proxy object
from which the FIRECAM_GUARD_PROG remote program can be accessed. |
FirecamGuardClient(org.acplt.oncrpc.OncRpcClient client)
Constructs a
FirecamGuardClient client stub proxy object
from which the FIRECAM_GUARD_PROG remote program can be accessed. |
| Modifier and Type | Method and Description |
|---|---|
int |
HARDRESET_CAMERA_1()
Call remote procedure HARDRESET_CAMERA_1.
|
public FirecamGuardClient(InetAddress host, int protocol) throws org.acplt.oncrpc.OncRpcException, IOException
FirecamGuardClient client stub proxy object
from which the FIRECAM_GUARD_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 FirecamGuardClient(InetAddress host, int port, int protocol) throws org.acplt.oncrpc.OncRpcException, IOException
FirecamGuardClient client stub proxy object
from which the FIRECAM_GUARD_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 FirecamGuardClient(org.acplt.oncrpc.OncRpcClient client)
throws org.acplt.oncrpc.OncRpcException,
IOException
FirecamGuardClient client stub proxy object
from which the FIRECAM_GUARD_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 FirecamGuardClient(InetAddress host, int program, int version, int protocol) throws org.acplt.oncrpc.OncRpcException, IOException
FirecamGuardClient client stub proxy object
from which the FIRECAM_GUARD_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 FirecamGuardClient(InetAddress host, int program, int version, int port, int protocol) throws org.acplt.oncrpc.OncRpcException, IOException
FirecamGuardClient client stub proxy object
from which the FIRECAM_GUARD_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 HARDRESET_CAMERA_1()
throws org.acplt.oncrpc.OncRpcException,
IOException
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.IOException - if an I/O error occurs.