org.jboss.metadata.rar.spec
Class MessageListenerMetaData

java.lang.Object
  extended by org.jboss.metadata.javaee.support.IdMetaDataImpl
      extended by org.jboss.metadata.rar.spec.MessageListenerMetaData
All Implemented Interfaces:
Serializable, Cloneable, IdMetaData

public class MessageListenerMetaData
extends IdMetaDataImpl

Message listener meta data

Version:
$Revision: 83806 $
Author:
Adrian Brock, Jeff Zhang
See Also:
Serialized Form

Constructor Summary
MessageListenerMetaData()
           
 
Method Summary
 ActivationspecMetaData getActivationSpecType()
          Get the activation spec type
 String getType()
          Get the message listener type
 void setActivationSpecType(ActivationspecMetaData type)
          Set the activation spec type
 void setType(String type)
          Set the message listener type
 String toString()
           
 
Methods inherited from class org.jboss.metadata.javaee.support.IdMetaDataImpl
clone, equals, getId, hashCode, merge, merge, setId
 
Methods inherited from class java.lang.Object
finalize, getClass, 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 ActivationspecMetaData getActivationSpecType()
Get the activation spec type

Returns:
the activation spec type

setActivationSpecType

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

Parameters:
type - the activation spec type

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009 JBoss Inc.. All Rights Reserved.