stella.firecam
Class FirecamServerStub

java.lang.Object
  extended by org.acplt.oncrpc.server.OncRpcServerStub
      extended by stella.firecam.FirecamServerStub
All Implemented Interfaces:
org.acplt.oncrpc.server.OncRpcDispatchable

public abstract class FirecamServerStub
extends org.acplt.oncrpc.server.OncRpcServerStub
implements org.acplt.oncrpc.server.OncRpcDispatchable


Field Summary
 
Fields inherited from class org.acplt.oncrpc.server.OncRpcServerStub
info, shutdownSignal, transports
 
Constructor Summary
FirecamServerStub()
           
FirecamServerStub(InetAddress bindAddr, int port)
           
FirecamServerStub(int port)
           
 
Method Summary
abstract  int CLOSE_1()
           
 void dispatchOncRpcCall(org.acplt.oncrpc.server.OncRpcCallInformation call, int program, int version, int procedure)
           
abstract  int GET_EXPTIME_1()
           
abstract  double GET_FRAMERATE_1()
           
abstract  int GET_GAIN_1()
           
abstract  imagearr GET_IMAGE_1()
           
abstract  int GRAB_IMAGES_1(int arg1)
           
abstract  int INIT_1()
           
abstract  int OPEN_1()
           
abstract  int SAVE_IMAGE_1(String arg1)
           
abstract  int SET_EXPTIME_1(int arg1)
           
abstract  int SET_FRAMERATE_1(double arg1)
           
abstract  int SET_GAIN_1(int arg1)
           
abstract  int START_TRANSMISSION_1()
           
abstract  int STOP_TRANSMISSION_1()
           
 
Methods inherited from class org.acplt.oncrpc.server.OncRpcServerStub
close, getCharacterEncoding, register, run, run, setCharacterEncoding, stopRpcProcessing, unregister
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FirecamServerStub

public FirecamServerStub()
                  throws org.acplt.oncrpc.OncRpcException,
                         IOException
Throws:
org.acplt.oncrpc.OncRpcException
IOException

FirecamServerStub

public FirecamServerStub(int port)
                  throws org.acplt.oncrpc.OncRpcException,
                         IOException
Throws:
org.acplt.oncrpc.OncRpcException
IOException

FirecamServerStub

public FirecamServerStub(InetAddress bindAddr,
                         int port)
                  throws org.acplt.oncrpc.OncRpcException,
                         IOException
Throws:
org.acplt.oncrpc.OncRpcException
IOException
Method Detail

dispatchOncRpcCall

public void dispatchOncRpcCall(org.acplt.oncrpc.server.OncRpcCallInformation call,
                               int program,
                               int version,
                               int procedure)
                        throws org.acplt.oncrpc.OncRpcException,
                               IOException
Specified by:
dispatchOncRpcCall in interface org.acplt.oncrpc.server.OncRpcDispatchable
Throws:
org.acplt.oncrpc.OncRpcException
IOException

OPEN_1

public abstract int OPEN_1()

INIT_1

public abstract int INIT_1()

START_TRANSMISSION_1

public abstract int START_TRANSMISSION_1()

STOP_TRANSMISSION_1

public abstract int STOP_TRANSMISSION_1()

CLOSE_1

public abstract int CLOSE_1()

GRAB_IMAGES_1

public abstract int GRAB_IMAGES_1(int arg1)

GET_IMAGE_1

public abstract imagearr GET_IMAGE_1()

SAVE_IMAGE_1

public abstract int SAVE_IMAGE_1(String arg1)

SET_FRAMERATE_1

public abstract int SET_FRAMERATE_1(double arg1)

GET_FRAMERATE_1

public abstract double GET_FRAMERATE_1()

SET_EXPTIME_1

public abstract int SET_EXPTIME_1(int arg1)

GET_EXPTIME_1

public abstract int GET_EXPTIME_1()

SET_GAIN_1

public abstract int SET_GAIN_1(int arg1)

GET_GAIN_1

public abstract int GET_GAIN_1()