Uses of Interface
com.bankframe.fe.statemachine.base.apploaders.IApplication

Packages that use IApplication
com.bankframe.fe.statemachine.base.apploaders   
com.bankframe.fe.statemachine.ext.apploaders   
com.bankframe.fe.statemachine.ext.apploaders.sax   
 

Uses of IApplication in com.bankframe.fe.statemachine.base.apploaders
 

Methods in com.bankframe.fe.statemachine.base.apploaders that return IApplication
 IApplication IApplicationManager.getDefaultApplication()
          Returns an IApplication implementor for a default (unnamed) application.
 IApplication IApplicationManager.getApplication(java.lang.String name)
          Returns an IApplication implementor for the named application.
 

Uses of IApplication in com.bankframe.fe.statemachine.ext.apploaders
 

Subinterfaces of IApplication in com.bankframe.fe.statemachine.ext.apploaders
 interface IApplication
           
 

Uses of IApplication in com.bankframe.fe.statemachine.ext.apploaders.sax
 

Classes in com.bankframe.fe.statemachine.ext.apploaders.sax that implement IApplication
 class Application
          This class Application is an implementation of IApplication that is used by the xmlapploader.
 

Methods in com.bankframe.fe.statemachine.ext.apploaders.sax that return IApplication
 IApplication ApplicationManager.getApplication(java.lang.String name)
           
 IApplication ApplicationManager.getDefaultApplication()
           
 



Copyright © 2004 Siebel Systems, Inc. All rights reserved.