| org.ow2.easybeans.api.EZBServer
All known Subclasses: org.ow2.easybeans.server.Embedded,
EZBServer | public interface EZBServer (Code) | | Defines an EasyBeans server.
author: Florent Benoit |
createContainer | EZBContainer createContainer(IArchive archive)(Code) | | Creates and adds an ejb3 container to the managed container.
Parameters: archive - jar file or exploded archive. the created container. |
findContainer | EZBContainer findContainer(IArchive archive)(Code) | | Gets a container managed by this server.
Parameters: archive - the archive used by the given container. the container if it is found, else null. |
getContainer | EZBContainer getContainer(String id)(Code) | | Gets a container managed by this server.
Parameters: id - the container id. the container if it is found, else null. |
getID | Integer getID()(Code) | | Gets the id of this embedded server.
the id of this server. |
removeContainer | void removeContainer(EZBContainer container)(Code) | | Remove a given container.
Parameters: container - the container to be removed. |
|
|