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

com.sas.services.deployment
Class CLIOptionsRMIRegistry

com.sas.services.deployment.CLIOptionsRMIRegistry

public final class CLIOptionsRMIRegistry

Command line options used to specify an RMI registry's host and port.
Configuration Command Line Options
OptionDescription
host Name of the option used to specify the RMI registry's host.
port Name of the option used to specify the RMI registry's port.

Since:
9.3

Constructor Summary
CLIOptionsRMIRegistry()
          Constructs a default instance.
 
Method Summary
 org.apache.commons.cli.Option createOptionHost()
          Creates the command line option used to specify the RMI registry's host.
 org.apache.commons.cli.Option createOptionPort()
          Creates the command line option used to specify the RMI registry's port.
 java.lang.String getNameOfOptionHost()
          Gets the command line option "rmiregistry.host" used to specify the RMI registry's host.
 java.lang.String getNameOfOptionPort()
          Gets the command line option "rmiregistry.port" used to specify the RMI registry's port.
 

Constructor Detail

CLIOptionsRMIRegistry

public CLIOptionsRMIRegistry()
Constructs a default instance.

Since:
9.3
Method Detail

getNameOfOptionHost

public java.lang.String getNameOfOptionHost()
Gets the command line option "rmiregistry.host" used to specify the RMI registry's host.

Returns:
Command line option "rmiregistry.host" used to specify the RMI registry's host.
Since:
9.3

getNameOfOptionPort

public java.lang.String getNameOfOptionPort()
Gets the command line option "rmiregistry.port" used to specify the RMI registry's port.

Returns:
Command line option "rmiregistry.port" used to specify the RMI registry's port.
Since:
9.3

createOptionHost

public org.apache.commons.cli.Option createOptionHost()
Creates the command line option used to specify the RMI registry's host.

Returns:
Option used to specify the RMI registry's host.
Since:
9.3

createOptionPort

public org.apache.commons.cli.Option createOptionPort()
Creates the command line option used to specify the RMI registry's port.

Returns:
Option used to specify the RMI registry's port.
Since:
9.3

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




Copyright © 2009 SAS Institute Inc. All Rights Reserved.