org.iids.aos.kernel.xdr
Class protoServerStub

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

public abstract class protoServerStub
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
protoServerStub()
           
protoServerStub(java.net.InetAddress bindAddr, int port)
           
protoServerStub(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

protoServerStub

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

protoServerStub

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

protoServerStub

public protoServerStub(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.