Package wt.admin

Class AdminDomainRef

java.lang.Object
wt.fc._ObjectReference
wt.fc.ObjectReference
wt.fc._CachedObjectReference
wt.fc.CachedObjectReference
wt.admin._AdminDomainRef
wt.admin.AdminDomainRef
All Implemented Interfaces:
Externalizable, Serializable, wt.fc._NetFactor, wt.fc._ObjectMappable, _WTReference, NetFactor, ObjectMappable, WTReference, Evolvable

The AdminDomainRef class encapsulates a reference to an AdministrativeDomain object.

Use the newAdminDomainRef static factory method(s), not the AdminDomainRef constructor, to construct instances of this class. Instances must be constructed using the static factory(s), in order to ensure proper initialization of the instance.



Supported API: true

Extendable: false

See Also:
  • Method Details

    • newAdminDomainRef

      public static AdminDomainRef newAdminDomainRef(AdministrativeDomain domain) throws WTException
      Constructs an AdminDomainRef for the domain passed as argument.

      Supported API: true
      Parameters:
      domain -
      Returns:
      AdminDomainRef
      Throws:
      WTException
    • initialize

      protected void initialize(AdministrativeDomain domain) throws WTException
      Supports initialization, following construction of an instance. Invoked by "new" factory having the same signature.

      Supported API: true
      Parameters:
      domain -
      Throws:
      WTException
    • newAdminDomainRef

      public static AdminDomainRef newAdminDomainRef(AdminDomainRef ref) throws WTException
      Copy constructor: constructs a new AdminDomainRef from the one passed as argument.

      Supported API: true
      Parameters:
      ref -
      Returns:
      AdminDomainRef
      Throws:
      WTException
    • initialize

      protected void initialize(AdminDomainRef ref) throws WTException
      Supports initialization, following construction of an instance. Invoked by "new" factory having the same signature.

      Supported API: true
      Parameters:
      ref -
      Throws:
      WTException
    • toString

      public String toString()
      Constructs a string representation of the administrative domain reference.

      Supported API: true
      Overrides:
      toString in class ObjectReference
      Returns:
      String
    • newAdminDomainRef

      public static AdminDomainRef newAdminDomainRef(ObjectIdentifier oid) throws WTException
      Copy constructor: constructs a new AdminDomainRef from the OID passed as argument.

      Supported API: true
      Parameters:
      oid -
      Returns:
      AdminDomainRef
      Throws:
      WTException
    • initialize

      protected void initialize(ObjectIdentifier oid) throws WTException
      Supports initialization, following construction of an instance. Invoked by "new" factory having the same signature.

      Supported API: true
      Overrides:
      initialize in class ObjectReference
      Parameters:
      oid -
      Throws:
      WTException