Uses of Interface
com.sun.enterprise.admin.monitor.callflow.CallFlowInfo
-
Packages that use CallFlowInfo Package Description com.sun.ejb.containers com.sun.enterprise.admin.monitor.callflow -
-
Uses of CallFlowInfo in com.sun.ejb.containers
Fields in com.sun.ejb.containers declared as CallFlowInfo Modifier and Type Field Description protected CallFlowInfoBaseContainer. callFlowInfo -
Uses of CallFlowInfo in com.sun.enterprise.admin.monitor.callflow
Methods in com.sun.enterprise.admin.monitor.callflow with parameters of type CallFlowInfo Modifier and Type Method Description voidAgent. ejbMethodEnd(CallFlowInfo info)This method is called by a request processor thread, after invoking a business method on a target EJB.voidAgentAdapter. ejbMethodEnd(CallFlowInfo info)voidAgent. ejbMethodStart(CallFlowInfo info)This method is called by a request processor thread, before invoking a business method on a target EJB.voidAgentAdapter. ejbMethodStart(CallFlowInfo info)
-