com.espertech.esper.core.context.mgr
Class AgentInstanceArraySafeIterator

java.lang.Object
  extended by com.espertech.esper.core.context.mgr.AgentInstanceArrayIterator
      extended by com.espertech.esper.core.context.mgr.AgentInstanceArraySafeIterator
All Implemented Interfaces:
SafeIterator<EventBean>, java.util.Iterator<EventBean>

public class AgentInstanceArraySafeIterator
extends AgentInstanceArrayIterator
implements SafeIterator<EventBean>


Field Summary
 
Fields inherited from class com.espertech.esper.core.context.mgr.AgentInstanceArrayIterator
instances
 
Constructor Summary
AgentInstanceArraySafeIterator(AgentInstance[] instances)
           
 
Method Summary
 void close()
          Close the safe itertor, releasing locks.
 
Methods inherited from class com.espertech.esper.core.context.mgr.AgentInstanceArrayIterator
hasNext, next, remove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Iterator
hasNext, next, remove
 

Constructor Detail

AgentInstanceArraySafeIterator

public AgentInstanceArraySafeIterator(AgentInstance[] instances)
Method Detail

close

public void close()
Description copied from interface: SafeIterator
Close the safe itertor, releasing locks. This is a required call and should preferably occur in a finally block.

Specified by:
close in interface SafeIterator<EventBean>

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com