stella.roof
Class DomeServerStub

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

public abstract class DomeServerStub
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
DomeServerStub()
           
DomeServerStub(InetAddress bindAddr, int port)
           
DomeServerStub(int port)
           
 
Method Summary
 void dispatchOncRpcCall(org.acplt.oncrpc.server.OncRpcCallInformation call, int program, int version, int procedure)
           
abstract  int FAST_BACKWARD_1()
           
abstract  int FAST_FORWARD_1()
           
abstract  int GET_AZIMUTH_1()
           
abstract  int GET_HATCH_OPEN_1()
           
abstract  int GET_HATCH_SHUT_1()
           
abstract  int GET_SLIT_OPEN_1()
           
abstract  int GET_SLIT_SHUT_1()
           
abstract  int HATCH_OFF_1()
           
abstract  int HATCH_OPEN_1()
           
abstract  int HATCH_SHUT_1()
           
abstract  int SLIT_OFF_1()
           
abstract  int SLIT_OPEN_1()
           
abstract  int SLIT_SHUT_1()
           
abstract  int SLOW_BACKWARD_1()
           
abstract  int SLOW_FORWARD_1()
           
abstract  int STOP_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

DomeServerStub

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

DomeServerStub

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

DomeServerStub

public DomeServerStub(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

STOP_1

public abstract int STOP_1()

FAST_FORWARD_1

public abstract int FAST_FORWARD_1()

FAST_BACKWARD_1

public abstract int FAST_BACKWARD_1()

SLOW_FORWARD_1

public abstract int SLOW_FORWARD_1()

SLOW_BACKWARD_1

public abstract int SLOW_BACKWARD_1()

GET_AZIMUTH_1

public abstract int GET_AZIMUTH_1()

SLIT_OPEN_1

public abstract int SLIT_OPEN_1()

SLIT_SHUT_1

public abstract int SLIT_SHUT_1()

SLIT_OFF_1

public abstract int SLIT_OFF_1()

HATCH_OPEN_1

public abstract int HATCH_OPEN_1()

HATCH_SHUT_1

public abstract int HATCH_SHUT_1()

HATCH_OFF_1

public abstract int HATCH_OFF_1()

GET_HATCH_OPEN_1

public abstract int GET_HATCH_OPEN_1()

GET_HATCH_SHUT_1

public abstract int GET_HATCH_SHUT_1()

GET_SLIT_OPEN_1

public abstract int GET_SLIT_OPEN_1()

GET_SLIT_SHUT_1

public abstract int GET_SLIT_SHUT_1()