org.objectweb.easybeans.api
Interface EZBServer

All Known Implementing Classes:
Embedded

public interface EZBServer

Defines an EasyBeans server.

Author:
Florent Benoit

Method Summary
 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.
 

Method Detail

getID

java.lang.Integer getID()
Gets the id of this embedded server.

Returns:
the id of this server.

getContainer

EZBContainer getContainer(java.lang.String id)
Gets a container managed by this server.

Parameters:
id - the container id.
Returns:
the container if it is found, else null.

getContainers

java.util.Map<java.lang.String,EZBContainer> getContainers()
Returns:
Returns the deployed containers.