org.sblim.wbem.client
public interface CIMEnumeration extends java.util.Enumeration
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close the enumeration by throwing away any remaing xml document without parsing it,
while keeping the connection available for future requests.
|
void |
close(boolean force)
Close the enumeration by throwing away any remaing xml document without parsing it.
|
void |
fetchAll()
Fetch all the CIMObjects into memory.
|
void close()
throws java.io.IOException
java.io.IOExceptionvoid close(boolean force)
throws java.io.IOException
force - java.io.IOExceptionvoid fetchAll()
throws java.io.IOException
java.io.IOExceptionCopyright © 2005, 2009 IBM Corporation. All Rights Reserved.