|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProducerType | |
---|---|
org.jboss.shrinkwrap.descriptor.api.jboss51 | Provides the interfaces and enumeration types as defined in the schema |
Uses of ProducerType in org.jboss.shrinkwrap.descriptor.api.jboss51 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return ProducerType | |
---|---|
ProducerType<T> |
ProducerType.clazz(String clazz)
Sets the class element |
ProducerType<T> |
ProducerType.connectionFactory(String connectionFactory)
Sets the connection-factory element |
ProducerType<ConsumerBeanType<T>> |
ConsumerBeanType.createLocalProducer()
Creates a new local-producer element |
ProducerType<ConsumerBeanType<T>> |
ConsumerBeanType.createProducer()
Creates a new producer element |
ProducerType<ConsumerBeanType<T>> |
ConsumerBeanType.getOrCreateLocalProducer()
If not already created, a new local-producer element will be created and returned. |
ProducerType<ConsumerBeanType<T>> |
ConsumerBeanType.getOrCreateProducer()
If not already created, a new producer element will be created and returned. |
ProducerType<T> |
ProducerType.id(String id)
Sets the id attribute |
ProducerType<T> |
ProducerType.removeClazz()
Removes the class element |
ProducerType<T> |
ProducerType.removeConnectionFactory()
Removes the connection-factory element |
ProducerType<T> |
ProducerType.removeId()
Removes the id attribute |
Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return types with arguments of type ProducerType | |
---|---|
List<ProducerType<ConsumerBeanType<T>>> |
ConsumerBeanType.getAllLocalProducer()
Returns all local-producer elements |
List<ProducerType<ConsumerBeanType<T>>> |
ConsumerBeanType.getAllProducer()
Returns all producer elements |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |