org.glassfish.ejb.upgrade
Class EJBTimerServiceUpgrade

java.lang.Object
  extended by org.glassfish.ejb.upgrade.EJBTimerServiceUpgrade
All Implemented Interfaces:
ConfigurationUpgrade, org.jvnet.hk2.component.PostConstruct

@Service(name="ejbTimerServiceUpgrade")
public class EJBTimerServiceUpgrade
extends java.lang.Object
implements org.jvnet.hk2.component.PostConstruct, ConfigurationUpgrade

Upgrade EJB Timer Service table from v2 to v3

Author:
Marina Vatkina

Constructor Summary
EJBTimerServiceUpgrade()
           
 
Method Summary
 void postConstruct()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EJBTimerServiceUpgrade

public EJBTimerServiceUpgrade()
Method Detail

postConstruct

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


Copyright © 2012 GlassFish Community. All Rights Reserved.