Uses of Interface
com.atomikos.tcc.TccService

Packages that use TccService
com.atomikos.icatch.tcc   
com.atomikos.tcc   
 

Uses of TccService in com.atomikos.icatch.tcc
 

Methods in com.atomikos.icatch.tcc with parameters of type TccService
 void UserTccServiceManager.deregisterForRecovery(TccService service)
           
protected static void UserTccServiceManager.doDeregister(TccService app)
          Deregisters a previously registered application TccService.
protected static void UserTccServiceManager.doRegisterForRecovery(TccService app)
          Initializes the registry with an application-level service implementation.
 String UserTccServiceManager.register(TccService service, long timeout)
           
 void UserTccServiceManager.registerForRecovery(TccService service)
           
 

Uses of TccService in com.atomikos.tcc
 

Methods in com.atomikos.tcc with parameters of type TccService
 void TccServiceManager.deregisterForRecovery(TccService service)
          Deregisters a service for recovery (the inverse of registerForRecovery); this can be used to re-register later if desirable.
 String TccServiceManager.register(TccService service, long timeout)
          Registers the calling thread for new try-confirm-cancel work.
 void TccServiceManager.registerForRecovery(TccService service)
          Registers a service for recovery.
 



Copyright © 2012. All Rights Reserved.