|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IStartupConfiguration
Startup configuration interface used by the kernel manager.
| Method Summary | |
|---|---|
Properties |
getApplicationProperties()
Returns the application properties that should be used to startup the application. |
String |
getBootupPath()
Returns a path to jar files that are loaded by the bootup class loader. |
String[] |
getSecuredProviders()
Returns a list of allowed IPdsKernelProvider implementations. |
Properties |
getSystemProperties()
Returns the system and pds properties that should be used by the kernel. |
boolean |
isMultipleKernelConfiguration()
returns if we are allowed to startup multiple kernels. |
| Method Detail |
|---|
String getBootupPath()
null if no additional jar files should be loaded.IConfigurationProperties.BOOT_PATHString[] getSecuredProviders()
IPdsKernelProvider implementations.
IPdsKernelProvider implementation classes (fully qualified class name). Returns an empty list if no provider is allowed
and returns null if all providers are allowed.IConfigurationProperties.SECURED_PROVIDERSboolean isMultipleKernelConfiguration()
false if started from command line. This may be used by special test cases that require to start multiple
concurrent kernels.
Properties getSystemProperties()
Properties getApplicationProperties()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||