|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rhq.enterprise.communications.util.prefs.RemotingLocatorUriValidityChecker
public class RemotingLocatorUriValidityChecker
Checks the validity of a JBoss/Remoting InvokerLocator URI.
| Constructor Summary | |
|---|---|
RemotingLocatorUriValidityChecker()
|
|
| Method Summary | |
|---|---|
boolean |
checkValidity(java.lang.String pref_name,
java.lang.String value_to_check,
java.util.prefs.Preferences preferences,
java.io.PrintWriter out)
This will check the validity of the given value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RemotingLocatorUriValidityChecker()
| Method Detail |
|---|
public boolean checkValidity(java.lang.String pref_name,
java.lang.String value_to_check,
java.util.prefs.Preferences preferences,
java.io.PrintWriter out)
SetupValidityChecker
checkValidity in interface SetupValidityCheckerpref_name - the name of the preference being checkedvalue_to_check - the value to checkpreferences - the full set of preferencesout - an output stream this instruction can use to print out any error messages that it deems
appropriate
true if value_to_check is valid; false otherwiseSetupValidityChecker.checkValidity(String, String, Preferences, PrintWriter)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||