- getAllResults(Argument) - Method in class org.apache.geode.modules.session.installer.args.ArgumentValues
-
Returns all results for the specified argument.
- getArgumentHandler() - Method in class org.apache.geode.modules.session.installer.args.Argument
-
Returns the argument handler.
- getDefaults() - Method in class org.apache.geode.modules.session.installer.args.Argument
-
Returns the defaults.
- getDefinedArguments() - Method in class org.apache.geode.modules.session.installer.args.ArgumentValues
-
Returns a list of all defined arguments.
- getDefinedCount(Argument...) - Method in class org.apache.geode.modules.session.installer.args.ArgumentValues
-
Counts the number of arguments defined on the command line which are in the list provided.
- getDescription() - Method in class org.apache.geode.modules.session.installer.args.Argument
-
Returns a usage description of this argument.
- getEnvVars() - Method in class org.apache.geode.modules.session.installer.args.Argument
-
Returns the environment variable names for each parameter.
- getFilterConfig() - Method in class org.apache.geode.modules.session.filter.SessionCachingFilter
-
Return the filter configuration object for this filter.
- getFirstResult(Argument) - Method in class org.apache.geode.modules.session.installer.args.ArgumentValues
-
Convenience method to return the first value of the first instance of the command line argument
values for the specified argument.
- getFirstResultAsInt(Argument, int) - Method in class org.apache.geode.modules.session.installer.args.ArgumentValues
-
Convenience method to return the result of getFirstResult method as an integer.
- getForms() - Method in class org.apache.geode.modules.session.installer.args.Argument
-
Returns a list of all valid representations of this command line argument.
- getParameterCount() - Method in class org.apache.geode.modules.session.installer.args.Argument
-
Returns the number of parameters that this argument takes.
- getParameterName(int) - Method in class org.apache.geode.modules.session.installer.args.Argument
-
Returns the name of the parameter position requested.
- getPostArgs() - Method in class org.apache.geode.modules.session.installer.args.ArgumentValues
-
After processing the command line arguments, this method may be used to return all arguments
which were excluded from processing by their placement after the "--"
psuedo-argument.
- getPrimaryForm() - Method in class org.apache.geode.modules.session.installer.args.Argument
-
Returns the primary form of the argument.
- getRemoteUser() - Method in class org.apache.geode.modules.session.filter.SessionCachingFilter.RequestWrapper
- getRequestedSessionId() - Method in class org.apache.geode.modules.session.filter.SessionCachingFilter.RequestWrapper
- getResult(Argument) - Method in class org.apache.geode.modules.session.installer.args.ArgumentValues
-
Convenience method to retrieve the first instance of the command line argument's values.
- getSession() - Method in class org.apache.geode.modules.session.filter.SessionCachingFilter.RequestWrapper
- getSession(boolean) - Method in class org.apache.geode.modules.session.filter.SessionCachingFilter.RequestWrapper
-
Create our own sessions.
- getSessionManager() - Static method in class org.apache.geode.modules.session.filter.SessionCachingFilter
-
Retrieve the SessionManager.
- getStackTrace(Throwable) - Static method in class org.apache.geode.modules.session.filter.SessionCachingFilter
-
- getUsage() - Method in class org.apache.geode.modules.session.installer.args.ArgumentProcessor
-
Generates command line usage text for display to user.
- getUsage() - Method in exception org.apache.geode.modules.session.installer.args.UsageException
-
Returns the usage message previously set.
- getUserPrincipal() - Method in class org.apache.geode.modules.session.filter.SessionCachingFilter.RequestWrapper
- getWrappingSession(HttpSession) - Static method in class org.apache.geode.modules.session.filter.SessionCachingFilter
-
Return the GemFire session which wraps a native session