|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.resource.metadata.MessageListenerMetaData
public class MessageListenerMetaData
Message listener meta data
| Constructor Summary | |
|---|---|
MessageListenerMetaData()
|
|
| Method Summary | |
|---|---|
void |
addRequiredConfigProperty(RequiredConfigPropertyMetaData rcpmd)
Add a required config property |
String |
getActivationSpecType()
Get the activation spec type |
Collection |
getRequiredConfigProperties()
Get the required properties |
String |
getType()
Get the message listener type |
void |
setActivationSpecType(String type)
Set the activation spec type |
void |
setType(String type)
Set the message listener type |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MessageListenerMetaData()
| Method Detail |
|---|
public String getType()
public void setType(String type)
type - the message listener typepublic String getActivationSpecType()
public void setActivationSpecType(String type)
type - the activation spec typepublic void addRequiredConfigProperty(RequiredConfigPropertyMetaData rcpmd)
rcpmd - the required config propertypublic Collection getRequiredConfigProperties()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||