All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class distinct.rpc.RPCEntry

java.lang.Object
   |
   +----distinct.rpc.RPCEntry

public class RPCEntry
extends Object
Holds information about named RPC services.

See Also:
NetDB

Method Index

 o getAliases()
Returns an array with additional names of the RPC service.
 o getName()
Returns the primary name of the RPC service.
 o getNumber()
Returns the number of the RPC service.

Methods

 o getName
 public String getName()
Returns the primary name of the RPC service.

Returns:
The primary name of the RPC service.
 o getNumber
 public int getNumber()
Returns the number of the RPC service.

Returns:
The number of the RPC service.
 o getAliases
 public String[] getAliases()
Returns an array with additional names of the RPC service.

Returns:
The array with the additional names of the RPC service.

All Packages  Class Hierarchy  This Package  Previous  Next  Index