Interface HostComponentRegistration


public interface HostComponentRegistration
Represents a registration of a host component
  • Method Details

    • getProperties

      Dictionary<String,String> getProperties()
      Returns:
      The metadata properties for the component
    • getMainInterfaces

      String[] getMainInterfaces()
      Returns:
      A list of interface names
    • getInstance

      Object getInstance()
      Returns:
      The component instance
    • getMainInterfaceClasses

      Class<?>[] getMainInterfaceClasses()
      Returns:
      The list of interface classes