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

Enclosing class:
WABDeploymentEventHandler

public static interface WABDeploymentEventHandler.Callback


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

Method Detail

deploying

void deploying()

deployed

void deployed(java.lang.String contextPath)

undeploying

void undeploying()

undeployed

void undeployed()

failed

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


Copyright © 2013. All Rights Reserved.