anima.component
Interface IUnknown

All Known Subinterfaces:
IReceptacle, IStatistics, IStatisticsReceptacle
All Known Implementing Classes:
StatisticsComponent, StatisticsComponentAssyncMessage, StatisticsComponentSyncMessage, StatisticsConsumerComponent, StatisticsConsumerComponentAssyncMessage, StatisticsConsumerComponentSyncMessage

public interface IUnknown


Method Summary
 java.lang.String getPrimaryKey()
          Return the component Key This key identify the component
 IUnknown queryInterface(java.lang.String interfaceId)
          Return the component Interface based on your id.
 

Method Detail

queryInterface

IUnknown queryInterface(java.lang.String interfaceId)
Return the component Interface based on your id.

Parameters:
interfaceId -
Returns:

getPrimaryKey

java.lang.String getPrimaryKey()
Return the component Key This key identify the component

Returns:


Copyright © 2007. All Rights Reserved.