|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.fc.ObjectReference
wt.fc.CachedObjectReference
wt.admin.AdminDomainRef
public class AdminDomainRef
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
| Method Summary | |
|---|---|
protected void |
initialize(AdminDomainRef ref)
Supports initialization, following construction of an instance. |
protected void |
initialize(AdministrativeDomain domain)
Supports initialization, following construction of an instance. |
protected void |
initialize(ObjectIdentifier oid)
Supports initialization, following construction of an instance. |
static AdminDomainRef |
newAdminDomainRef(AdminDomainRef ref)
Copy constructor: constructs a new AdminDomainRef from the one passed as argument. |
static AdminDomainRef |
newAdminDomainRef(AdministrativeDomain domain)
Constructs an AdminDomainRef for the domain passed as
argument. |
static AdminDomainRef |
newAdminDomainRef(ObjectIdentifier oid)
Copy constructor: constructs a new AdminDomainRef from the OID passed as argument. |
String |
toString()
Constructs a string representation of the administrative domain reference. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public static AdminDomainRef newAdminDomainRef(AdministrativeDomain domain)
throws WTException
AdminDomainRef for the domain passed as
argument.
domain -
WTException
protected void initialize(AdministrativeDomain domain)
throws WTException
domain -
WTException
public static AdminDomainRef newAdminDomainRef(AdminDomainRef ref)
throws WTException
ref -
WTException
protected void initialize(AdminDomainRef ref)
throws WTException
ref -
WTExceptionpublic String toString()
public static AdminDomainRef newAdminDomainRef(ObjectIdentifier oid)
throws WTException
oid -
WTException
protected void initialize(ObjectIdentifier oid)
throws WTException
oid -
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||