PHP 클래스 AppserverIo\Appserver\Core\AbstractEpbManager

저자: Tim Wagner ([email protected])
저자: Bernhard Wick ([email protected])
상속: extends AbstractManager
파일 보기 프로젝트 열기: appserver-io/appserver

공개 메소드들

메소드 설명
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