nl.gx.webmanager.services.extensibility
Interface ExtensionProvider
public interface ExtensionProvider
ExtensionProvider interface. Indicates that a component is a provider of extension services.
- Author:
- danielm
|
Method Summary |
java.lang.Object |
getServiceInstance(java.lang.String interfaceClassName)
|
java.lang.String |
getTargetComponentId()
Gets the id of the target component that is used to identity the targets of the extension provider |
getTargetComponentId
java.lang.String getTargetComponentId()
- Gets the id of the target component that is used to identity the targets of the extension provider
- Returns:
- id of the target component
getServiceInstance
java.lang.Object getServiceInstance(java.lang.String interfaceClassName)
- Parameters:
interfaceClass - Requested interface class
- Returns:
- Instance Instance of the extension service object
Copyright © 2007-2011 GX Software BV. All Rights Reserved.