SPFramework API

org.n52.ifgicopter.spf.common
Interface IModule

All Known Subinterfaces:
IInputPlugin, IOutputPlugin

public interface IModule

Interface that classes should implement which are available in the SPFRegistry and need a init and shutdown (when the programm is exited).

Author:
Matthes Rieke

Field Summary
static int STATUS_NOT_RUNNING
          use this if the plugin is not running
static int STATUS_RUNNING
          use this if the plugin is running
 
Method Summary
 void init()
          Initialises the module.
 void shutdown()
          shuts the module down.
 

Field Detail

STATUS_RUNNING

static final int STATUS_RUNNING
use this if the plugin is running

See Also:
Constant Field Values

STATUS_NOT_RUNNING

static final int STATUS_NOT_RUNNING
use this if the plugin is not running

See Also:
Constant Field Values
Method Detail

init

void init()
          throws Exception
Initialises the module.

Throws:
Exception

shutdown

void shutdown()
              throws Exception
shuts the module down.

Throws:
Exception

SPFramework API

Copyright © 2004-2012 52north.org. All Rights Reserved.