***  This class provides Binary Compatibility only, not Source Compatibility  ***

com.sas.net.rmi
Class Constants

com.sas.net.rmi.Constants

public final class Constants

Constants denoting standard port numbers used by SAS applications employing remote RMI objects.

Since:
1.1.3

Field Summary
static int PORT_ANONYMOUS
          A constant 0 which designates a desire to use an anonymous port.
static int PORT_DEFAULT_SAS_RMI_REGISTRY
          Deprecated. Applications are now configured using the SAS Deployment Wizard which allows up to 10 LevN images to be configured per machine. Each LevN will have its own default port, so this constant is being deprecated since it is no longer valid.
static java.lang.String RMI
          Protocol: "RMI"
 

Field Detail

PORT_ANONYMOUS

public static final int PORT_ANONYMOUS
A constant 0 which designates a desire to use an anonymous port.

This constant may be used as the value for the port number parameter to:

See Also:
Constant Field Values

PORT_DEFAULT_SAS_RMI_REGISTRY

public static final int PORT_DEFAULT_SAS_RMI_REGISTRY
Deprecated. Applications are now configured using the SAS Deployment Wizard which allows up to 10 LevN images to be configured per machine. Each LevN will have its own default port, so this constant is being deprecated since it is no longer valid.
Default port 5091 for an RMI registry used by a SAS Java application that serves as a naming registry to lookup remote objects.

See Also:
Constant Field Values

RMI

public static final java.lang.String RMI
Protocol: "RMI"

See Also:
Constant Field Values

***  This class provides Binary Compatibility only, not Source Compatibility  ***




Copyright © 2009 SAS Institute Inc. All Rights Reserved.