PHP 클래스 AppserverIo\Appserver\Naming\NamingContextFactory

파일 보기 프로젝트 열기: appserver-io/appserver

공개 메소드들

메소드 설명
visit ( AppserverIo\Appserver\Application\Interfaces\ManagerSettingsAwareInterface $manager ) : void Creates a new naming context and add's it to the passed manager.

메소드 상세

visit() 공개 정적인 메소드

Creates a new naming context and add's it to the passed manager.
public static visit ( AppserverIo\Appserver\Application\Interfaces\ManagerSettingsAwareInterface $manager ) : void
$manager AppserverIo\Appserver\Application\Interfaces\ManagerSettingsAwareInterface The manager to add the naming context to
리턴 void