Uses of Class
org.codehaus.cargo.daemon.Handle
-
Packages that use Handle Package Description org.codehaus.cargo.daemon -
-
Uses of Handle in org.codehaus.cargo.daemon
Methods in org.codehaus.cargo.daemon that return Handle Modifier and Type Method Description HandleHandleDatabase. get(String handleId)Gets the handle object by handle id.HandleHandleDatabase. putIfAbsent(String handleId, Handle handle)Puts the handle object in database (in memory) if absent.Methods in org.codehaus.cargo.daemon that return types with arguments of type Handle Modifier and Type Method Description Set<Map.Entry<String,Handle>>HandleDatabase. entrySet()Methods in org.codehaus.cargo.daemon with parameters of type Handle Modifier and Type Method Description voidHandleDatabase. put(String handleId, Handle handle)Puts the handle object in database (in memory).HandleHandleDatabase. putIfAbsent(String handleId, Handle handle)Puts the handle object in database (in memory) if absent.
-