站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 connector API Documentation 英文版文档

MessageListenerMetaData (JBoss Connector API) - JBoss 4.0.1 sp1 connector API Documentation 英文版文档


org.jboss.resource.metadata
Class MessageListenerMetaData

java.lang.Object
  extended byorg.jboss.resource.metadata.MessageListenerMetaData
All Implemented Interfaces:
Serializable

public class MessageListenerMetaData
extends Object
implements Serializable

Message listener meta data

Version:
$Revision: 1.2 $
Author:
Adrian Brock
See Also:
Serialized Form

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

MessageListenerMetaData

public MessageListenerMetaData()
Method Detail

getType

public String getType()
Get the message listener type

Returns:
the message listener type

setType

public void setType(String type)
Set the message listener type

Parameters:
type - the message listener type

getActivationSpecType

public String getActivationSpecType()
Get the activation spec type

Returns:
the activation spec type

setActivationSpecType

public void setActivationSpecType(String type)
Set the activation spec type

Parameters:
type - the activation spec type

addRequiredConfigProperty

public void addRequiredConfigProperty(RequiredConfigPropertyMetaData rcpmd)
Add a required config property

Parameters:
rcpmd - the required config property

getRequiredConfigProperties

public Collection getRequiredConfigProperties()
Get the required properties

Returns:
the required config properties

toString

public String toString()


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.