org.siebengeisslein.application
Interface Application
- All Known Implementing Classes:
- DefaultApplication
public interface Application
getClassLoader
AppClassLoader getClassLoader()
throws java.io.IOException
- Throws:
java.io.IOException
getIdeClassLoader
AppClassLoader getIdeClassLoader()
throws java.io.IOException
- Throws:
java.io.IOException
getId
java.lang.String getId()
getDisplayName
java.lang.String getDisplayName()
getDescription
java.lang.String getDescription()
getCustomizingData
CustomizingData getCustomizingData()
setCustomizingData
void setCustomizingData(CustomizingData customizing)
start
void start()
getLocalId
int getLocalId()
setLocalId
void setLocalId(int localAppId)
merge
void merge(Application oldApplication)
expire
void expire(Client client)