com.distinct.rpc
Class RPCEntry

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

public class RPCEntry
extends java.lang.Object

Holds information about named RPC services.

See Also:
NetDB

Method Summary
 java.lang.String[] getAliases()
          Returns an array with additional names of the RPC service.
 java.lang.String getName()
          Returns the primary name of the RPC service.
 int getNumber()
          Returns the number of the RPC service.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getName

public java.lang.String getName()
Returns the primary name of the RPC service.
Returns:
The primary name of the RPC service.

getNumber

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

getAliases

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