wt.admin
Class AdministrativeDomainHelper

java.lang.Object
  extended by 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:
Serialized Form

Field Summary
static AdministrativeDomainManager manager
          Handle to access manager functionality.
 
Method Summary
static AdminDomainRef getAdminDomainRef(String domain_name)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

manager

public static final AdministrativeDomainManager manager
Handle to access manager functionality.

Supported API: true

Method Detail

getAdminDomainRef

public static AdminDomainRef getAdminDomainRef(String domain_name)
                                        throws WTException
Deprecated. 

Returns a reference to an administrative domain given its path name.

Supported API: true

Parameters:
domain_name -
Returns:
AdminDomainRef
Throws:
WTException
See Also:
AdministrativeDomainManager.getDomain(String domain_path), AdministrativeDomainManager.getDomain(String domain_path, WTContainerRef container_ref), AdminDomainRef.newAdminDomainRef(AdministrativeDomain domain)