org.apache.tomee.catalina.event
Class AfterApplicationCreated

java.lang.Object
  extended by org.apache.tomee.catalina.event.AfterApplicationCreated

public class AfterApplicationCreated
extends Object


Constructor Summary
AfterApplicationCreated(AppInfo appInfo, WebAppInfo webApp)
           
 
Method Summary
 AppInfo getApp()
           
 WebAppInfo getWeb()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AfterApplicationCreated

public AfterApplicationCreated(AppInfo appInfo,
                               WebAppInfo webApp)
Method Detail

getApp

public AppInfo getApp()

getWeb

public WebAppInfo getWeb()


Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.