|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DeployInstance
Abstract deployment entry.
| Method Summary | |
|---|---|
void |
destroy()
Destroys the deployment instance |
java.lang.ClassLoader |
getClassLoader()
Returns the deployment class loader. |
java.lang.Throwable |
getConfigException()
Gets the configuration exception. |
boolean |
isDeployIdle()
Returns true if the deployment can be removed. |
boolean |
isModified()
Returns true if the deployment is modified. |
boolean |
isModifiedNow()
Returns true if the deployment is modified, forcing a check. |
boolean |
logModified(java.util.logging.Logger log)
Logs the reason for modification |
void |
setConfigException(java.lang.Throwable e)
Sets the configuration exception. |
void |
start()
Starts the deployment instance |
| Method Detail |
|---|
java.lang.ClassLoader getClassLoader()
boolean isModified()
isModified in interface Dependencyboolean isModifiedNow()
boolean logModified(java.util.logging.Logger log)
logModified in interface Dependencyboolean isDeployIdle()
void setConfigException(java.lang.Throwable e)
java.lang.Throwable getConfigException()
void start()
void destroy()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||