org.jboss.ejb.deployers
Interface CreateDestinationMatcher

All Known Implementing Classes:
SimpleCreateDestinationMatcher

public interface CreateDestinationMatcher

CreateDestinationMatcher.

Version:
$Revision: 85945 $
Author:
Adrian Brock

Method Summary
 boolean isMatch(org.jboss.deployers.structure.spi.DeploymentUnit unit, org.jboss.metadata.ejb.jboss.JBossMessageDrivenBeanMetaData mdb)
          Return true if it is a match
 

Method Detail

isMatch

boolean isMatch(org.jboss.deployers.structure.spi.DeploymentUnit unit,
                org.jboss.metadata.ejb.jboss.JBossMessageDrivenBeanMetaData mdb)
                throws org.jboss.deployers.spi.DeploymentException
Return true if it is a match

Parameters:
unit - the unit
mdb - the mdb
Returns:
true if this is a match
Throws:
org.jboss.deployers.spi.DeploymentException - for any error


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