Interface IDirSystem

All Superinterfaces:
IComponent, IComponentProvider, IDirConstants, IInitializable, IURIResolver

public interface IDirSystem extends IComponentProvider, IDirConstants
The IDirSystem manages the lifecycle of all IDirServices. If you need to obtain a reference or discover an IDirService then you start with the IDirSystem. The IDirSystem also extends IComponentProvider so it can participate in the IURIResolver.acquireURI(String) and the IComponentProvider.lookup(com.webmethods.portal.system.IURI) apis.

The IDirSystem uses lazy-initialization for all of its apis.