edu.iris.Fissures.IfParameterMgr
Class ParameterDefIteratorPOATie

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by edu.iris.Fissures.IfParameterMgr.ParameterDefIteratorPOA
          extended by edu.iris.Fissures.IfParameterMgr.ParameterDefIteratorPOATie
All Implemented Interfaces:
FissuresIterator, ParameterDefIteratorOperations, java.io.Serializable, org.omg.CORBA.portable.IDLEntity, org.omg.CORBA.portable.InvokeHandler

public class ParameterDefIteratorPOATie
extends ParameterDefIteratorPOA

See Also:
Serialized Form

Constructor Summary
ParameterDefIteratorPOATie(ParameterDefIteratorOperations delegate)
           
ParameterDefIteratorPOATie(ParameterDefIteratorOperations delegate, org.omg.PortableServer.POA poa)
           
 
Method Summary
 org.omg.PortableServer.POA _default_POA()
           
 ParameterDefIteratorOperations _delegate()
           
 void _delegate(ParameterDefIteratorOperations delegate)
           
 void destroy()
          Destroy the iterator and drop all resources it holds
 int how_many()
          Returns the count of elements remain in the iterator
 boolean next_n(int how_many, ParmDefSeqHolder parm_defs)
           
 boolean next_one(ParmDefHolder parmeter)
           
 void reset()
          Reset the iterator to the beginning of the element list
 
Methods inherited from class edu.iris.Fissures.IfParameterMgr.ParameterDefIteratorPOA
_all_interfaces, _invoke, _this, _this
 
Methods inherited from class org.omg.PortableServer.Servant
_get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParameterDefIteratorPOATie

public ParameterDefIteratorPOATie(ParameterDefIteratorOperations delegate)

ParameterDefIteratorPOATie

public ParameterDefIteratorPOATie(ParameterDefIteratorOperations delegate,
                                  org.omg.PortableServer.POA poa)
Method Detail

_delegate

public ParameterDefIteratorOperations _delegate()

_delegate

public void _delegate(ParameterDefIteratorOperations delegate)

_default_POA

public org.omg.PortableServer.POA _default_POA()
Overrides:
_default_POA in class org.omg.PortableServer.Servant

next_one

public boolean next_one(ParmDefHolder parmeter)

next_n

public boolean next_n(int how_many,
                      ParmDefSeqHolder parm_defs)

how_many

public int how_many()
Description copied from interface: FissuresIterator
Returns the count of elements remain in the iterator


reset

public void reset()
Description copied from interface: FissuresIterator
Reset the iterator to the beginning of the element list


destroy

public void destroy()
Description copied from interface: FissuresIterator
Destroy the iterator and drop all resources it holds