Package org.jboss.resource.metadata

Examples of org.jboss.resource.metadata.MessageListenerMetaData


/* 303 */       this.log.trace("CreateActivateSpec rar=" + getServiceName() + " messagingType=" + messagingType.getName() + " activationConfig=" + activationConfig);
/*     */     }
/*     */
/*     */     try
/*     */     {
/* 308 */       MessageListenerMetaData mlmd = this.cmd.getMessageListener(messagingType.getName());
/* 309 */       if (mlmd == null) {
/* 310 */         throw new DeploymentException("MessagingType '" + messagingType.getName() + "' not found in resource deployment " + getServiceName());
/*     */       }
/* 312 */       return ActivationSpecFactory.createActivationSpec(getServiceName(), messagingType.getName(), activationConfig, mlmd);
/*     */     }
View Full Code Here

TOP

Related Classes of org.jboss.resource.metadata.MessageListenerMetaData

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.