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
-
getAliases()
- Returns an array with additional names of the RPC service.
-
getName()
- Returns the primary name of the RPC service.
-
getNumber()
- Returns the number of the RPC service.
getName
public 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 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