Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.ejbjar30 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
EnterpriseBeansType<EjbJarDescriptor> |
EjbJarDescriptor.getOrCreateEnterpriseBeans()
If not already created, a new
enterprise-beans element with the given value will be created. |
EnterpriseBeansType<EjbJarType<T>> |
EjbJarType.getOrCreateEnterpriseBeans()
If not already created, a new
enterprise-beans element with the given value will be created. |
EnterpriseBeansType<T> |
EnterpriseBeansType.removeAllEntity()
Removes all
entity elements |
EnterpriseBeansType<T> |
EnterpriseBeansType.removeAllMessageDriven()
Removes all
message-driven elements |
EnterpriseBeansType<T> |
EnterpriseBeansType.removeAllSession()
Removes all
session elements |
Modifier and Type | Method and Description |
---|---|
EntityBeanType<EnterpriseBeansType<T>> |
EnterpriseBeansType.createEntity()
Creates a new
entity element |
MessageDrivenBeanType<EnterpriseBeansType<T>> |
EnterpriseBeansType.createMessageDriven()
Creates a new
message-driven element |
SessionBeanType<EnterpriseBeansType<T>> |
EnterpriseBeansType.createSession()
Creates a new
session element |
List<EntityBeanType<EnterpriseBeansType<T>>> |
EnterpriseBeansType.getAllEntity()
Returns all
entity elements |
List<MessageDrivenBeanType<EnterpriseBeansType<T>>> |
EnterpriseBeansType.getAllMessageDriven()
Returns all
message-driven elements |
List<SessionBeanType<EnterpriseBeansType<T>>> |
EnterpriseBeansType.getAllSession()
Returns all
session elements |
EntityBeanType<EnterpriseBeansType<T>> |
EnterpriseBeansType.getOrCreateEntity()
If not already created, a new
entity element will be created and returned. |
MessageDrivenBeanType<EnterpriseBeansType<T>> |
EnterpriseBeansType.getOrCreateMessageDriven()
If not already created, a new
message-driven element will be created and returned. |
SessionBeanType<EnterpriseBeansType<T>> |
EnterpriseBeansType.getOrCreateSession()
If not already created, a new
session element will be created and returned. |
Copyright © 2016 JBoss by Red Hat. All rights reserved.