Uses of Class
com.sun.enterprise.admin.monitor.callflow.ContainerTypeOrApplicationType
-
Packages that use ContainerTypeOrApplicationType Package Description com.sun.enterprise.admin.monitor.callflow -
-
Uses of ContainerTypeOrApplicationType in com.sun.enterprise.admin.monitor.callflow
Methods in com.sun.enterprise.admin.monitor.callflow that return ContainerTypeOrApplicationType Modifier and Type Method Description static ContainerTypeOrApplicationTypeContainerTypeOrApplicationType. valueOf(String name)Returns the enum constant of this type with the specified name.static ContainerTypeOrApplicationType[]ContainerTypeOrApplicationType. 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 ContainerTypeOrApplicationType Modifier and Type Method Description voidAgent. startTime(ContainerTypeOrApplicationType type)This method is called by a request processor thread, when the thread of execution transitions into the container code.voidAgentAdapter. startTime(ContainerTypeOrApplicationType type)
-