Skip navigation links

Package io.capsisBridgeService

This package contains the Capsis Bridge Service implementation.

See: Description

Package io.capsisBridgeService Description

This package contains the Capsis Bridge Service implementation. The CapsisBridgeServiceManager class contains the main entrypoint that must be used to start the service in either ServiceManager or ServiceProvider modes.

Single-threaded apps

Simpler single-threaded apps should start the service in ServiceProvider mode (using parameter "p=") and then use the client API to call methods on it.

Multi-threaded apps

More complex apps requiring multi-threaded simulations should start the service in ServiceManager mode (using parameter "m=") and then call initializeService() create ServiceProviders as needed. Each ServiceProvider will be running in a separate process on the OS and can be used on multi-processor machines to compute parallel simulations.
See Also:
CapsisBridgeServiceProvider, CapsisBridgeServiceManager
Skip navigation links