|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.core.ca.co.client.address.CoAddressFactory
@Deprecated public abstract class CoAddressFactory
The factory for the creation of various element addresses.
Supported API: true
Extendable: false
| Method Summary | |
|---|---|
CoDynamicElementAddress |
createDynamicElementAddress(com.infoengine.object.factory.Element ieElement,
CoEnvData envData)
Deprecated. Returns new dynamic element address for the given Info*Engine element. |
CoStaticElementAddress |
createStaticElementAddress(CoConfigFeature staticElementConfiguration,
CoEnvData envData)
Deprecated. Returns new static element address for the given configuration element. |
CoStaticElementAddress |
createStaticElementAddress(String alias,
CoEnvData envData)
Deprecated. Returns new static element address for the given alias. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public CoStaticElementAddress createStaticElementAddress(CoConfigFeature staticElementConfiguration,
CoEnvData envData)
throws WTException
staticElementConfiguration - envData -
WTException
public CoStaticElementAddress createStaticElementAddress(String alias,
CoEnvData envData)
throws WTException
alias - envData -
WTException
public CoDynamicElementAddress createDynamicElementAddress(com.infoengine.object.factory.Element ieElement,
CoEnvData envData)
throws WTException
ieElement - envData -
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||