001 package org.omg.CORBA; 002 003 /** 004 * Generated from IDL abstract value type "Pollable". 005 * 006 * @author JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007 007 * @version generated at Sep 22, 2012 10:58:05 AM 008 */ 009 010 011 public interface Pollable 012 extends org.omg.CORBA.portable.ValueBase 013 { 014 /* operations */ 015 boolean is_ready(int timeout); 016 org.omg.CORBA.PollableSet create_pollable_set(); 017 }