com.atlassian.plugin.osgi.hostcomponents
Interface HostComponentRegistration


public interface HostComponentRegistration

Represents a registration of a host component


Method Summary
 java.lang.Object getInstance()
           
 java.lang.Class<?>[] getMainInterfaceClasses()
           
 java.lang.String[] getMainInterfaces()
           
 java.util.Dictionary<java.lang.String,java.lang.String> getProperties()
           
 

Method Detail

getProperties

java.util.Dictionary<java.lang.String,java.lang.String> getProperties()
Returns:
The metadata properties for the component

getMainInterfaces

java.lang.String[] getMainInterfaces()
Returns:
A list of interface names

getInstance

java.lang.Object getInstance()
Returns:
The component instance

getMainInterfaceClasses

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


Copyright © 2010 Atlassian. All Rights Reserved.