org.iids.aos.api.xdr
Class api_PROG_ServerStub

java.lang.Object
  extended by org.acplt.oncrpc.server.OncRpcServerStub
      extended by org.iids.aos.api.xdr.api_PROG_ServerStub
All Implemented Interfaces:
org.acplt.oncrpc.server.OncRpcDispatchable

public abstract class api_PROG_ServerStub
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
api_PROG_ServerStub()
           
api_PROG_ServerStub(java.net.InetAddress bindAddr, int port)
           
api_PROG_ServerStub(int port)
           
 
Method Summary
 void dispatchOncRpcCall(org.acplt.oncrpc.server.OncRpcCallInformation call, int program, int version, int procedure)
           
abstract  void NULL_1(int arg1)
           
 
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

api_PROG_ServerStub

public api_PROG_ServerStub()
                    throws org.acplt.oncrpc.OncRpcException,
                           java.io.IOException
Throws:
org.acplt.oncrpc.OncRpcException
java.io.IOException

api_PROG_ServerStub

public api_PROG_ServerStub(int port)
                    throws org.acplt.oncrpc.OncRpcException,
                           java.io.IOException
Throws:
org.acplt.oncrpc.OncRpcException
java.io.IOException

api_PROG_ServerStub

public api_PROG_ServerStub(java.net.InetAddress bindAddr,
                           int port)
                    throws org.acplt.oncrpc.OncRpcException,
                           java.io.IOException
Throws:
org.acplt.oncrpc.OncRpcException
java.io.IOException
Method Detail

dispatchOncRpcCall

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

NULL_1

public abstract void NULL_1(int arg1)


Copyright © 2003, 2004 IIDS Group. All Rights Reserved.