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 Handle
HandleDatabase. get(String handleId)
Gets the handle object by handle id.Handle
HandleDatabase. 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 void
HandleDatabase. put(String handleId, Handle handle)
Puts the handle object in database (in memory).Handle
HandleDatabase. putIfAbsent(String handleId, Handle handle)
Puts the handle object in database (in memory) if absent.
-