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

DeploymentStatus deploy(File aFile)
                        throws DeploymentException
Throws:
DeploymentException

fireDeploymentEvent

void fireDeploymentEvent()

fireDeploymentEvent

Fires all deployment events registered to this DeploymentManager.


dispatch

void dispatch(DeploymentEvent event)

dispatch

dispatches the DeploymentEvent to all registered deployment event listeners.

Parameters:
event - DeploymentEvent to dispatch.


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