org.ow2.jonas.ejb.easybeans
Interface IEasyBeansService

All Superinterfaces:
org.ow2.jonas.service.Service
All Known Implementing Classes:
EasyBeansService

public interface IEasyBeansService
extends org.ow2.jonas.service.Service

EZB Service interface.

Author:
Guillaume Sauthier

Method Summary
 void addContainer(org.ow2.easybeans.api.EZBContainer ejbContainer)
          Adds the given container.
 org.ow2.easybeans.api.EZBServer getEasyBeansServer()
          TODO Remove it when EarDeployer will use EasyBeans Deployer.
 void removeContainer(org.ow2.easybeans.api.EZBContainer ejbContainer)
          Remove the given container.
 
Methods inherited from interface org.ow2.jonas.service.Service
checkRequirements, getName, init, isStarted, setName, start, stop
 

Method Detail

getEasyBeansServer

org.ow2.easybeans.api.EZBServer getEasyBeansServer()
TODO Remove it when EarDeployer will use EasyBeans Deployer.

Returns:
the Embedded instance used by this service.

addContainer

void addContainer(org.ow2.easybeans.api.EZBContainer ejbContainer)
Adds the given container.

Parameters:
ejbContainer -

removeContainer

void removeContainer(org.ow2.easybeans.api.EZBContainer ejbContainer)
Remove the given container.

Parameters:
ejbContainer - the given container


Copyright © 2007 OW2 Consortium. All Rights Reserved.