|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
SagaFactory | This interface must be implemented by a SAGA implementation that uses these language bindings. |
Class Summary | |
---|---|
ImplementationBootstrapLoader | This class allows the user to have one or more SagaFactories ,
one for each Java Saga implementation that is to be used. |
SagaProperties | Properties for Saga. |
This package contains the bootstrap mechanism which connects a SAGA application, written on top of the SAGA Java language bindings, to a specific SAGA implementation.
The setup requires a bootstrap mechanism for creating factory objects.
This is realized with the
SagaFactory
interface, and the
ImplementationBootstrapLoader
class.
This mechanism uses the saga.factory
property,
to be set by the user to point to an implementation-specific
metafactory, which in turn has methods to create factories for all
SAGA packages.
A mechanism is included to provide properties by means of a configuration
file called saga.properties
, which is looked for in the
classpath, and in the current directory. Also, properties can be passed
on by means of the usual Java System properties.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |