org.jboss.ejb.deployers
Interface CreateDestinationFactory


public interface CreateDestinationFactory

CreateDestinationFactory.

Version:
$Revision: 85945 $
Author:
Adrian Brock

Method Summary
 Object create(org.jboss.deployers.structure.spi.DeploymentUnit unit, org.jboss.metadata.ejb.jboss.JBossMessageDrivenBeanMetaData mdb)
          Return the attachment to create the destination
 

Method Detail

create

Object create(org.jboss.deployers.structure.spi.DeploymentUnit unit,
              org.jboss.metadata.ejb.jboss.JBossMessageDrivenBeanMetaData mdb)
              throws org.jboss.deployers.spi.DeploymentException
Return the attachment to create the destination

Parameters:
unit - the unit
mdb - the mdb
Returns:
the attachment
Throws:
org.jboss.deployers.spi.DeploymentException - for any error


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