org.glassfish.paas.orchestrator
Class ApplicationLifecycleInterceptorImpl

java.lang.Object
  extended by org.glassfish.paas.orchestrator.ApplicationLifecycleInterceptorImpl
All Implemented Interfaces:
ApplicationLifecycleInterceptor

@Service
public class ApplicationLifecycleInterceptorImpl
extends Object
implements ApplicationLifecycleInterceptor


Constructor Summary
ApplicationLifecycleInterceptorImpl()
           
 
Method Summary
 void after(ExtendedDeploymentContext.Phase phase, ExtendedDeploymentContext context)
           
 void before(ExtendedDeploymentContext.Phase phase, ExtendedDeploymentContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationLifecycleInterceptorImpl

public ApplicationLifecycleInterceptorImpl()
Method Detail

before

public void before(ExtendedDeploymentContext.Phase phase,
                   ExtendedDeploymentContext context)
Specified by:
before in interface ApplicationLifecycleInterceptor

after

public void after(ExtendedDeploymentContext.Phase phase,
                  ExtendedDeploymentContext context)
Specified by:
after in interface ApplicationLifecycleInterceptor


Copyright © 2012. All Rights Reserved.