|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EZBContainer
This interface represents an EasyBeans EJB Container.
Method Summary | |
---|---|
java.io.File |
getArchive()
Gets the archive used by this container. |
java.lang.ClassLoader |
getClassLoader()
Gets the classloader of the container. |
javax.persistence.EntityManagerFactory |
getEntityManagerFactory()
Gets the entity manager factory used by this container if any. |
Factory |
getFactory(java.lang.String factoryName)
Gets a factory with its given name. |
java.lang.String |
getId()
Gets the id of this container. |
java.lang.String |
getName()
Gets the name of this container. |
PersistenceUnitInfo |
getPersistenceUnitInfo()
Gets the persistence info object used by this container. |
boolean |
isAvailable()
Check if the container is available or not. |
void |
start()
Start this container. |
void |
stop()
Stop this container. |
Method Detail |
---|
Factory getFactory(java.lang.String factoryName)
factoryName
- the factory name.
java.lang.String getId()
java.lang.String getName()
void start() throws EZBContainerException
EZBContainerException
- if the start fails.void stop()
java.lang.ClassLoader getClassLoader()
java.io.File getArchive()
boolean isAvailable()
PersistenceUnitInfo getPersistenceUnitInfo()
javax.persistence.EntityManagerFactory getEntityManagerFactory()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |