| java.lang.Object org.codehaus.aspectwerkz.transform.inlining.deployer.DeploymentHandle
DeploymentHandle | final public class DeploymentHandle (Code) | | Universal Unique IDentifier (UUID) for a deployment event.
Can be stored by the user to allow access to a specific deployment event.
Visibility for all methods are package private, user should only use it as a handle.
author: Jonas BonŽr |
Inner Class :static class DefinitionChangeElement | |
DeploymentHandle | DeploymentHandle(Class clazz, ClassLoader loader)(Code) | | Creates a new handle.
Parameters: clazz - the class of the entity being deployed |
getDefintionChangeElements | Map getDefintionChangeElements()(Code) | | |
hashCode | public int hashCode()(Code) | | |
revertChanges | void revertChanges()(Code) | | |
|
|