org.apache.yoko.orb.OBCORBA
Class PollableSet_impl

java.lang.Object
  extended by org.omg.CORBA.LocalObject
      extended by org.apache.yoko.orb.OBCORBA.PollableSet_impl
All Implemented Interfaces:
Object, PollableSet, PollableSetOperations

public class PollableSet_impl
extends LocalObject
implements PollableSet


Field Summary
protected  LinkedList pollableList_
           
 
Constructor Summary
PollableSet_impl()
           
 
Method Summary
 void add_pollable(Pollable potential)
           
 DIIPollable create_dii_pollable()
           
 Pollable get_ready_pollable(int timeout)
           
 short number_left()
           
 void remove(Pollable potential)
           
 
Methods inherited from class org.omg.CORBA.LocalObject
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_policy_override, validate_connection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.omg.CORBA.Object
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
 

Field Detail

pollableList_

protected LinkedList pollableList_
Constructor Detail

PollableSet_impl

public PollableSet_impl()
Method Detail

create_dii_pollable

public DIIPollable create_dii_pollable()
Specified by:
create_dii_pollable in interface PollableSetOperations

add_pollable

public void add_pollable(Pollable potential)
Specified by:
add_pollable in interface PollableSetOperations

get_ready_pollable

public Pollable get_ready_pollable(int timeout)
                            throws NoPossiblePollable,
                                   SystemException
Specified by:
get_ready_pollable in interface PollableSetOperations
Throws:
NoPossiblePollable
SystemException

remove

public void remove(Pollable potential)
            throws UnknownPollable
Specified by:
remove in interface PollableSetOperations
Throws:
UnknownPollable

number_left

public short number_left()
Specified by:
number_left in interface PollableSetOperations


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.