Oracle Data-aware Controls Reference

oracle.dacf.style
Class StyleAppModule

java.lang.Object
  extended byoracle.dacf.style.StyleAppModule

public class StyleAppModule
extends java.lang.Object

StyleAppModule is

Version:
INTERNAL

Constructor Summary
StyleAppModule(java.lang.String nuDeploymentPlatform, int nuConnectionMode, java.lang.String nuRemoteHost, java.lang.String nuAppModuleName)
           
 
Method Summary
 oracle.jbo.ApplicationModule getApplicationModule()
          gives you the Jbo ApplcationModule, defined by this class.
 void remove()
          frees the ApplicationModule Good practice to do this after use.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StyleAppModule

public StyleAppModule(java.lang.String nuDeploymentPlatform,
                      int nuConnectionMode,
                      java.lang.String nuRemoteHost,
                      java.lang.String nuAppModuleName)
Method Detail

getApplicationModule

public oracle.jbo.ApplicationModule getApplicationModule()
gives you the Jbo ApplcationModule, defined by this class.

Returns:
the JboApplicationModule

remove

public void remove()
frees the ApplicationModule Good practice to do this after use.


Oracle Data-aware Controls Reference

 

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