PHP Class AppserverIo\Appserver\Naming\NamingContextFactory

Show file Open project: appserver-io/appserver

Public Methods

Method Description
visit ( AppserverIo\Appserver\Application\Interfaces\ManagerSettingsAwareInterface $manager ) : void Creates a new naming context and add's it to the passed manager.

Method Details

visit() public static method

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
return void