|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Main | |
---|---|
org.apache.xbean.server.loader | |
org.apache.xbean.server.main | |
org.apache.xbean.server.spring.main |
Uses of Main in org.apache.xbean.server.loader |
---|
Classes in org.apache.xbean.server.loader that implement Main | |
---|---|
class |
LoadAllMain
LoadAllMain loads all configurations specified in the arguments passed to main. |
Methods in org.apache.xbean.server.loader that return Main | |
---|---|
Main |
LoadAllMain.getNext()
Gets the next main instance to call. |
Methods in org.apache.xbean.server.loader with parameters of type Main | |
---|---|
void |
LoadAllMain.setNext(Main next)
Sets the next main instance to call. |
Uses of Main in org.apache.xbean.server.main |
---|
Classes in org.apache.xbean.server.main that implement Main | |
---|---|
class |
KernelMain
KernelMain is the standard entry point class used for a server. |
Methods in org.apache.xbean.server.main that return Main | |
---|---|
Main |
KernelMain.getNext()
Gets the next main to call after the kernel has been initialized, but before destroying the kernel. |
Methods in org.apache.xbean.server.main with parameters of type Main | |
---|---|
void |
KernelMain.setNext(Main next)
Sets the next main to call after the kernel has been initialized. |
Uses of Main in org.apache.xbean.server.spring.main |
---|
Methods in org.apache.xbean.server.spring.main that return Main | |
---|---|
Main |
SpringBootstrap.loadMain()
Loads the main instance from the configuration file. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |