org.netbeans.modules.j2ee.deployment.common.api
Interface EjbChangeDescriptor

All Known Subinterfaces:
AppChangeDescriptor

public interface EjbChangeDescriptor

This interface is used to communicate information about changes in ejb remote interfaces and deployment descriptors in support of incremental and iterative deployment. An instance of this interface is supplied by a development module and passed to a plugin module during an incremental deploy. The plugin can use this information to potentially skip steps in the deploy process. For example, if no ejbs have changed, the stub generation step may be skipped.


Method Summary
 boolean ejbsChanged()
           
 String[] getChangedEjbs()
           
 

Method Detail

ejbsChanged

boolean ejbsChanged()

getChangedEjbs

String[] getChangedEjbs()

 

Built on March 27 2006.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.