Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.6.0)

E13403-07

oracle.jdeveloper.deploy
Interface DeployAddin

All Known Implementing Classes:
DeployDesignTime, DeployProfileDt

public interface DeployAddin

Base interface for all features which can be added into the deployment framework dynamically.

All of the methods in this interface should be stateless. That is, the state of the implementing object should have no effect on the values returned by these methods. This is because the deployment framework needs to be able to cache a single instance of the DeployAddin to access these methods efficiently.

All objects that implement DeployAddin must also have a default constructor. The default constructor is called during the registration of DeployAddin types at startup.


Method Summary
 void startup()
          Called when the addin is loaded.
 

Method Detail

startup

void startup()
Called when the addin is loaded. The addin should perform all initialization.


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.6.0)

E13403-07

Copyright © 1997, 2011, Oracle. All rights reserved.