Business Components

oracle.jbo
Interface ApplicationModuleHome


public interface ApplicationModuleHome

Implemented by classes that create Application Modules.

Since:
JDeveloper 3.0

Method Summary
 ApplicationModule create()
          Creates an ApplicationModule.
 

Method Detail

create

public ApplicationModule create()
                         throws ApplicationModuleCreateException
Creates an ApplicationModule.
Throws:
ApplicationModuleCreateException - if the Application Module could not be created.

Business Components