00001 package Sct_SctApi; 00002 00003 00012 // fwd declaration to facilitate what follows! 00013 public interface CrateAccessTopLevelOperations 00014 { 00015 Sct_SctApi.CrateIPC getCrate (Sct.Corba.UniqueCrateIdentifier ucid); 00016 Sct_SctApi.CrateIPC getCrateLegacy (int partition, int crate); 00017 Sct.Corba.UniqueCrateIdentifier[] getCrateUCIDs (); 00018 } // interface CrateAccessTopLevelOperations