|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.javagl.swogl.SwoglApplications
public class SwoglApplications
This class is responsible for resolving services that may create
SwoglApplications
. It will resolve
services that implement the SwoglApplicationFactory
interface, and use the factory to create a new SwoglApplication.
Method Summary | |
---|---|
static SwoglApplication |
createSwoglApplication()
Creates a new SwoglApplication . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static SwoglApplication createSwoglApplication()
SwoglApplication
. This method will
try to obtain a service that implements the
SwoglApplicationFactory
interface. This service
will be used to instantiate a SwoglApplication. The first
SwoglApplication that can successfully be instantiated
will be returned.
null
if no
service for creating a SwoglApplication could be found.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |