Uses of Class
com.sun.enterprise.admin.monitor.callflow.RequestInfo
-
Packages that use RequestInfo Package Description com.sun.enterprise.admin.monitor.callflow -
-
Uses of RequestInfo in com.sun.enterprise.admin.monitor.callflow
Methods in com.sun.enterprise.admin.monitor.callflow that return RequestInfo Modifier and Type Method Description static RequestInfoRequestInfo. valueOf(String name)Returns the enum constant of this type with the specified name.static RequestInfo[]RequestInfo. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.sun.enterprise.admin.monitor.callflow with parameters of type RequestInfo Modifier and Type Method Description voidAgent. addRequestInfo(RequestInfo requestInfo, String value)This method may be called by the container during request dispatch, to add request information such as caller IP address, and remote user name.voidAgentAdapter. addRequestInfo(RequestInfo requestInfo, String value)
-