Package wt.admin
Class AdministrativeDomainHelper
java.lang.Object
wt.admin.AdministrativeDomainHelper
- All Implemented Interfaces:
Externalizable,Serializable
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:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AdministrativeDomainManagerHandle to access manager functionality. -
Method Summary
Modifier and TypeMethodDescriptionstatic AdminDomainRefgetAdminDomainRef(String domain_name) Deprecated.
-
Field Details
-
manager
Handle to access manager functionality.
Supported API: true
-
-
Method Details
-
getAdminDomainRef
Deprecated.Returns a reference to an administrative domain given its path name.
Supported API: true- Parameters:
domain_name-- Returns:
- AdminDomainRef
- Throws:
WTException- See Also:
-