Almost all extension programming starts on the IBM Director Server. Getting started requires two steps.
The first two parts of your extension work like this:
When the IBM Director Server starts, it will find and read the
extension file. The extension file will point to the main extension class.
The IBM Director Server program will create an instance of your class and
start calling certain methods in it. The next
section
discusses more details about the extension file and the extension class.