com.sun.enterprise.transaction.startup
Class TransactionLifecycleService

java.lang.Object
  extended by com.sun.enterprise.transaction.startup.TransactionLifecycleService
All Implemented Interfaces:
Startup, org.jvnet.hk2.component.PostConstruct

@Service
public class TransactionLifecycleService
extends java.lang.Object
implements Startup, org.jvnet.hk2.component.PostConstruct

Service wrapper to only lookup the transaction recovery when there are applications deployed since the actual service has ORB dependency.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.glassfish.api.Startup
Startup.Lifecycle
 
Constructor Summary
TransactionLifecycleService()
           
 
Method Summary
 Startup.Lifecycle getLifecycle()
           
 void onReady()
           
 void onShutdown()
           
 void postConstruct()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransactionLifecycleService

public TransactionLifecycleService()
Method Detail

postConstruct

public void postConstruct()
Specified by:
postConstruct in interface org.jvnet.hk2.component.PostConstruct

onReady

public void onReady()

onShutdown

public void onShutdown()

getLifecycle

public Startup.Lifecycle getLifecycle()
Specified by:
getLifecycle in interface Startup


Copyright © 2012 GlassFish Community. All Rights Reserved.