001 package org.omg.CORBA;
002
003
004 /**
005 * Generated from IDL interface "PollableSet".
006 *
007 * @author JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007
008 * @version generated at Nov 6, 2011 12:20:22 AM
009 */
010
011 public interface PollableSetOperations
012 {
013 /* constants */
014 /* operations */
015 org.omg.CORBA.DIIPollable create_dii_pollable();
016 void add_pollable(org.omg.CORBA.Pollable potential);
017 org.omg.CORBA.Pollable get_ready_pollable(int timeout) throws org.omg.CORBA.PollableSetPackage.NoPossiblePollable;
018 void remove(org.omg.CORBA.Pollable potential) throws org.omg.CORBA.PollableSetPackage.UnknownPollable;
019 short number_left();
020 }