stella.ccd
Class SesCamClient

java.lang.Object
  extended by org.acplt.oncrpc.OncRpcClientStub
      extended by stella.ccd.SesCamClient

public class SesCamClient
extends org.acplt.oncrpc.OncRpcClientStub

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

SesCamClient

public SesCamClient(InetAddress host,
                    int protocol)
             throws org.acplt.oncrpc.OncRpcException,
                    IOException
Constructs a SesCamClient client stub proxy object from which the SESCAM_PROG remote program can be accessed.

Parameters:
host - Internet address of host where to contact the remote program.
protocol - Protocol to be used for ONC/RPC calls.
Throws:
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.

SesCamClient

public SesCamClient(InetAddress host,
                    int port,
                    int protocol)
             throws org.acplt.oncrpc.OncRpcException,
                    IOException
Constructs a SesCamClient client stub proxy object from which the SESCAM_PROG remote program can be accessed.

Parameters:
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.
Throws:
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.

SesCamClient

public SesCamClient(org.acplt.oncrpc.OncRpcClient client)
             throws org.acplt.oncrpc.OncRpcException,
                    IOException
Constructs a SesCamClient client stub proxy object from which the SESCAM_PROG remote program can be accessed.

Parameters:
client - ONC/RPC client connection object implementing a particular protocol.
Throws:
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.

SesCamClient

public SesCamClient(InetAddress host,
                    int program,
                    int version,
                    int protocol)
             throws org.acplt.oncrpc.OncRpcException,
                    IOException
Constructs a SesCamClient client stub proxy object from which the SESCAM_PROG remote program can be accessed.

Parameters:
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.
Throws:
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.

SesCamClient

public SesCamClient(InetAddress host,
                    int program,
                    int version,
                    int port,
                    int protocol)
             throws org.acplt.oncrpc.OncRpcException,
                    IOException
Constructs a SesCamClient client stub proxy object from which the SESCAM_PROG remote program can be accessed.

Parameters:
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.
Throws:
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.
Method Detail

SET_AUTOCLEAR_1

public int SET_AUTOCLEAR_1(int arg1)
                    throws org.acplt.oncrpc.OncRpcException,
                           IOException
Call remote procedure SET_AUTOCLEAR_1.

Parameters:
arg1 - parameter (of type int) to the remote procedure call.
Returns:
Result from remote procedure call (of type int).
Throws:
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.

GET_AUTOCLEAR_1

public int GET_AUTOCLEAR_1()
                    throws org.acplt.oncrpc.OncRpcException,
                           IOException
Call remote procedure GET_AUTOCLEAR_1.

Returns:
Result from remote procedure call (of type int).
Throws:
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.

SET_AUTOREADOUT_1

public int SET_AUTOREADOUT_1(int arg1)
                      throws org.acplt.oncrpc.OncRpcException,
                             IOException
Call remote procedure SET_AUTOREADOUT_1.

Parameters:
arg1 - parameter (of type int) to the remote procedure call.
Returns:
Result from remote procedure call (of type int).
Throws:
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.

GET_AUTOREADOUT_1

public int GET_AUTOREADOUT_1()
                      throws org.acplt.oncrpc.OncRpcException,
                             IOException
Call remote procedure GET_AUTOREADOUT_1.

Returns:
Result from remote procedure call (of type int).
Throws:
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.

SET_AUTOSHUTTER_1

public int SET_AUTOSHUTTER_1(int arg1)
                      throws org.acplt.oncrpc.OncRpcException,
                             IOException
Call remote procedure SET_AUTOSHUTTER_1.

Parameters:
arg1 - parameter (of type int) to the remote procedure call.
Returns:
Result from remote procedure call (of type int).
Throws:
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.

GET_AUTOSHUTTER_1

public int GET_AUTOSHUTTER_1()
                      throws org.acplt.oncrpc.OncRpcException,
                             IOException
Call remote procedure GET_AUTOSHUTTER_1.

Returns:
Result from remote procedure call (of type int).
Throws:
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.

SET_XSIZE_1

public int SET_XSIZE_1(int arg1)
                throws org.acplt.oncrpc.OncRpcException,
                       IOException
Call remote procedure SET_XSIZE_1.

Parameters:
arg1 - parameter (of type int) to the remote procedure call.
Returns:
Result from remote procedure call (of type int).
Throws:
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.

GET_XSIZE_1

public int GET_XSIZE_1()
                throws org.acplt.oncrpc.OncRpcException,
                       IOException
Call remote procedure GET_XSIZE_1.

Returns:
Result from remote procedure call (of type int).
Throws:
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.

SET_YSIZE_1

public int SET_YSIZE_1(int arg1)
                throws org.acplt.oncrpc.OncRpcException,
                       IOException
Call remote procedure SET_YSIZE_1.

Parameters:
arg1 - parameter (of type int) to the remote procedure call.
Returns:
Result from remote procedure call (of type int).
Throws:
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.

GET_YSIZE_1

public int GET_YSIZE_1()
                throws org.acplt.oncrpc.OncRpcException,
                       IOException
Call remote procedure GET_YSIZE_1.

Returns:
Result from remote procedure call (of type int).
Throws:
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.

SET_XBEGIN_1

public int SET_XBEGIN_1(int arg1)
                 throws org.acplt.oncrpc.OncRpcException,
                        IOException
Call remote procedure SET_XBEGIN_1.

Parameters:
arg1 - parameter (of type int) to the remote procedure call.
Returns:
Result from remote procedure call (of type int).
Throws:
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.

GET_XBEGIN_1

public int GET_XBEGIN_1()
                 throws org.acplt.oncrpc.OncRpcException,
                        IOException
Call remote procedure GET_XBEGIN_1.

Returns:
Result from remote procedure call (of type int).
Throws:
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.

SET_YBEGIN_1

public int SET_YBEGIN_1(int arg1)
                 throws org.acplt.oncrpc.OncRpcException,
                        IOException
Call remote procedure SET_YBEGIN_1.

Parameters:
arg1 - parameter (of type int) to the remote procedure call.
Returns:
Result from remote procedure call (of type int).
Throws:
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.

GET_YBEGIN_1

public int GET_YBEGIN_1()
                 throws org.acplt.oncrpc.OncRpcException,
                        IOException
Call remote procedure GET_YBEGIN_1.

Returns:
Result from remote procedure call (of type int).
Throws:
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.

SET_XBIN_1

public int SET_XBIN_1(int arg1)
               throws org.acplt.oncrpc.OncRpcException,
                      IOException
Call remote procedure SET_XBIN_1.

Parameters:
arg1 - parameter (of type int) to the remote procedure call.
Returns:
Result from remote procedure call (of type int).
Throws:
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.

GET_XBIN_1

public int GET_XBIN_1()
               throws org.acplt.oncrpc.OncRpcException,
                      IOException
Call remote procedure GET_XBIN_1.

Returns:
Result from remote procedure call (of type int).
Throws:
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.

SET_YBIN_1

public int SET_YBIN_1(int arg1)
               throws org.acplt.oncrpc.OncRpcException,
                      IOException
Call remote procedure SET_YBIN_1.

Parameters:
arg1 - parameter (of type int) to the remote procedure call.
Returns:
Result from remote procedure call (of type int).
Throws:
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.

GET_YBIN_1

public int GET_YBIN_1()
               throws org.acplt.oncrpc.OncRpcException,
                      IOException
Call remote procedure GET_YBIN_1.

Returns:
Result from remote procedure call (of type int).
Throws:
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.

TOGGLE_MPP_MODE_1

public int TOGGLE_MPP_MODE_1()
                      throws org.acplt.oncrpc.OncRpcException,
                             IOException
Call remote procedure TOGGLE_MPP_MODE_1.

Returns:
Result from remote procedure call (of type int).
Throws:
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.

GET_MPP_MODE_1

public int GET_MPP_MODE_1()
                   throws org.acplt.oncrpc.OncRpcException,
                          IOException
Call remote procedure GET_MPP_MODE_1.

Returns:
Result from remote procedure call (of type int).
Throws:
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.

SET_TSAM_1

public int SET_TSAM_1(int arg1)
               throws org.acplt.oncrpc.OncRpcException,
                      IOException
Call remote procedure SET_TSAM_1.

Parameters:
arg1 - parameter (of type int) to the remote procedure call.
Returns:
Result from remote procedure call (of type int).
Throws:
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.

GET_TSAM_1

public int GET_TSAM_1()
               throws org.acplt.oncrpc.OncRpcException,
                      IOException
Call remote procedure GET_TSAM_1.

Returns:
Result from remote procedure call (of type int).
Throws:
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.

SET_TCLA_1

public int SET_TCLA_1(int arg1)
               throws org.acplt.oncrpc.OncRpcException,
                      IOException
Call remote procedure SET_TCLA_1.

Parameters:
arg1 - parameter (of type int) to the remote procedure call.
Returns:
Result from remote procedure call (of type int).
Throws:
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.

GET_TCLA_1

public int GET_TCLA_1()
               throws org.acplt.oncrpc.OncRpcException,
                      IOException
Call remote procedure GET_TCLA_1.

Returns:
Result from remote procedure call (of type int).
Throws:
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.

GET_CCDXSIZE_1

public int GET_CCDXSIZE_1()
                   throws org.acplt.oncrpc.OncRpcException,
                          IOException
Call remote procedure GET_CCDXSIZE_1.

Returns:
Result from remote procedure call (of type int).
Throws:
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.

GET_CCDYSIZE_1

public int GET_CCDYSIZE_1()
                   throws org.acplt.oncrpc.OncRpcException,
                          IOException
Call remote procedure GET_CCDYSIZE_1.

Returns:
Result from remote procedure call (of type int).
Throws:
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.

GET_EXPTIME_LEFT_1

public int GET_EXPTIME_LEFT_1()
                       throws org.acplt.oncrpc.OncRpcException,
                              IOException
Call remote procedure GET_EXPTIME_LEFT_1.

Returns:
Result from remote procedure call (of type int).
Throws:
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.

GET_CAMERA_MODE_1

public int GET_CAMERA_MODE_1()
                      throws org.acplt.oncrpc.OncRpcException,
                             IOException
Call remote procedure GET_CAMERA_MODE_1.

Returns:
Result from remote procedure call (of type int).
Throws:
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.

GET_FRAME_TYPE_1

public int GET_FRAME_TYPE_1()
                     throws org.acplt.oncrpc.OncRpcException,
                            IOException
Call remote procedure GET_FRAME_TYPE_1.

Returns:
Result from remote procedure call (of type int).
Throws:
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.

GET_PRESSURE_1

public int GET_PRESSURE_1()
                   throws org.acplt.oncrpc.OncRpcException,
                          IOException
Call remote procedure GET_PRESSURE_1.

Returns:
Result from remote procedure call (of type int).
Throws:
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.

GET_CCDTEMP_1

public int GET_CCDTEMP_1()
                  throws org.acplt.oncrpc.OncRpcException,
                         IOException
Call remote procedure GET_CCDTEMP_1.

Returns:
Result from remote procedure call (of type int).
Throws:
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.

GET_LN2TEMP_1

public int GET_LN2TEMP_1()
                  throws org.acplt.oncrpc.OncRpcException,
                         IOException
Call remote procedure GET_LN2TEMP_1.

Returns:
Result from remote procedure call (of type int).
Throws:
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.

GET_REFTEMP_1

public int GET_REFTEMP_1()
                  throws org.acplt.oncrpc.OncRpcException,
                         IOException
Call remote procedure GET_REFTEMP_1.

Returns:
Result from remote procedure call (of type int).
Throws:
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.

SET_READOUT_DIR_1

public int SET_READOUT_DIR_1(String arg1)
                      throws org.acplt.oncrpc.OncRpcException,
                             IOException
Call remote procedure SET_READOUT_DIR_1.

Parameters:
arg1 - parameter (of type String) to the remote procedure call.
Returns:
Result from remote procedure call (of type int).
Throws:
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.

GET_READOUT_DIR_1

public int GET_READOUT_DIR_1()
                      throws org.acplt.oncrpc.OncRpcException,
                             IOException
Call remote procedure GET_READOUT_DIR_1.

Returns:
Result from remote procedure call (of type int).
Throws:
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.

SET_EXPTIME_1

public int SET_EXPTIME_1(int arg1)
                  throws org.acplt.oncrpc.OncRpcException,
                         IOException
Call remote procedure SET_EXPTIME_1.

Parameters:
arg1 - parameter (of type int) to the remote procedure call.
Returns:
Result from remote procedure call (of type int).
Throws:
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.

GET_EXPTIME_1

public int GET_EXPTIME_1()
                  throws org.acplt.oncrpc.OncRpcException,
                         IOException
Call remote procedure GET_EXPTIME_1.

Returns:
Result from remote procedure call (of type int).
Throws:
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.

EXPOSE_1

public int EXPOSE_1()
             throws org.acplt.oncrpc.OncRpcException,
                    IOException
Call remote procedure EXPOSE_1.

Returns:
Result from remote procedure call (of type int).
Throws:
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.

DARK_1

public int DARK_1()
           throws org.acplt.oncrpc.OncRpcException,
                  IOException
Call remote procedure DARK_1.

Returns:
Result from remote procedure call (of type int).
Throws:
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.

GET_READOUT_STATUS_1

public int GET_READOUT_STATUS_1()
                         throws org.acplt.oncrpc.OncRpcException,
                                IOException
Call remote procedure GET_READOUT_STATUS_1.

Returns:
Result from remote procedure call (of type int).
Throws:
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.

WRITE_FITS_1

public int WRITE_FITS_1(String arg1)
                 throws org.acplt.oncrpc.OncRpcException,
                        IOException
Call remote procedure WRITE_FITS_1.

Parameters:
arg1 - parameter (of type String) to the remote procedure call.
Returns:
Result from remote procedure call (of type int).
Throws:
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.

RESET_1

public int RESET_1()
            throws org.acplt.oncrpc.OncRpcException,
                   IOException
Call remote procedure RESET_1.

Returns:
Result from remote procedure call (of type int).
Throws:
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.

ABORT_1

public int ABORT_1()
            throws org.acplt.oncrpc.OncRpcException,
                   IOException
Call remote procedure ABORT_1.

Returns:
Result from remote procedure call (of type int).
Throws:
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
IOException - if an I/O error occurs.