So I have started in on gabriel arcsde design work; as per todays IRC discussion I am going to send emails to the devel list for everyone to ignore equally....
I have started by making ArcSDEPooledConnection wrap an SeConnection (rather than extend it). The result makes a lot of sense; since this class is really taking responsibility for isolating an SeConnection from a multi-threaded world. I am not modifying the use of a lock right now; only adding enough methods so everything can work. With the clarification of responsibility this class will eventually be renamed - my personal suggestion is either ArcSDE or ArcSDEQueue. I did have a question; when passing out an object like new SeTable(connection, qualifiedName); does the created SeTable hold on to the connection forever? Ie is the SeTable only valid as long as the connection is open? ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
