Package de.mid.innovator.srv2api.icw2dm
Class DMIteratorHelper
java.lang.Object
de.mid.innovator.srv2api.icw2dm.DMIteratorHelper
An
DMIterator is the abstract class for all boxed iteration.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic DMIteratorcreate(SrvContext srvCtx, ELContainerAble ohContainer, K_DM_ITERATOR kIterator, boolean isMaintaining) Creates a newDMIteratoras content of the specifiedELContainerAble.
-
Method Details
-
create
public static DMIterator create(SrvContext srvCtx, ELContainerAble ohContainer, K_DM_ITERATOR kIterator, boolean isMaintaining) throws InoNetException, SrvErrorException Creates a newDMIteratoras content of the specifiedELContainerAble.- Parameters:
srvCtx- The context of the related innovator server.ohContainer- container for the new iteratorkIterator- kind of iteratorisMaintaining- true create additional elements- Throws:
InoNetExceptionSrvErrorException
-