All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class netbula.ORPC.Server

java.lang.Object
   |
   +----netbula.ORPC.Server

public abstract class Server
extends Object
implements Runnable
Abstract base class of the TCPServer and UDPServer


Constructor Index

 o Server()

Method Index

 o getPort()
Get the port number of the RPC server
 o getProg()
 o getVers()
 o isTCP()
Check if it is a TCP server.
 o register()
 o run()
 o unregister()

Constructors

 o Server
 public Server()

Methods

 o register
 public boolean register() throws rpc_err
 o unregister
 public boolean unregister() throws rpc_err
 o getPort
 public int getPort()
Get the port number of the RPC server

 o getProg
 public int getProg()
 o getVers
 public int getVers()
 o isTCP
 public boolean isTCP()
Check if it is a TCP server.


All Packages  Class Hierarchy  This Package  Previous  Next  Index