org.openejb.spi
Interface Assembler

All Known Implementing Classes:
Assembler

public interface Assembler


Method Summary
 void build()
           
 ContainerSystem getContainerSystem()
           
 SecurityService getSecurityService()
          Gets the SecurityService that this container manager exposes to the Containers it manages.
 javax.transaction.TransactionManager getTransactionManager()
          Gets the TransactionManager that this container manager exposes to the Containers it manages.
 void init(java.util.Properties props)
           
 

Method Detail

init

void init(java.util.Properties props)
          throws OpenEJBException
Throws:
OpenEJBException

build

void build()
           throws OpenEJBException
Throws:
OpenEJBException

getContainerSystem

ContainerSystem getContainerSystem()

getTransactionManager

javax.transaction.TransactionManager getTransactionManager()
Gets the TransactionManager that this container manager exposes to the Containers it manages.

Returns:
the TransactionManager to be used by this container manager's containers when servicing beans
See Also:
"javax.transaction.TransactionManager", TransactionService.getTransactionManager()

getSecurityService

SecurityService getSecurityService()
Gets the SecurityService that this container manager exposes to the Containers it manages.

Returns:
the SecurityService to be used by this container manager's containers when servicing beans
See Also:
SecurityService


Copyright © 1999-2011 OpenEJB. All Rights Reserved.