|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.ejb.startup.EjbApplicationContainer
@Service(name="ejb") public class EjbApplicationContainer
Ejb container service
| Constructor Summary | |
|---|---|
EjbApplicationContainer(java.lang.Object containerFactory,
EjbBundleDescriptor bundleDesc)
|
|
| Method Summary | |
|---|---|
java.lang.ClassLoader |
getClassLoader()
Returns the class loader associated with this application |
EjbBundleDescriptor |
getDescriptor()
|
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 EjbApplicationContainer(java.lang.Object containerFactory,
EjbBundleDescriptor bundleDesc)
| Method Detail |
|---|
public boolean start(ApplicationContext startupContext)
start in interface ApplicationContainer<EjbBundleDescriptor>public boolean stop(ApplicationContext stopContext)
stop in interface ApplicationContainer<EjbBundleDescriptor>public boolean suspend()
suspend in interface ApplicationContainer<EjbBundleDescriptor>public boolean resume()
resume in interface ApplicationContainer<EjbBundleDescriptor>public EjbBundleDescriptor getDescriptor()
getDescriptor in interface ApplicationContainer<EjbBundleDescriptor>public java.lang.ClassLoader getClassLoader()
getClassLoader in interface ApplicationContainer<EjbBundleDescriptor>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||