|
SRJRCFrames v0.1.296 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MainEntry | |
---|---|
de.schwarzrot.app | applications basic stuff. |
de.schwarzrot.app.support | helper classes for applications |
de.schwarzrot.main.app | class for the applications common main function and the base for resource configuration. |
de.schwarzrot.service.sample | a sample system service |
de.schwarzrot.startup | classes used to start java applications |
Uses of MainEntry in de.schwarzrot.app |
---|
Subinterfaces of MainEntry in de.schwarzrot.app | |
---|---|
interface |
Service<C extends ServiceConfig>
provides the operating system view of a background-task/system service. |
Uses of MainEntry in de.schwarzrot.app.support |
---|
Classes in de.schwarzrot.app.support that implement MainEntry | |
---|---|
class |
AbstractService<C extends ServiceConfig>
implements the common stuff for services |
Fields in de.schwarzrot.app.support declared as MainEntry | |
---|---|
protected MainEntry<C> |
AbstractApplicationLauncher.starter
|
Methods in de.schwarzrot.app.support that return MainEntry | |
---|---|
MainEntry<C> |
AbstractApplicationLauncher.getStarter()
|
Constructors in de.schwarzrot.app.support with parameters of type MainEntry | |
---|---|
AbstractApplicationLauncher(MainEntry<C> starter,
String[] appContextFiles,
List<String> appArgs)
constructor - loads the given context's and validates configuration. |
|
DesktopApplicationLauncher(MainEntry<DesktopConfig> starter,
String[] appContextFiles,
List<String> appArgs)
constructor - loads the given context's and validates configuration. |
|
SimpleApplicationLauncher(MainEntry<C> starter,
String[] appContextFiles,
List<String> appArgs)
|
|
SimpleApplicationLauncher(MainEntry<C> starter,
String[] appContextFiles,
String[] appArgs)
|
Uses of MainEntry in de.schwarzrot.main.app |
---|
Classes in de.schwarzrot.main.app that implement MainEntry | |
---|---|
class |
AppMain
|
Uses of MainEntry in de.schwarzrot.service.sample |
---|
Classes in de.schwarzrot.service.sample that implement MainEntry | |
---|---|
class |
SampleService
is a sample for a service, where the service class and the class providing the main-method is the same. |
Uses of MainEntry in de.schwarzrot.startup |
---|
Classes in de.schwarzrot.startup that implement MainEntry | |
---|---|
class |
ServiceManager
a manager class used to start and stop other services remotely. |
|
SRJRCFrames v0.1.296 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |