|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rhq.enterprise.communications.util.prefs.RemotingLocatorUriParamsValidityChecker
public class RemotingLocatorUriParamsValidityChecker
Checks the validity of a JBoss/Remoting InvokerLocator URI parameters. This means the string is really a URI
query string (e.g. name1=value1&foo&hello=world).
| Constructor Summary | |
|---|---|
RemotingLocatorUriParamsValidityChecker()
|
|
| 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 RemotingLocatorUriParamsValidityChecker()
| 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 | |||||||||