com.ibm.dtfj.analyzer.ext
Interface IDeclareExtensions

All Known Implementing Classes:
OneJavaHeap, OneJavaThread

public interface IDeclareExtensions

Interface to be implemented by all analyzer beans that contain extension points or extension providers. This interface contains a single method declareExtensions(), that will be invoked by the runtime during initialization to discover the extensions.


Method Summary
 void declareExtensions(SimpleExtensionRegistry registry)
          Register all extension points and extension providers contained in this bean.
 

Method Detail

declareExtensions

void declareExtensions(SimpleExtensionRegistry registry)
Register all extension points and extension providers contained in this bean. This method will be invoked by the runtime during initialization to discover the extensions.

Parameters:
registry - a SimpleExtensionRegistry in which to register the extensions


© Copyright IBM Corp. 2007, 2008 All Rights Reserved. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.