Oracle Configuration Interface Object API Specification
Version: 11.5.10.23.13
Part No: B14186-01

Uses of Interface
oracle.apps.cz.cio.IFunctionalCompanion

Packages that use IFunctionalCompanion
oracle.apps.cz.cio Provides classes used to create, save and restore configurations.  

 

Uses of IFunctionalCompanion in oracle.apps.cz.cio

 

Classes in oracle.apps.cz.cio that implement IFunctionalCompanion
 class AutoFunctionalCompanion
          Deprecated. this class is no longer necessary Base object on which user functional companions can be based.
 class FunctionalCompanion
          Deprecated. this class is no longer necessary Base object on which user functional companions can be based.

 

Methods in oracle.apps.cz.cio that return IFunctionalCompanion
 oracle.apps.cz.cio.IFunctionalCompanion CompanionValidationFailure.getCompanion()
          Deprecated. Returns the companion in which this validation failure occurred.
 oracle.apps.cz.cio.IFunctionalCompanion Component.getFuncCompByID(int id)
          Returns a particular functional companion based on its ID, null if no match.
 oracle.apps.cz.cio.IFunctionalCompanion Component.getFuncCompByName(java.lang.String name)
          Returns a particular functional companion based on its name, null if no match.
 oracle.apps.cz.cio.IFunctionalCompanion RuntimeNode.getFuncCompByID(int id)
          Deprecated. use getAvailableEventCommands
 oracle.apps.cz.cio.IFunctionalCompanion RuntimeNode.getFuncCompByName(java.lang.String name)
          Deprecated. use getAvailableEventCommands

 

Constructors in oracle.apps.cz.cio with parameters of type IFunctionalCompanion
CompanionValidationFailure(java.lang.String message, oracle.apps.cz.cio.IRuntimeNode node, oracle.apps.cz.cio.IFunctionalCompanion companion)
          Deprecated.  
CompanionValidationFailure(java.lang.String message, oracle.apps.cz.cio.IRuntimeNode node, oracle.apps.cz.cio.Configuration config, oracle.apps.cz.cio.IFunctionalCompanion companion)
          Deprecated.  
FuncCompErrorException(oracle.apps.cz.cio.IFunctionalCompanion fc, java.lang.String message)
          Deprecated. Constructs the exception object.
FuncCompMessageException(oracle.apps.cz.cio.IFunctionalCompanion fc, java.lang.String message)
          Deprecated. Constructs the exception object.

 


Oracle Configuration Interface Object API Specification
Version: 11.5.10.23.13
Part No: B14186-01

Copyright © 1999, 2004, Oracle. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.