public interface DeployInstance extends Dependency
Modifier and Type | Method and Description |
---|---|
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
|
java.lang.ClassLoader getClassLoader()
boolean isModified()
isModified
in interface Dependency
boolean isModifiedNow()
boolean logModified(java.util.logging.Logger log)
logModified
in interface Dependency
boolean isDeployIdle()
void setConfigException(java.lang.Throwable e)
java.lang.Throwable getConfigException()
void start()
void destroy()