org.jboss.ejb3.metamodel
Class Consumer

java.lang.Object
  extended by org.jboss.metamodel.descriptor.EnvironmentRefGroup
      extended by org.jboss.ejb3.metamodel.EnterpriseBean
          extended by org.jboss.ejb3.metamodel.Consumer
All Implemented Interfaces:
Injectable

public class Consumer
extends EnterpriseBean

Version:
$Revision: 75470 $
Author:
William DeCoste

Field Summary
 
Fields inherited from class org.jboss.ejb3.metamodel.EnterpriseBean
BEAN, CONTAINER, tmType
 
Fields inherited from class org.jboss.metamodel.descriptor.EnvironmentRefGroup
ejbLocalRefs, ejbRefs, envEntries, jndiRefs, messageDestinationRefs, messageDestinationRefsByLink, persistenceContextRefs, persistenceUnitRefs, resourceEnvRefs, resourceRefs, serviceRefs
 
Constructor Summary
Consumer()
           
 
Method Summary
 void addLocalProducer(Producer producer)
           
 void addProducer(Producer producer)
           
 CurrentMessage getCurrentMessage()
           
 String getDestination()
           
 String getDestinationType()
           
 List getLocalProducers()
           
 MessageProperties getMessageProperties()
           
 List getProducers()
           
 void setCurrentMessage(CurrentMessage currentMessage)
           
 void setDestination(String destination)
           
 void setDestinationType(String destinationType)
           
 void setMessageProperties(MessageProperties messageProperties)
           
 String toString()
           
 
Methods inherited from class org.jboss.ejb3.metamodel.EnterpriseBean
addDependency, addIgnoreDependency, addRemoteBinding, addSecurityRoleRef, addXmlAnnotation, getAopDomainName, getDependencies, getEjbClass, getEjbName, getHome, getHomeJndiName, getIgnoreDependencies, getJndiName, getLocal, getLocalHome, getLocalHomeJndiName, getLocalJndiName, getMethodAttributes, getPoolConfig, getPortComponent, getRemote, getRemoteBindings, getSecurityDomain, getSecurityIdentity, getSecurityRoleRefs, getTransactionManagementType, getXmlAnnotations, isCallByValue, isConsumer, isEntityBean, isMessageDrivenBean, isService, isSessionBean, mergeMessageDestinationRef, mergeResourceEnvRef, mergeResourceRef, setAopDomainName, setCallByValue, setEjbClass, setEjbName, setHome, setHomeJndiName, setJndiName, setLocal, setLocalHome, setLocalHomeJndiName, setLocalJndiName, setMethodAttributes, setPoolConfig, setPortComponent, setRemote, setRunAsPrincipal, setSecurityDomain, setSecurityIdentity, setTransactionManagementType
 
Methods inherited from class org.jboss.metamodel.descriptor.EnvironmentRefGroup
addEjbLocalRef, addEjbRef, addEnvEntry, addJndiRef, addMessageDestinationRef, addPersistenceContextRef, addPersistenceUnitRef, addResourceEnvRef, addResourceRef, addServiceRef, getEjbLocalRefs, getEjbRefs, getEnvEntries, getJndiRefs, getMessageDestinationRefForLink, getMessageDestinationRefs, getPersistenceContextRefs, getPersistenceUnitRefs, getResourceEnvRefs, getResourceRefs, getServiceRef, getServiceRefs, updateEjbLocalRef, updateEjbRef, updateMessageDestinationRef, updateResourceEnvRef, updateResourceRef
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jboss.ejb3.metamodel.Injectable
getEjbLocalRefs, getEjbRefs, getJndiRefs, getMessageDestinationRefs, getPersistenceContextRefs, getPersistenceUnitRefs, getResourceEnvRefs, getResourceRefs, getServiceRefs
 

Constructor Detail

Consumer

public Consumer()
Method Detail

getDestination

public String getDestination()

setDestination

public void setDestination(String destination)

getDestinationType

public String getDestinationType()

setDestinationType

public void setDestinationType(String destinationType)

getCurrentMessage

public CurrentMessage getCurrentMessage()

setCurrentMessage

public void setCurrentMessage(CurrentMessage currentMessage)

getMessageProperties

public MessageProperties getMessageProperties()

setMessageProperties

public void setMessageProperties(MessageProperties messageProperties)

getProducers

public List getProducers()

addProducer

public void addProducer(Producer producer)

getLocalProducers

public List getLocalProducers()

addLocalProducer

public void addLocalProducer(Producer producer)

toString

public String toString()
Overrides:
toString in class EnterpriseBean


Copyright © 2009 JBoss Inc.. All Rights Reserved.