public class CorbaIteratorFactory
extends java.lang.Object
Constructor and Description |
---|
CorbaIteratorFactory()
Constructor
|
Modifier and Type | Method and Description |
---|---|
CorbaIterator |
createCorbaIterator(java.lang.String strType,
java.lang.Object[] context,
int intResultSize,
boolean blnDestroyIterator)
Creates a CORBAIterator instance
|
public CorbaIterator createCorbaIterator(java.lang.String strType, java.lang.Object[] context, int intResultSize, boolean blnDestroyIterator) throws CorbaCollectorException
strType
- Type of CorbaIterator instance to be createdcontext
- Object array containing EMS iterator objectsintResultSize
- The maximum number of results returned by the CorbaIterator
for each iteration setblnDestroyIterator
- Flag to enable destruction of the EMS iterator object after
all results have been processedCorbaCollectorException