saga-ogf SVN commit 1315: /trunk/documents/saga-core-binding-java/implementation/VU/

User: svn_ceriel Date: 2011/05/25 04:45 AM Modified: /trunk/documents/saga-core-binding-java/implementation/VU/ CHANGES.txt, LICENSE.txt, README.txt, build.xml /trunk/documents/saga-core-binding-java/implementation/VU/src/org/ogf/saga/bootstrap/ ImplementationBootstrapLoader.java /trunk/documents/saga-core-binding-java/implementation/VU/src/org/ogf/saga/buffer/ BufferFactory.java /trunk/documents/saga-core-binding-java/implementation/VU/src/org/ogf/saga/context/ ContextFactory.java /trunk/documents/saga-core-binding-java/implementation/VU/src/org/ogf/saga/file/ FileFactory.java /trunk/documents/saga-core-binding-java/implementation/VU/src/org/ogf/saga/isn/ ISNFactory.java /trunk/documents/saga-core-binding-java/implementation/VU/src/org/ogf/saga/job/ JobFactory.java /trunk/documents/saga-core-binding-java/implementation/VU/src/org/ogf/saga/logicalfile/ LogicalFileFactory.java /trunk/documents/saga-core-binding-java/implementation/VU/src/org/ogf/saga/monitoring/ MonitoringFactory.java /trunk/documents/saga-core-binding-java/implementation/VU/src/org/ogf/saga/namespace/ NSFactory.java /trunk/documents/saga-core-binding-java/implementation/VU/src/org/ogf/saga/rpc/ RPCFactory.java /trunk/documents/saga-core-binding-java/implementation/VU/src/org/ogf/saga/sd/ SDFactory.java /trunk/documents/saga-core-binding-java/implementation/VU/src/org/ogf/saga/session/ SessionFactory.java /trunk/documents/saga-core-binding-java/implementation/VU/src/org/ogf/saga/stream/ StreamFactory.java /trunk/documents/saga-core-binding-java/implementation/VU/src/org/ogf/saga/task/ TaskFactory.java /trunk/documents/saga-core-binding-java/implementation/VU/src/org/ogf/saga/url/ URLFactory.java Log: to allow applications to use multiple Saga implementations within a single application, all factory methods now also have versions that have as first parameter the name of the SagaFactory class to be used. While this change does not affect existing applications that don't use this feature, it DOES affect Saga implementations: they may no longer use the default SagaFactory class. Saga implementations now must use versions that specify their own SagaFactory implementation, because the default (set by the application or user) may indicate another Saga implementation. File Changes: Directory: /trunk/documents/saga-core-binding-java/implementation/VU/ ===================================================================== File [modified]: CHANGES.txt Delta lines: <Unavailable> File [modified]: LICENSE.txt Delta lines: <Unavailable> File [modified]: README.txt Delta lines: <Unavailable> File [modified]: build.xml Delta lines: <Unavailable> Directory: /trunk/documents/saga-core-binding-java/implementation/VU/src/org/ogf/saga/bootstrap/ ================================================================================================ File [modified]: ImplementationBootstrapLoader.java Delta lines: <Unavailable> Directory: /trunk/documents/saga-core-binding-java/implementation/VU/src/org/ogf/saga/buffer/ ============================================================================================= File [modified]: BufferFactory.java Delta lines: <Unavailable> Directory: /trunk/documents/saga-core-binding-java/implementation/VU/src/org/ogf/saga/context/ ============================================================================================== File [modified]: ContextFactory.java Delta lines: <Unavailable> Directory: /trunk/documents/saga-core-binding-java/implementation/VU/src/org/ogf/saga/file/ =========================================================================================== File [modified]: FileFactory.java Delta lines: <Unavailable> Directory: /trunk/documents/saga-core-binding-java/implementation/VU/src/org/ogf/saga/isn/ ========================================================================================== File [modified]: ISNFactory.java Delta lines: <Unavailable> Directory: /trunk/documents/saga-core-binding-java/implementation/VU/src/org/ogf/saga/job/ ========================================================================================== File [modified]: JobFactory.java Delta lines: <Unavailable> Directory: /trunk/documents/saga-core-binding-java/implementation/VU/src/org/ogf/saga/logicalfile/ ================================================================================================== File [modified]: LogicalFileFactory.java Delta lines: <Unavailable> Directory: /trunk/documents/saga-core-binding-java/implementation/VU/src/org/ogf/saga/monitoring/ ================================================================================================= File [modified]: MonitoringFactory.java Delta lines: <Unavailable> Directory: /trunk/documents/saga-core-binding-java/implementation/VU/src/org/ogf/saga/namespace/ ================================================================================================ File [modified]: NSFactory.java Delta lines: <Unavailable> Directory: /trunk/documents/saga-core-binding-java/implementation/VU/src/org/ogf/saga/rpc/ ========================================================================================== File [modified]: RPCFactory.java Delta lines: <Unavailable> Directory: /trunk/documents/saga-core-binding-java/implementation/VU/src/org/ogf/saga/sd/ ========================================================================================= File [modified]: SDFactory.java Delta lines: <Unavailable> Directory: /trunk/documents/saga-core-binding-java/implementation/VU/src/org/ogf/saga/session/ ============================================================================================== File [modified]: SessionFactory.java Delta lines: <Unavailable> Directory: /trunk/documents/saga-core-binding-java/implementation/VU/src/org/ogf/saga/stream/ ============================================================================================= File [modified]: StreamFactory.java Delta lines: <Unavailable> Directory: /trunk/documents/saga-core-binding-java/implementation/VU/src/org/ogf/saga/task/ =========================================================================================== File [modified]: TaskFactory.java Delta lines: <Unavailable> Directory: /trunk/documents/saga-core-binding-java/implementation/VU/src/org/ogf/saga/url/ ========================================================================================== File [modified]: URLFactory.java Delta lines: <Unavailable>
participants (1)
-
ceriel@cs.vu.nl