public class DummyApplication extends Object implements org.glassfish.api.deployment.ApplicationContainer<Object>
| Constructor and Description |
|---|
DummyApplication() |
| Modifier and Type | Method and Description |
|---|---|
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(org.glassfish.api.deployment.ApplicationContext startupContext) |
boolean |
stop(org.glassfish.api.deployment.ApplicationContext stopContext) |
boolean |
suspend()
Suspends this application container.
|
public boolean start(org.glassfish.api.deployment.ApplicationContext startupContext)
start in interface org.glassfish.api.deployment.ApplicationContainer<Object>public boolean stop(org.glassfish.api.deployment.ApplicationContext stopContext)
stop in interface org.glassfish.api.deployment.ApplicationContainer<Object>public boolean suspend()
suspend in interface org.glassfish.api.deployment.ApplicationContainer<Object>public boolean resume()
resume in interface org.glassfish.api.deployment.ApplicationContainer<Object>public ClassLoader getClassLoader()
getClassLoader in interface org.glassfish.api.deployment.ApplicationContainer<Object>Copyright © 2014. All rights reserved.