org.apache.jetspeed.deployment
Interface DeploymentManager


public interface DeploymentManager

Author:
Scott T. Weaver Interface that provides for firing and dispatching deployment realted events.

Method Summary
 DeploymentStatus deploy(File aFile)
           
 void dispatch(DeploymentEvent event)
           dispatch
 void fireDeploymentEvent()
           fireDeploymentEvent
 

Method Detail

deploy

public DeploymentStatus deploy(File aFile)
                        throws DeploymentException
Throws:
DeploymentException

fireDeploymentEvent

public void fireDeploymentEvent()

fireDeploymentEvent

Fires all deployment events registered to this DeploymentManager.


dispatch

public void dispatch(DeploymentEvent event)

dispatch

dispatches the DeploymentEvent to all registered deployment event listeners.

Parameters:
event - DeploymentEvent to dispatch.


Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.