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.bean   
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.getApplication(String name)
          Returns an IApplication implementor for the named application.
 IApplication IApplicationManager.getDefaultApplication()
          Returns an IApplication implementor for a default (unnamed) 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.bean
 

Classes in com.bankframe.fe.statemachine.ext.apploaders.bean that implement IApplication
 class Application
           
 

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

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



Copyright © 2005, 2007, Oracle. All rights reserved.