Uses of Class
org.jboss.as.ee.metadata.EJBClientDescriptorMetaData.RemotingReceiverConfiguration
-
Packages that use EJBClientDescriptorMetaData.RemotingReceiverConfiguration Package Description org.jboss.as.ee.metadata -
-
Uses of EJBClientDescriptorMetaData.RemotingReceiverConfiguration in org.jboss.as.ee.metadata
Methods in org.jboss.as.ee.metadata that return EJBClientDescriptorMetaData.RemotingReceiverConfiguration Modifier and Type Method Description EJBClientDescriptorMetaData.RemotingReceiverConfigurationEJBClientDescriptorMetaData. addRemotingReceiverConnectionRef(String outboundConnectionRef)Adds an outbound connection reference used by a remoting receiver in the client context represented by thisEJBClientDescriptorMetaDataMethods in org.jboss.as.ee.metadata that return types with arguments of type EJBClientDescriptorMetaData.RemotingReceiverConfiguration Modifier and Type Method Description Collection<EJBClientDescriptorMetaData.RemotingReceiverConfiguration>EJBClientDescriptorMetaData. getRemotingReceiverConfigurations()Returns a collection of outbound connection references that are used by the remoting receivers configured in the client context of thisEJBClientDescriptorMetaData
-