Home > Contents > Index >
Expanded TOC | Accordion TOC | Annotated TOC | Index
ICS.DeleteSynchronizedHash
Deletes a synchronized hash.
Syntax
public boolean DeleteSynchronizedHash(String name)Parameters
name
- Hash name.
Returns
Boolean success (
false
means no such hash).Error Numbers
The
errno
is cleared, or set if there is an error.Example
The following example deletes a synchronized hash:
boolean delHash = ics.DeleteSynchronizedHash("myHash"); if (!delHash) { //this hash does not exist }See Also
Home > Contents > Index > Oracle JAVA Reference
Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.