318319320321322323324
throw new NO_IMPLEMENT("The Singleton ORB only permits factory methods"); } public void send_multiple_requests_deferred(Request[] req) { throw new NO_IMPLEMENT("The Singleton ORB only permits factory methods"); }
323324325326327328329
throw new NO_IMPLEMENT("The Singleton ORB only permits factory methods"); } public void send_multiple_requests_oneway(Request[] req) { throw new NO_IMPLEMENT("The Singleton ORB only permits factory methods"); }
328329330331332333334
throw new NO_IMPLEMENT("The Singleton ORB only permits factory methods"); } protected void set_parameters(String[] args, Properties props) { throw new NO_IMPLEMENT("The Singleton ORB only permits factory methods"); }
333334335336337338339
throw new NO_IMPLEMENT("The Singleton ORB only permits factory methods"); } protected void set_parameters(java.applet.Applet app, Properties props) { throw new NO_IMPLEMENT("The Singleton ORB only permits factory methods"); }
338339340341342343344
throw new NO_IMPLEMENT("The Singleton ORB only permits factory methods"); } public void run() { throw new NO_IMPLEMENT("The Singleton ORB only permits factory methods"); }
343344345346347348349
throw new NO_IMPLEMENT("The Singleton ORB only permits factory methods"); } public void shutdown(boolean wait_for_completion) { throw new NO_IMPLEMENT("The Singleton ORB only permits factory methods"); }
348349350351352353354
throw new NO_IMPLEMENT("The Singleton ORB only permits factory methods"); } public boolean work_pending() { throw new NO_IMPLEMENT("The Singleton ORB only permits factory methods"); }
353354355356357358359
throw new NO_IMPLEMENT("The Singleton ORB only permits factory methods"); } public void perform_work() { throw new NO_IMPLEMENT("The Singleton ORB only permits factory methods"); }
677678679680681682683684685686687
logger);//no locate reply try { SystemExceptionHelper.write( out, new NO_IMPLEMENT( 0, CompletionStatus.COMPLETED_NO )); sendMessage( out ); buf_mg.returnBuffer( message );
791792793794795796797
// methods below suggested by <Philippe.Merle@lifl.fr>, // to allow compilation on J2SDK 1.4.2 public void insert_val(java.io.Serializable value) { throw new NO_IMPLEMENT("DynAny::insert_val not implemented."); }