stella.firecam
Class FirecamServerStub
java.lang.Object
org.acplt.oncrpc.server.OncRpcServerStub
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
| Fields inherited from class org.acplt.oncrpc.server.OncRpcServerStub |
info, shutdownSignal, transports |
| 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 |
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
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()