org.enhydra.shark.corba
Class WfResourceIteratorCORBA

java.lang.Object
  extended by org.omg.CORBA.portable.ObjectImpl
      extended by org.enhydra.shark.corba.WorkflowService._WfResourceIteratorImplBase
          extended by org.enhydra.shark.corba.WfResourceIteratorCORBA
All Implemented Interfaces:
java.io.Serializable, WfResourceIterator, WfResourceIteratorOperations, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity, org.omg.CORBA.portable.InvokeHandler, BaseIterator, BaseIteratorOperations

public class WfResourceIteratorCORBA
extends _WfResourceIteratorImplBase

Iterator for engine resources.

Version:
1.0
Author:
Sasa Bojanic
See Also:
Serialized Form

Constructor Summary
protected WfResourceIteratorCORBA(Collective toJoin, WfResourceIterator iter)
           
 
Method Summary
 WfResource[] get_next_n_sequence(int max_number)
           
 WfResource get_next_object()
           
 WfResource[] get_previous_n_sequence(int max_number)
           
 WfResource get_previous_object()
           
 void goto_end()
           
 void goto_start()
           
 int how_many()
           
 NameValue[] names_in_expression()
           
 java.lang.String query_expression()
           
 java.lang.String query_grammar()
           
 void set_names_in_expression(NameValue[] query)
           
 void set_query_expression(java.lang.String query)
           
 void set_query_grammar(java.lang.String query_grammmar)
           
 
Methods inherited from class org.enhydra.shark.corba.WorkflowService._WfResourceIteratorImplBase
_ids, _invoke
 
Methods inherited from class org.omg.CORBA.portable.ObjectImpl
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.omg.CORBA.Object
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
 

Constructor Detail

WfResourceIteratorCORBA

protected WfResourceIteratorCORBA(Collective toJoin,
                                  WfResourceIterator iter)
                           throws BaseException
Throws:
BaseException
Method Detail

query_expression

public java.lang.String query_expression()
                                  throws BaseException
Throws:
BaseException

set_query_expression

public void set_query_expression(java.lang.String query)
                          throws BaseException,
                                 InvalidQuery
Throws:
BaseException
InvalidQuery

names_in_expression

public NameValue[] names_in_expression()
                                throws BaseException
Throws:
BaseException

set_names_in_expression

public void set_names_in_expression(NameValue[] query)
                             throws BaseException,
                                    NameMismatch
Throws:
BaseException
NameMismatch

query_grammar

public java.lang.String query_grammar()
                               throws BaseException
Throws:
BaseException

set_query_grammar

public void set_query_grammar(java.lang.String query_grammmar)
                       throws BaseException,
                              GrammarNotSupported
Throws:
BaseException
GrammarNotSupported

how_many

public int how_many()
             throws BaseException
Throws:
BaseException

goto_start

public void goto_start()
                throws BaseException
Throws:
BaseException

goto_end

public void goto_end()
              throws BaseException
Throws:
BaseException

get_next_object

public WfResource get_next_object()
                           throws BaseException
Throws:
BaseException

get_previous_object

public WfResource get_previous_object()
                               throws BaseException
Throws:
BaseException

get_next_n_sequence

public WfResource[] get_next_n_sequence(int max_number)
                                 throws BaseException
Throws:
BaseException

get_previous_n_sequence

public WfResource[] get_previous_n_sequence(int max_number)
                                     throws BaseException
Throws:
BaseException