|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EZBServer
Defines an EasyBeans server.
Method Summary | |
---|---|
EZBContainer |
createContainer(EZBArchive archive)
Creates and adds an ejb3 container to the managed container. |
EZBContainer |
findContainer(EZBArchive archive)
Gets a container managed by this server. |
EZBComponentManager |
getComponentManager()
|
EZBContainer |
getContainer(java.lang.String id)
Gets a container managed by this server. |
java.util.Map<java.lang.String,EZBContainer> |
getContainers()
|
java.lang.Integer |
getID()
Gets the id of this embedded server. |
void |
removeContainer(EZBContainer container)
Remove a given container. |
Method Detail |
---|
java.lang.Integer getID()
EZBContainer createContainer(EZBArchive archive)
archive
- jar file or exploded archive.
EZBContainer getContainer(java.lang.String id)
id
- the container id.
EZBContainer findContainer(EZBArchive archive)
archive
- the archive used by the given container.
void removeContainer(EZBContainer container)
container
- the container to be removed.java.util.Map<java.lang.String,EZBContainer> getContainers()
EZBComponentManager getComponentManager()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |