PHP Class AppserverIo\Appserver\Core\AbstractEpbManager

Author: Tim Wagner ([email protected])
Author: Bernhard Wick ([email protected])
Inheritance: extends AbstractManager
Show file Open project: appserver-io/appserver

Public Methods

Method Description
registerEpbReference ( AppserverIo\Psr\EnterpriseBeans\Description\EpbReferenceDescriptorInterface $epbReference ) : void Registers the passed EPB reference in the applications directory.
registerPersistenceUnitReference ( AppserverIo\Psr\EnterpriseBeans\Description\PersistenceUnitReferenceDescriptorInterface $persistenceUnitReference ) : void Registers the passed persistence unit reference in the applications directory.
registerResReference ( AppserverIo\Psr\EnterpriseBeans\Description\ResReferenceDescriptorInterface $resReference ) : void Registers the passed resource reference in the applications directory.

Method Details

registerEpbReference() public method

Registers the passed EPB reference in the applications directory.
public registerEpbReference ( AppserverIo\Psr\EnterpriseBeans\Description\EpbReferenceDescriptorInterface $epbReference ) : void
$epbReference AppserverIo\Psr\EnterpriseBeans\Description\EpbReferenceDescriptorInterface The EPB reference to register
return void

registerPersistenceUnitReference() public method

Registers the passed persistence unit reference in the applications directory.
public registerPersistenceUnitReference ( AppserverIo\Psr\EnterpriseBeans\Description\PersistenceUnitReferenceDescriptorInterface $persistenceUnitReference ) : void
$persistenceUnitReference AppserverIo\Psr\EnterpriseBeans\Description\PersistenceUnitReferenceDescriptorInterface The persistence unit reference to register
return void

registerResReference() public method

Registers the passed resource reference in the applications directory.
public registerResReference ( AppserverIo\Psr\EnterpriseBeans\Description\ResReferenceDescriptorInterface $resReference ) : void
$resReference AppserverIo\Psr\EnterpriseBeans\Description\ResReferenceDescriptorInterface The resource reference to register
return void