IBM Books

Administration Guide


Appendix U. Extending the Control Center

Partial Table-of-Contents

  • Performance Considerations
  • Packaging Considerations
  • Interface Descriptions
  • CCExtension
  • CCObject
  • CCMenuAction
  • CCToolBarAction
  • Usage Scenario
  • MyExtension.java
  • MySample.java
  • MyDatabaseActions.java
  • MyInstance.java
  • MyDB2.java
  • MyDatabases.java
  • MySYSPLAN.java
  • MyTable.java
  • MyDBUser.java
  • MyToolbarAction.java
  • MyAlterAction.java
  • MyAction.java
  • MyDropAction.java
  • MyCascadeAction.java
  • MyCreateAction.java
  • In Version 6, you can extend the DB2 Universal Database Control Center by using the new plug-in architecture to provide additional function.

    The concept of the plug-in architecture is to provide the ability to add items for a given object in the Control Center popup menu, and add new buttons to the tool bar. A set of Java interfaces, which you must implement, is shipped along with the tools. These interfaces are used to communicate to the Control Center what additional actions to include.


    [ Top of Page | Previous Page | Next Page | Table of Contents | Index ]

    [ DB2 List of Books | Search the DB2 Books ]