summaryrefslogtreecommitdiff
path: root/javae/src/IceInternal/ObjectAdapterFactory.java
Commit message (Collapse)AuthorAge
* Removed SL and IceE codeBenoit Foucher2008-06-06
|
* Various Ice-E fixes:Mark Spruiell2008-06-03
| | | | | | | - Bug fix in slice2javae for local interfaces/classes - Added Ice.LocalObjectHolder - Reviewed Java/C++ demos and aligned with Ice - Source code clean up (removed tabs, etc.)
* Updated bunch of copyrights to 2008Dwayne Boone2008-06-04
|
* - Remove bogus commented out code from LoggerI.javaBrent Eagles2007-03-20
| | | | | | | | | | | - Added a timestamp string generator function to LoggerI.java to deal with lake of java.text.DateFormat() class in MIDP. - Fixed MIDP compilation error when copying vector contents into arrays in ObjectAdapter and ObjectAdapterFactory. - Fixed test suite wrappers to permit the passing of initialization data down to the actual test driver. - Fixed up signature of Hello demo MIDP code. - Fixed MIDP chat client build.xml.
* Updated copyrightDwayne Boone2007-03-16
|
* Added OA::destroyDwayne Boone2007-03-05
|
* Added createObjectAdapterWithRouterDwayne Boone2006-04-12
|
* Updated copyright datesDwayne Boone2006-03-06
|
* - Removed unused collocation optimization code.Benoit Foucher2006-02-20
| | | | - Added timeout test.
* revising fixes for bug 431Brent Eagles2005-09-07
|
* fix for bug 431, attempt to create object adapters with identical idsBrent Eagles2005-09-03
| | | | throws an exception
* Modifed sync in shutdownDwayne Boone2005-08-24
|
* Added ICEE_LICENSEDwayne Boone2005-08-17
|
* Ice -> Ice-EDwayne Boone2005-08-16
|
* renaming local interfaces to avoid Slice generationMark Spruiell2005-07-08
|
* removing types that are unsupported in CLDCBrent Eagles2005-06-09
|
* assertion & JDK 1.2 fixesMark Spruiell2005-05-25
|
* Ported IceJ changes:Mark Spruiell2005-05-23
| | | | | | | | | | | - Changed finalizers to use IceUtil.Assert. - Modified object caching (BasicStream, Outgoing, etc.). - Removing BufferManager. Removed use of java.nio classes: - Replaced java.nio.ByteBuffer with IceInternal.ByteBuffer. - Modified BasicStream to use IceInternal.ByteBuffer. - Modified TCP implementation to use older APIs. - Added IceInternal.InetSocketAddress. Fixed race in test/Ice/location. Removed some unnecessary OBV code.
* Made finalizers thread-safe.Michi Henning2005-04-26
|
* Back out previous change -- not necessary in Java.Michi Henning2005-04-19
|
* Removed illegal assert from finalizer.Michi Henning2005-04-19
|
* Added initial IceJE treeDwayne Boone2005-03-22