Uses of Class
com.sun.enterprise.admin.monitor.callflow.RequestInfo

Packages that use RequestInfo
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
static RequestInfo RequestInfo.valueOf(java.lang.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
 void Agent.addRequestInfo(RequestInfo requestInfo, java.lang.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.
 void AgentAdapter.addRequestInfo(RequestInfo requestInfo, java.lang.String value)
           
 



Copyright © 2012 GlassFish Community. All Rights Reserved.