|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.deployment.common.DummyApplication
public class DummyApplication
A dummy implementation of ApplicationContainer class. It can be used by Deployers which only do prepare and clean and don't actually do load/unload of the application.
| Constructor Summary | |
|---|---|
DummyApplication()
|
|
| Method Summary | |
|---|---|
ClassLoader |
getClassLoader()
Returns the class loader associated with this application |
Object |
getDescriptor()
Returns the deployment descriptor associated with this application |
boolean |
resume()
Resumes this application container. |
boolean |
start(ApplicationContext startupContext)
|
boolean |
stop(ApplicationContext stopContext)
|
boolean |
suspend()
Suspends this application container. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DummyApplication()
| Method Detail |
|---|
public boolean start(ApplicationContext startupContext)
start in interface ApplicationContainer<Object>public boolean stop(ApplicationContext stopContext)
stop in interface ApplicationContainer<Object>public boolean suspend()
suspend in interface ApplicationContainer<Object>public boolean resume()
resume in interface ApplicationContainer<Object>public ClassLoader getClassLoader()
getClassLoader in interface ApplicationContainer<Object>public Object getDescriptor()
getDescriptor in interface ApplicationContainer<Object>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||