Package wt.admin

Class AdministrativeDomainHelper

java.lang.Object
wt.admin.AdministrativeDomainHelper
All Implemented Interfaces:
Externalizable, Serializable

public class AdministrativeDomainHelper extends Object implements Externalizable
The AdministrativeDomainHelper class facilitates access to the current implementation of the AdministrativeDomainManager interface.

Access to the AdministrativeDomainManager functionality is accomplished using the manager field, for example domain = AdministrativeDomainHelper.manager.getDomain (domainPath, containerRef);

Additionally it holds the names of pre-defined domains and a reference to the root domain.

Supported API: true

Extendable: false

See Also: