com.ptc.core.ca.co.client.cache
Class CoInstanceCache

java.lang.Object
  extended by com.ptc.core.ca.co.client.cache.CoInstanceCache
All Implemented Interfaces:
Externalizable, Serializable
Direct Known Subclasses:
WebInstanceCache

Deprecated.

@Deprecated
public class CoInstanceCache
extends Object
implements Externalizable

The class implementing the cache of Info*Engine elements wrapped in CoInstances.

Supported API: true

Extendable: false

See Also:
Serialized Form

Method Summary
 CoInstance getInstance(com.infoengine.object.factory.Element ieElement, CoInstanceChangeListener listener)
          Deprecated. Wraps the Info*Engine element into CoInstance and returns the wrapper.
 void notifyAllListeners(CoEnvData envData)
          Deprecated. Notifies all listeners about changes in Info*Engine elements.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public CoInstance getInstance(com.infoengine.object.factory.Element ieElement,
                              CoInstanceChangeListener listener)
                       throws WTException
Deprecated. 
Wraps the Info*Engine element into CoInstance and returns the wrapper. The listener does not have to be specified - the framework assignes the listener during the update of conceptual elements.

Supported API: true

Parameters:
ieElement -
listener -
Returns:
CoInstance
Throws:
WTException

notifyAllListeners

public void notifyAllListeners(CoEnvData envData)
                        throws WTException
Deprecated. 
Notifies all listeners about changes in Info*Engine elements.

Supported API: true

Parameters:
envData -
Throws:
WTException