org.codehaus.plexus.appserver.application.event
Class DefaultDeployEvent

java.lang.Object
  extended byorg.codehaus.plexus.appserver.application.event.DefaultDeployEvent
All Implemented Interfaces:
DeployEvent

public class DefaultDeployEvent
extends java.lang.Object
implements DeployEvent

Signals an (un/re)deployment event;

Since:
Jul 17, 2004
Author:
Dan Diephouse

Constructor Summary
DefaultDeployEvent(AppRuntimeProfile runtimeProfile)
           
 
Method Summary
 AppRuntimeProfile getRuntimeProfile()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultDeployEvent

public DefaultDeployEvent(AppRuntimeProfile runtimeProfile)
Method Detail

getRuntimeProfile

public AppRuntimeProfile getRuntimeProfile()
Specified by:
getRuntimeProfile in interface DeployEvent


Copyright 2001-2001-2006 Codehaus. All Rights Reserved.