|
|||||||||
| 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.inf.container.WTContainerRef
public class WTContainerRef
Use the newWTContainerRef static factory method(s), not
the WTContainerRef 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
| Field Summary |
|---|
| Fields inherited from interface wt.fc.WTReference |
|---|
OBJECT |
| Method Summary | |
|---|---|
WTContainer |
getReferencedContainerReadOnly()
Returns a read-only reference to the cached instance of the container. |
protected void |
initialize(WTContainer container)
Supports initialization, following construction of an instance. |
protected void |
initialize(WTContainerRef ref)
Supports initialization, following construction of an instance. |
static WTContainerRef |
newWTContainerRef(WTContainer container)
Supported API: true |
static WTContainerRef |
newWTContainerRef(WTContainerRef ref)
Supported API: true |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public static WTContainerRef newWTContainerRef(WTContainer container)
throws WTException
container -
WTException
protected void initialize(WTContainer container)
throws WTException
container -
WTException
public static WTContainerRef newWTContainerRef(WTContainerRef ref)
throws WTException
ref -
WTException
protected void initialize(WTContainerRef ref)
throws WTException
ref -
WTExceptionpublic WTContainer getReferencedContainerReadOnly()
wt#fc#CachedObjectReference#getReadOnlyObject()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||