org.apache.openejb.assembler.classic.event
Class AssemblerBeforeApplicationDestroyed

java.lang.Object
  extended by org.apache.openejb.assembler.classic.event.AssemblerBeforeApplicationDestroyed

@Event
public class AssemblerBeforeApplicationDestroyed
extends Object


Constructor Summary
AssemblerBeforeApplicationDestroyed(AppInfo appInfo, AppContext appContext)
           
 
Method Summary
 AppInfo getApp()
           
 AppContext getContext()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AssemblerBeforeApplicationDestroyed

public AssemblerBeforeApplicationDestroyed(AppInfo appInfo,
                                           AppContext appContext)
Method Detail

getApp

public AppInfo getApp()

getContext

public AppContext getContext()

toString

public String toString()
Overrides:
toString in class Object


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