org.omg.CORBA
Interface PollableSetOperations

All Known Subinterfaces:
PollableSet
All Known Implementing Classes:
PollableSet_impl

public interface PollableSetOperations


Method Summary
 void add_pollable(Pollable potential)
           
 DIIPollable create_dii_pollable()
           
 Pollable get_ready_pollable(int timeout)
           
 short number_left()
           
 void remove(Pollable potential)
           
 

Method Detail

create_dii_pollable

DIIPollable create_dii_pollable()

add_pollable

void add_pollable(Pollable potential)

get_ready_pollable

Pollable get_ready_pollable(int timeout)
                            throws NoPossiblePollable
Throws:
NoPossiblePollable

remove

void remove(Pollable potential)
            throws UnknownPollable
Throws:
UnknownPollable

number_left

short number_left()


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