org.jbind.xml.code
Interface IApplication

All Superinterfaces:
IAnyTypeData, IConfiguration

public interface IApplication
extends IConfiguration

An XML application.


Method Summary
 int execute()
          Executes the application.
 
Methods inherited from interface org.jbind.xml.code.IConfiguration
getNbSetupAndTearDownLevels
 
Methods inherited from interface org.jbind.xml.core.data.IAnyTypeData
accept_, acceptImpl_, addReferencedData_, createElement_, createElement_, equals, getAttribute_, getDataDesc_, getImpl_, getParent_, getSubstitutionHead_, getType_, hashCode, isDefault_, isNil_, iterAttributes_, iterElements_, setAttribute_, setDataDesc_, setImpl_, setSubstitutionHead_, setType_
 

Method Detail

execute

public int execute()
Executes the application.

Returns:
An error code. Normally an error code of 0 indicates a successful execution whereas any non-zero error code indicates failure.