com.ptc.core.meta.type.runtime.common
Class TypedDelegate

java.lang.Object
  extended by com.ptc.core.meta.type.runtime.common.TypedDelegate
All Implemented Interfaces:
Externalizable, Serializable, TypeMessageCalculatorInterface

public class TypedDelegate
extends Object
implements TypeMessageCalculatorInterface, Externalizable

Used for old client only. New client code should not call any of its methods. This class provide a way of calculating new "soft-type " object's type information using DefinitionDescriptorLocalizableMessage. Its methods should not be called directly, should only use the delegate mechanism of default application context and specifing corresponding properties files to get hold of the display type information.

Supported API: true

Extendable: false

See Also:
Serialized Form

Method Summary
 Object CalculateTypeMessage(Object object)
          Should only use the delegate mechanism of default application context to get hold of CalculateTypeMessage().
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

CalculateTypeMessage

public Object CalculateTypeMessage(Object object)
Should only use the delegate mechanism of default application context to get hold of CalculateTypeMessage(). Never call this function directly.

Supported API: true

Specified by:
CalculateTypeMessage in interface TypeMessageCalculatorInterface
Parameters:
object -
Returns:
Object