Start up application-specific functionality.
This method should be called before using the extension system.
Note:this method is idempotent. Succesive, successful calls to
startup have the same effect as a single call.
Use teardown in between to actualy re-do the startup. NOT YET IMPLEMENTED.
Note: in case that the ProsePermission "startupExtensionSystem" is granted to the
caller, this method is executed as privileged only restricted
by the permissions not granted to RUNES classes
exception: SystemStartupException - one of the specified properties didnot comply to the startup/teardown naming convention or one of thestartup methods of additional systems failed. |