nl.gx.webmanager.wcb
Interface ComponentExtension

All Known Implementing Classes:
ComponentExtensionImpl

public interface ComponentExtension

The definition interface for component extensions

Author:
danielm

Method Summary
 java.lang.String getAddedCallback()
          Returns the name of a method that should be invoke when an instance of this dependency comes available.
 java.lang.String getInterfaceClassName()
          Returns the fully qualified classname of the extension
 java.lang.String getRemovedCallback()
          Returns the name of a method that should be invoke when an instance of this dependency comes unavailable.
 

Method Detail

getInterfaceClassName

java.lang.String getInterfaceClassName()
Returns the fully qualified classname of the extension

Returns:
the classname

getAddedCallback

java.lang.String getAddedCallback()
Returns the name of a method that should be invoke when an instance of this dependency comes available. The component should implement a method with the following signature: public void (ServiceReference ref, Object inst)

Returns:
the methodname

getRemovedCallback

java.lang.String getRemovedCallback()
Returns the name of a method that should be invoke when an instance of this dependency comes unavailable. The component should implement a method with the following signature: public void (ServiceReference ref, Object inst)

Returns:
the methodname


Copyright © 2007-2011 GX Software BV. All Rights Reserved.