CelebOSS


Home

Features

Plugins

Links

Downloads

The CelebOSS tool supports the concept of plug-ins. These plugins must be developed using the Java 2 SDK and the CelebOSS framework. A full JavaDoc API is provided as a seperate download to allow any user to cretae their own plugin.

The data model of the CelebOSS tool implements a property change event model so that plugins can automatically react to any changes in Celebrity or Portfolio values. This removes the need for a plugin to continously pool the remote server.

Configuration

The plugins are helped in the plugin sub-directory of the CelebOSS installation. The tool automatically scans the plugin directory to load any plugins.

Each plugin must contain a plugin.xml file that defines the name and main Java class to execute. The main class MUST implement the Plugin interface. Full detailed can be found in the Java Doc.

Down Trader

One example plugin is provided. This plugin monitors the worth of a portfolioand will automatically down trade if a target wiorth has not been reacted. The plugin continously monitors the worth to ensure that it does not exceed the target again.

The source code of the plugin can be found in the downtrader sub-directory.


Modified on 22-Apr-2004

Hosted by www.Geocities.ws

1