org.apache.tomee.catalina.event
Class AfterApplicationCreated

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

@Event
public class AfterApplicationCreated
extends Object


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

Constructor Detail

AfterApplicationCreated

public AfterApplicationCreated(AppInfo appInfo,
                               WebAppInfo webApp)
Method Detail

getApp

public AppInfo getApp()

getWeb

public WebAppInfo getWeb()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.