|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.ejb.deployers.SimpleCreateDestinationMatcher
public class SimpleCreateDestinationMatcher
SimpleCreateDestinationMatcher.
Constructor Summary | |
---|---|
SimpleCreateDestinationMatcher()
|
Method Summary | |
---|---|
String |
getMessageListener()
Get the messageListener. |
String |
getRarName()
Get the rarName. |
boolean |
isDefault()
Get the defaultMatcher. |
boolean |
isMatch(org.jboss.deployers.structure.spi.DeploymentUnit unit,
org.jboss.metadata.ejb.jboss.JBossMessageDrivenBeanMetaData mdb)
Return true if it is a match |
protected static boolean |
noMatch(String check,
String parameter,
boolean defaultMatch)
|
void |
setDefault(boolean defaultMatcher)
Set the defaultMatcher. |
void |
setMessageListener(String messageListener)
Set the messageListener. |
void |
setRarName(String rarName)
Set the rarName. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimpleCreateDestinationMatcher()
Method Detail |
---|
public String getMessageListener()
public void setMessageListener(String messageListener)
messageListener
- the messageListener.public String getRarName()
public void setRarName(String rarName)
rarName
- the rarName.public boolean isDefault()
public void setDefault(boolean defaultMatcher)
defaultMatcher
- the defaultMatcher.public boolean isMatch(org.jboss.deployers.structure.spi.DeploymentUnit unit, org.jboss.metadata.ejb.jboss.JBossMessageDrivenBeanMetaData mdb) throws org.jboss.deployers.spi.DeploymentException
CreateDestinationMatcher
isMatch
in interface CreateDestinationMatcher
unit
- the unitmdb
- the mdb
org.jboss.deployers.spi.DeploymentException
- for any errorprotected static boolean noMatch(String check, String parameter, boolean defaultMatch)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |