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

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

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

Classes in com.bankframe.fe.statemachine.base.apploaders that implement IUnitOfWork
 class UnitOfWork
           
 

Methods in com.bankframe.fe.statemachine.base.apploaders that return IUnitOfWork
 IUnitOfWork State.getUnitOfWork()
           
 IUnitOfWork StartupEvent.getUnitOfWork()
          Gets the UnitOfWork which contains this event.
 IUnitOfWork IState.getUnitOfWork()
          Gets the UnitOfWork which contains this state.
 IUnitOfWork IEvent.getUnitOfWork()
          Gets the UnitOfWork which contains this event.
 IUnitOfWork Event.getUnitOfWork()
          Gets the UnitOfWork which contains this event.
 

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

Methods in com.bankframe.fe.statemachine.ext.apploaders.sax that return IUnitOfWork
 IUnitOfWork State.getUnitOfWork()
          This method is currently not implemented and returns null.
 IUnitOfWork Event.getUnitOfWork()
          This method is currently not implemented, returns null.
 



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