org.iids.aos.kernel.xdr
Class tlsServerStub

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

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

tlsServerStub

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

tlsServerStub

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

tlsServerStub

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