org.rapla.framework
Interface StartupEnvironment
- All Known Implementing Classes:
- RaplaStartupEnvironment, SimpleConnectorStartupEnvironment
public interface StartupEnvironment
ROLE
static final String ROLE
EMBEDDED
static final int EMBEDDED
- See Also:
- Constant Field Values
CONSOLE
static final int CONSOLE
- See Also:
- Constant Field Values
WEBSTART
static final int WEBSTART
- See Also:
- Constant Field Values
APPLET
static final int APPLET
- See Also:
- Constant Field Values
SERVLET
static final int SERVLET
- See Also:
- Constant Field Values
getStartupConfiguration
Configuration getStartupConfiguration()
throws RaplaException
- Throws:
RaplaException
getDownloadURL
URL getDownloadURL()
throws RaplaException
- Throws:
RaplaException
getStartupMode
int getStartupMode()
- either EMBEDDED, CONSOLE, WEBSTART, APPLET or SERVLET
getContextRootURL
URL getContextRootURL()
throws RaplaException
- Throws:
RaplaException
getBootstrapLogger
Logger getBootstrapLogger()
Copyright © 2000-2006 Rapla Team. All Rights Reseserved.