|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rhq.enterprise.communications.util.prefs.SetupInstruction
org.rhq.enterprise.communications.util.prefs.LocalInetAddressSetupInstruction
public class LocalInetAddressSetupInstruction
This setup instruction is used to define a preference whose value is an IP address that is to be bound to the local host, but by default not the loopback device. This is used to allow a user to default the IP address to bind to something other than the loopback device (localhost or 127.0.0.1) in order for clients external to this local box to connect to it.
| Constructor Summary | |
|---|---|
LocalInetAddressSetupInstruction(java.lang.String preference_name,
java.lang.String prompt_message,
java.lang.String help_message)
Creates a new LocalInetAddressSetupInstruction object. |
|
| Method Summary | |
|---|---|
void |
preProcess()
Sets the default as an IP address for this local host. |
| Methods inherited from class org.rhq.enterprise.communications.util.prefs.SetupInstruction |
|---|
getDefaultValue, getHelpMessage, getPreferenceName, getPreferences, getPromptMessage, getValidityChecker, isUsingNoEchoPrompt, postProcess, setDefaultValue, setHelpMessage, setPreferences, setPromptMessage, setUsingNoEchoPrompt, setValidityChecker, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public LocalInetAddressSetupInstruction(java.lang.String preference_name,
java.lang.String prompt_message,
java.lang.String help_message)
throws java.lang.IllegalArgumentException
LocalInetAddressSetupInstruction object.
preference_name - prompt_message - help_message -
java.lang.IllegalArgumentExceptionSetupInstruction.SetupInstruction(String, String, SetupValidityChecker, String, String, boolean)| Method Detail |
|---|
public void preProcess()
preProcess in class SetupInstructionSetupInstruction.preProcess()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||