Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-07-10Updates for v 0.3.3 buildECF_0_3_3_I20050710slewis5-111/+17
2005-07-10Updated documentation. Changed plugin version numbers to 0.3.3slewis16-49/+49
2005-07-10Updated launch configslewis1-52/+51
2005-07-10Made discovery and server creation asynchronous upon ECF collab plugin startu...slewis7-132/+165
2005-07-09Changed context menu for discovered servicesslewis1-11/+16
2005-07-09Changed IDFactory.makeID() API to be: IDFactory.getDefault().makeID(). Upda...slewis26-180/+281
2005-07-09Added ISharedObjectContainerFactoryslewis2-119/+190
2005-07-08Fixed layout on JoinGroupWizardPageslewis2-265/+270
2005-07-07Introduced interface ISharedObjectInternal to allow event processor classes a...slewis6-152/+210
2005-07-06Removed isGroupServer from ISharedObjectContext (and replaced with isGroupMan...slewis9-22/+8
2005-07-06Fixed handling of commit message in TransactionEventProcessor and BaseSharedO...slewis2-14/+55
2005-07-05Changed signature of addSharedObject in docsslewis1-1/+1
2005-07-05API Change. Modified ISharedObjectManager.addSharedObject and ISharedObjectM...slewis12-34/+31
2005-07-05Minor updateslewis1-0/+1
2005-07-05Added ISharedObjectCommitEvent interface for commit event types, and implemen...slewis4-26/+58
2005-07-05Renamed ISharedObjectContainerTransaction classslewis1-2/+2
2005-07-05Fixed bug in EventProcessorslewis1-7/+0
2005-07-04Completed TransactionEventProcessorslewis2-85/+382
2005-07-04Added code to support transactional distribution of shared objectsslewis9-17/+201
2005-07-03Added ReplicateSharedObjectTransaction and built addProcessor/removeProcessor...slewis2-1/+76
2005-07-03Added to IEventProcessor interface an accept method previously in IEventFilte...slewis2-15/+3
2005-07-02Removed library.jar and librarysrc.zipslewis1-0/+1
2005-07-02Added IEventHandler interface. Added compile dependency on IAdaptable and I...slewis3-45/+30
2005-07-02Updates for 0.3.2 buildslewis33-88/+175
2005-07-011) Added IContainer super interface for ISharedObjectContainer. Moved up joi...slewis33-157/+126
2005-06-30More spampre_20060630_API_changesslewis1-3/+1
2005-06-30Added container ID to trace output for connectionslewis1-2/+2
2005-06-30Opps...typo causes major problem for traceslewis1-1/+1
2005-06-26Added tracing options to launch configslewis1-190/+269
2005-06-26Added code to support IConnectionEventHandler.getEventHandlerID. Fixed traci...slewis4-65/+102
2005-06-26Added API for IConnectionEventHandler.getEventHandlerIDslewis1-0/+3
2005-06-25Cleanup of DiscoveryStartup and ServerStartup. Improvements to discovery use...slewis7-141/+184
2005-06-25Changes/additions to behavior for service registration, handling of service c...slewis3-16/+31
2005-06-25Changed IServiceConnectListener to IDiscoveryControlListener. Changes/additi...slewis3-30/+87
2005-06-19Update to javadoc.xml javadoc generator scriptECF_version_0_3_1_I20050618slewis1-1/+1
2005-06-19Update to about/copyright textslewis1-78/+33
2005-06-19Added datashare classpath to start scriptsslewis4-29/+35
2005-06-19Update to about/copyright textslewis1-18/+11
2005-06-18Fixes for compiler warningsslewis5-14/+11
2005-06-18Fixes for compiler warningsslewis9-47/+27
2005-06-18Fixes for compiler warningsslewis17-85/+57
2005-06-18Fixes for compiler warningsslewis12-42/+20
2005-06-18Fixes for compiler warningsslewis3-11/+10
2005-06-18Updated versions from 0.3.0 to 0.3.1slewis16-77/+75
2005-06-18Created .cvsignore files to ignore bin directoryslewis1-0/+1
2005-06-18Added static factory method to IDFactory: IDFactory.makeID(URI uri). This c...slewis2-8/+62
2005-06-18Added ability to connect to discovered serviceslewis1-2/+26
2005-06-18Fixed stack overflow via method name confusionslewis1-2/+3
2005-06-18Added handling of IServiceConnectListenerslewis1-1/+18
2005-06-18Added method for clients to set the IServiceConnectListener so that they can ...slewis2-22/+63

Back to the top