001 package tecgraf.openbus.opendreams; 002 003 004 /** 005 * Generated from IDL interface "IOpenDreams". 006 * 007 * @author JacORB IDL compiler V 2.3-beta-2, 14-Oct-2006 008 * @version generated at Nov 3, 2010 2:32:41 PM 009 */ 010 011 public interface IOpenDreamsOperations 012 { 013 /* constants */ 014 /* operations */ 015 tecgraf.openbus.DRMAA.Session getSession(java.lang.String projectId) throws tecgraf.openbus.DRMAA.AuthorizationException,tecgraf.openbus.DRMAA.InternalException; 016 }