org.jboss.webbeans.integration.vdf
Interface DeploymentUnitAware

All Known Implementing Classes:
JBossEjbServices

public interface DeploymentUnitAware

Deployment unit aware marker.

Author:
Ales Justin

Method Summary
 void setDeploymentUnit(org.jboss.deployers.structure.spi.DeploymentUnit unit)
          Set the deployment unit.
 

Method Detail

setDeploymentUnit

void setDeploymentUnit(org.jboss.deployers.structure.spi.DeploymentUnit unit)
Set the deployment unit.

Parameters:
unit - the deployment unit


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.