PHP Класс AppserverIo\Appserver\Core\AbstractEpbManager

Автор: Tim Wagner ([email protected])
Автор: Bernhard Wick ([email protected])
Наследование: extends AbstractManager
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

registerEpbReference() публичный Метод

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
Результат void

registerPersistenceUnitReference() публичный Метод

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
Результат void

registerResReference() публичный Метод

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
Результат void