Interface IComponentDeploymentEvent

All Superinterfaces:
IEvent, Serializable

public interface IComponentDeploymentEvent extends IEvent
  • Field Details

  • Method Details

    • getAction

      int getAction()
      Returns action type
      Returns:
      deployment action type
    • getComponentName

      String getComponentName()
      Returns component name, can be null if component name cannot be resolved from the component location. In this case most likely the deployment will fail
      Returns:
      component name
    • getComponentSourceLocation

      String getComponentSourceLocation()
      Returns component source location if available (on deploy) or null if not available
      Returns:
      local file name or any other url accessible location
    • getComponentDeployablePackage

      byte[] getComponentDeployablePackage()
      Actual binaries of the .pdp, .cpd, .war, etc
      Returns:
      may return null, if the event was not fired with this data