org.glassfish.fighterfish.test.util
Interface WABDeploymentEventHandler.Callback

Enclosing class:
WABDeploymentEventHandler

public static interface WABDeploymentEventHandler.Callback


Method Summary
 void deployed(String contextPath)
           
 void deploying()
           
 void failed(Throwable throwable, String collision, Long[] collisionBundleIds)
           
 void undeployed()
           
 void undeploying()
           
 

Method Detail

deploying

void deploying()

deployed

void deployed(String contextPath)

undeploying

void undeploying()

undeployed

void undeployed()

failed

void failed(Throwable throwable,
            String collision,
            Long[] collisionBundleIds)


Copyright © 2011. All Rights Reserved.