Package wt.identity
Interface TypeMessageCalculatorInterface
- All Known Implementing Classes:
NonTypedDelegate,TypedDelegate
public interface TypeMessageCalculatorInterface
Used for old client only. New client code should not call any of its
methods. This interface provide a way of calculating "soft-type " object's
type information. Should only use the delegate mechanism of default application
context to get hold of CalculateTypeMessage(). Never call this function
directly.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionCalculateTypeMessage(Object object) Should only use the delegate mechanism of default application context to get hold of CalculateTypeMessage().
-
Method Details
-
CalculateTypeMessage
Should only use the delegate mechanism of default application context to get hold of CalculateTypeMessage(). Never call this function directly.
Supported API: true- Parameters:
object-- Returns:
- Object
-