Uses of Enum Class
com.sun.enterprise.admin.monitor.callflow.RequestInfo
Packages that use RequestInfo
-
Uses of RequestInfo in com.sun.enterprise.admin.monitor.callflow
Methods in com.sun.enterprise.admin.monitor.callflow that return RequestInfoModifier and TypeMethodDescriptionstatic RequestInfoReturns the enum constant of this class with the specified name.static RequestInfo[]RequestInfo.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.sun.enterprise.admin.monitor.callflow with parameters of type RequestInfoModifier and TypeMethodDescriptionvoidAgent.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)