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.IOException
void close(boolean force) throws java.io.IOException
force
- java.io.IOException
void fetchAll() throws java.io.IOException
java.io.IOException
Copyright © 2005, 2009 IBM Corporation. All Rights Reserved.