Uses of Class
com.sun.enterprise.util.Result
-
Packages that use Result Package Description com.sun.enterprise.v3.server com.sun.enterprise.v3.services.impl com.sun.enterprise.web -
-
Uses of Result in com.sun.enterprise.v3.server
Methods in com.sun.enterprise.v3.server that return Result Modifier and Type Method Description Result<Thread>LifecycleModuleService.LifecycleModuleFuture. get()Result<Thread>LifecycleModuleService.LifecycleModuleFuture. get(long timeout, TimeUnit unit)Methods in com.sun.enterprise.v3.server that return types with arguments of type Result Modifier and Type Method Description List<Future<Result<Thread>>>LifecycleModuleService. getFutures()Methods in com.sun.enterprise.v3.server with parameters of type Result Modifier and Type Method Description voidLifecycleModuleService.LifecycleModuleFuture. setResult(Result<Thread> result) -
Uses of Result in com.sun.enterprise.v3.services.impl
Methods in com.sun.enterprise.v3.services.impl that return types with arguments of type Result Modifier and Type Method Description Future<Result<Thread>>GrizzlyService. createNetworkProxy(NetworkListener listener)List<Future<Result<Thread>>>GrizzlyService. getFutures()Future<Result<Thread>>GrizzlyProxy. start()Future<Result<Thread>>NetworkProxy. start()Start the proxy. -
Uses of Result in com.sun.enterprise.web
Methods in com.sun.enterprise.web that return types with arguments of type Result Modifier and Type Method Description List<Result<WebModule>>WebContainer. loadWebModule(WebModuleConfig webModuleConfig, String j2eeApplication, Properties deploymentProperties)Creates and configures a web module for each virtual server that the web module is hosted under.
-