
public interface ServiceBeanType<T> extends Child<T>
service-beanType xsd type| Modifier and Type | Method and Description |
|---|---|
ServiceBeanType<T> |
aopDomainName(String aopDomainName)
Sets the
aop-domain-name element |
ServiceBeanType<T> |
businessLocal(String... values)
Creates for all String objects representing
business-local elements,
a new business-local element |
ServiceBeanType<T> |
businessRemote(String... values)
Creates for all String objects representing
business-remote elements,
a new business-remote element |
ServiceBeanType<T> |
clustered(String clustered)
Sets the
clustered element |
ServiceBeanType<T> |
concurrent(String concurrent)
Sets the
concurrent element |
AnnotationType<ServiceBeanType<T>> |
createAnnotation()
Creates a new
annotation element |
EjbLocalRefType<ServiceBeanType<T>> |
createEjbLocalRef()
Creates a new
ejb-local-ref element |
EjbRefType<ServiceBeanType<T>> |
createEjbRef()
Creates a new
ejb-ref element |
EnvEntryType<ServiceBeanType<T>> |
createEnvEntry()
Creates a new
env-entry element |
IconType<ServiceBeanType<T>> |
createIcon()
Creates a new
icon element |
JndiRefType<ServiceBeanType<T>> |
createJndiRef()
Creates a new
jndi-ref element |
LocalBindingType<ServiceBeanType<T>> |
createLocalBinding()
Creates a new
local-binding element |
MessageDestinationRefType<ServiceBeanType<T>> |
createMessageDestinationRef()
Creates a new
message-destination-ref element |
PersistenceContextRefType<ServiceBeanType<T>> |
createPersistenceContextRef()
Creates a new
persistence-context-ref element |
PersistenceUnitRefType<ServiceBeanType<T>> |
createPersistenceUnitRef()
Creates a new
persistence-unit-ref element |
LifecycleCallbackType<ServiceBeanType<T>> |
createPostConstruct()
Creates a new
post-construct element |
LifecycleCallbackType<ServiceBeanType<T>> |
createPreDestroy()
Creates a new
pre-destroy element |
RemoteBindingType<ServiceBeanType<T>> |
createRemoteBinding()
Creates a new
remote-binding element |
ResourceEnvRefType<ServiceBeanType<T>> |
createResourceEnvRef()
Creates a new
resource-env-ref element |
ResourceRefType<ServiceBeanType<T>> |
createResourceRef()
Creates a new
resource-ref element |
ServiceRefType<ServiceBeanType<T>> |
createServiceRef()
Creates a new
service-ref element |
ServiceBeanType<T> |
depends(String... values)
Creates for all String objects representing
depends elements,
a new depends element |
ServiceBeanType<T> |
description(String... values)
Creates for all String objects representing
description elements,
a new description element |
ServiceBeanType<T> |
displayName(String... values)
Creates for all String objects representing
display-name elements,
a new display-name element |
ServiceBeanType<T> |
ejbClass(String ejbClass)
Sets the
ejb-class element |
ServiceBeanType<T> |
ejbName(String ejbName)
Sets the
ejb-name element |
List<AnnotationType<ServiceBeanType<T>>> |
getAllAnnotation()
Returns all
annotation elements |
List<String> |
getAllBusinessLocal()
Returns all
business-local elements |
List<String> |
getAllBusinessRemote()
Returns all
business-remote elements |
List<String> |
getAllDepends()
Returns all
depends elements |
List<String> |
getAllDescription()
Returns all
description elements |
List<String> |
getAllDisplayName()
Returns all
display-name elements |
List<EjbLocalRefType<ServiceBeanType<T>>> |
getAllEjbLocalRef()
Returns all
ejb-local-ref elements |
List<EjbRefType<ServiceBeanType<T>>> |
getAllEjbRef()
Returns all
ejb-ref elements |
List<EnvEntryType<ServiceBeanType<T>>> |
getAllEnvEntry()
Returns all
env-entry elements |
List<IconType<ServiceBeanType<T>>> |
getAllIcon()
Returns all
icon elements |
List<JndiRefType<ServiceBeanType<T>>> |
getAllJndiRef()
Returns all
jndi-ref elements |
List<LocalBindingType<ServiceBeanType<T>>> |
getAllLocalBinding()
Returns all
local-binding elements |
List<MessageDestinationRefType<ServiceBeanType<T>>> |
getAllMessageDestinationRef()
Returns all
message-destination-ref elements |
List<PersistenceContextRefType<ServiceBeanType<T>>> |
getAllPersistenceContextRef()
Returns all
persistence-context-ref elements |
List<PersistenceUnitRefType<ServiceBeanType<T>>> |
getAllPersistenceUnitRef()
Returns all
persistence-unit-ref elements |
List<LifecycleCallbackType<ServiceBeanType<T>>> |
getAllPostConstruct()
Returns all
post-construct elements |
List<LifecycleCallbackType<ServiceBeanType<T>>> |
getAllPreDestroy()
Returns all
pre-destroy elements |
List<RemoteBindingType<ServiceBeanType<T>>> |
getAllRemoteBinding()
Returns all
remote-binding elements |
List<ResourceEnvRefType<ServiceBeanType<T>>> |
getAllResourceEnvRef()
Returns all
resource-env-ref elements |
List<ResourceRefType<ServiceBeanType<T>>> |
getAllResourceRef()
Returns all
resource-ref elements |
List<ServiceRefType<ServiceBeanType<T>>> |
getAllServiceRef()
Returns all
service-ref elements |
String |
getAopDomainName()
Returns the
aop-domain-name element |
String |
getClustered()
Returns the
clustered element |
String |
getConcurrent()
Returns the
concurrent element |
String |
getEjbClass()
Returns the
ejb-class element |
String |
getEjbName()
Returns the
ejb-name element |
String |
getHomeJndiName()
Returns the
home-jndi-name element |
String |
getId()
Returns the
id attribute |
String |
getJndiBindingPolicy()
Returns the
jndi-binding-policy element |
String |
getJndiName()
Returns the
jndi-name element |
String |
getLocalJndiName()
Returns the
local-jndi-name element |
String |
getManagement()
Returns the
management element |
String |
getMappedName()
Returns the
mapped-name element |
String |
getObjectName()
Returns the
object-name element |
AnnotationType<ServiceBeanType<T>> |
getOrCreateAnnotation()
If not already created, a new
annotation element will be created and returned. |
ClusterConfigType<ServiceBeanType<T>> |
getOrCreateClusterConfig()
If not already created, a new
cluster-config element with the given value will be created. |
EjbLocalRefType<ServiceBeanType<T>> |
getOrCreateEjbLocalRef()
If not already created, a new
ejb-local-ref element will be created and returned. |
EjbRefType<ServiceBeanType<T>> |
getOrCreateEjbRef()
If not already created, a new
ejb-ref element will be created and returned. |
SecurityIdentityType<ServiceBeanType<T>> |
getOrCreateEjbTimeoutIdentity()
If not already created, a new
ejb-timeout-identity element with the given value will be created. |
EnvEntryType<ServiceBeanType<T>> |
getOrCreateEnvEntry()
If not already created, a new
env-entry element will be created and returned. |
IconType<ServiceBeanType<T>> |
getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
IgnoreDependencyType<ServiceBeanType<T>> |
getOrCreateIgnoreDependency()
If not already created, a new
ignore-dependency element with the given value will be created. |
JndiRefType<ServiceBeanType<T>> |
getOrCreateJndiRef()
If not already created, a new
jndi-ref element will be created and returned. |
LocalBindingType<ServiceBeanType<T>> |
getOrCreateLocalBinding()
If not already created, a new
local-binding element will be created and returned. |
MessageDestinationRefType<ServiceBeanType<T>> |
getOrCreateMessageDestinationRef()
If not already created, a new
message-destination-ref element will be created and returned. |
MethodAttributesType<ServiceBeanType<T>> |
getOrCreateMethodAttributes()
If not already created, a new
method-attributes element with the given value will be created. |
PersistenceContextRefType<ServiceBeanType<T>> |
getOrCreatePersistenceContextRef()
If not already created, a new
persistence-context-ref element will be created and returned. |
PersistenceUnitRefType<ServiceBeanType<T>> |
getOrCreatePersistenceUnitRef()
If not already created, a new
persistence-unit-ref element will be created and returned. |
PoolConfigType<ServiceBeanType<T>> |
getOrCreatePoolConfig()
If not already created, a new
pool-config element with the given value will be created. |
PortComponentType<ServiceBeanType<T>> |
getOrCreatePortComponent()
If not already created, a new
port-component element with the given value will be created. |
LifecycleCallbackType<ServiceBeanType<T>> |
getOrCreatePostConstruct()
If not already created, a new
post-construct element will be created and returned. |
LifecycleCallbackType<ServiceBeanType<T>> |
getOrCreatePreDestroy()
If not already created, a new
pre-destroy element will be created and returned. |
RemoteBindingType<ServiceBeanType<T>> |
getOrCreateRemoteBinding()
If not already created, a new
remote-binding element will be created and returned. |
ResourceEnvRefType<ServiceBeanType<T>> |
getOrCreateResourceEnvRef()
If not already created, a new
resource-env-ref element will be created and returned. |
ResourceRefType<ServiceBeanType<T>> |
getOrCreateResourceRef()
If not already created, a new
resource-ref element will be created and returned. |
SecurityIdentityType<ServiceBeanType<T>> |
getOrCreateSecurityIdentity()
If not already created, a new
security-identity element with the given value will be created. |
ServiceRefType<ServiceBeanType<T>> |
getOrCreateServiceRef()
If not already created, a new
service-ref element will be created and returned. |
String |
getSecurityDomain()
Returns the
security-domain element |
String |
getXmbean()
Returns the
xmbean element |
ServiceBeanType<T> |
homeJndiName(String homeJndiName)
Sets the
home-jndi-name element |
ServiceBeanType<T> |
id(String id)
Sets the
id attribute |
ServiceBeanType<T> |
jndiBindingPolicy(String jndiBindingPolicy)
Sets the
jndi-binding-policy element |
ServiceBeanType<T> |
jndiName(String jndiName)
Sets the
jndi-name element |
ServiceBeanType<T> |
localJndiName(String localJndiName)
Sets the
local-jndi-name element |
ServiceBeanType<T> |
management(String management)
Sets the
management element |
ServiceBeanType<T> |
mappedName(String mappedName)
Sets the
mapped-name element |
ServiceBeanType<T> |
objectName(String objectName)
Sets the
object-name element |
ServiceBeanType<T> |
removeAllAnnotation()
Removes all
annotation elements |
ServiceBeanType<T> |
removeAllBusinessLocal()
Removes the
business-local element |
ServiceBeanType<T> |
removeAllBusinessRemote()
Removes the
business-remote element |
ServiceBeanType<T> |
removeAllDepends()
Removes the
depends element |
ServiceBeanType<T> |
removeAllDescription()
Removes the
description element |
ServiceBeanType<T> |
removeAllDisplayName()
Removes the
display-name element |
ServiceBeanType<T> |
removeAllEjbLocalRef()
Removes all
ejb-local-ref elements |
ServiceBeanType<T> |
removeAllEjbRef()
Removes all
ejb-ref elements |
ServiceBeanType<T> |
removeAllEnvEntry()
Removes all
env-entry elements |
ServiceBeanType<T> |
removeAllIcon()
Removes all
icon elements |
ServiceBeanType<T> |
removeAllJndiRef()
Removes all
jndi-ref elements |
ServiceBeanType<T> |
removeAllLocalBinding()
Removes all
local-binding elements |
ServiceBeanType<T> |
removeAllMessageDestinationRef()
Removes all
message-destination-ref elements |
ServiceBeanType<T> |
removeAllPersistenceContextRef()
Removes all
persistence-context-ref elements |
ServiceBeanType<T> |
removeAllPersistenceUnitRef()
Removes all
persistence-unit-ref elements |
ServiceBeanType<T> |
removeAllPostConstruct()
Removes all
post-construct elements |
ServiceBeanType<T> |
removeAllPreDestroy()
Removes all
pre-destroy elements |
ServiceBeanType<T> |
removeAllRemoteBinding()
Removes all
remote-binding elements |
ServiceBeanType<T> |
removeAllResourceEnvRef()
Removes all
resource-env-ref elements |
ServiceBeanType<T> |
removeAllResourceRef()
Removes all
resource-ref elements |
ServiceBeanType<T> |
removeAllServiceRef()
Removes all
service-ref elements |
ServiceBeanType<T> |
removeAopDomainName()
Removes the
aop-domain-name element |
ServiceBeanType<T> |
removeClusterConfig()
Removes the
cluster-config element |
ServiceBeanType<T> |
removeClustered()
Removes the
clustered element |
ServiceBeanType<T> |
removeConcurrent()
Removes the
concurrent element |
ServiceBeanType<T> |
removeEjbClass()
Removes the
ejb-class element |
ServiceBeanType<T> |
removeEjbName()
Removes the
ejb-name element |
ServiceBeanType<T> |
removeEjbTimeoutIdentity()
Removes the
ejb-timeout-identity element |
ServiceBeanType<T> |
removeHomeJndiName()
Removes the
home-jndi-name element |
ServiceBeanType<T> |
removeId()
Removes the
id attribute |
ServiceBeanType<T> |
removeIgnoreDependency()
Removes the
ignore-dependency element |
ServiceBeanType<T> |
removeJndiBindingPolicy()
Removes the
jndi-binding-policy element |
ServiceBeanType<T> |
removeJndiName()
Removes the
jndi-name element |
ServiceBeanType<T> |
removeLocalJndiName()
Removes the
local-jndi-name element |
ServiceBeanType<T> |
removeManagement()
Removes the
management element |
ServiceBeanType<T> |
removeMappedName()
Removes the
mapped-name element |
ServiceBeanType<T> |
removeMethodAttributes()
Removes the
method-attributes element |
ServiceBeanType<T> |
removeObjectName()
Removes the
object-name element |
ServiceBeanType<T> |
removePoolConfig()
Removes the
pool-config element |
ServiceBeanType<T> |
removePortComponent()
Removes the
port-component element |
ServiceBeanType<T> |
removeSecurityDomain()
Removes the
security-domain element |
ServiceBeanType<T> |
removeSecurityIdentity()
Removes the
security-identity element |
ServiceBeanType<T> |
removeXmbean()
Removes the
xmbean element |
ServiceBeanType<T> |
securityDomain(String securityDomain)
Sets the
security-domain element |
ServiceBeanType<T> |
xmbean(String xmbean)
Sets the
xmbean element |
ServiceBeanType<T> description(String... values)
description elements,
a new description elementvalues - list of description objectsServiceBeanTypeList<String> getAllDescription()
description elementsdescriptionServiceBeanType<T> removeAllDescription()
description elementServiceBeanTypeServiceBeanType<T> displayName(String... values)
display-name elements,
a new display-name elementvalues - list of display-name objectsServiceBeanTypeList<String> getAllDisplayName()
display-name elementsdisplay-nameServiceBeanType<T> removeAllDisplayName()
display-name elementServiceBeanTypeIconType<ServiceBeanType<T>> getOrCreateIcon()
icon element will be created and returned.
Otherwise, the first existing icon element will be returned.iconIconType<ServiceBeanType<T>> createIcon()
icon elementIconType> List<IconType<ServiceBeanType<T>>> getAllIcon()
icon elementsiconServiceBeanType<T> removeAllIcon()
icon elementsIconType> EnvEntryType<ServiceBeanType<T>> getOrCreateEnvEntry()
env-entry element will be created and returned.
Otherwise, the first existing env-entry element will be returned.env-entryEnvEntryType<ServiceBeanType<T>> createEnvEntry()
env-entry elementEnvEntryType> List<EnvEntryType<ServiceBeanType<T>>> getAllEnvEntry()
env-entry elementsenv-entryServiceBeanType<T> removeAllEnvEntry()
env-entry elementsEnvEntryType> EjbRefType<ServiceBeanType<T>> getOrCreateEjbRef()
ejb-ref element will be created and returned.
Otherwise, the first existing ejb-ref element will be returned.ejb-refEjbRefType<ServiceBeanType<T>> createEjbRef()
ejb-ref elementEjbRefType> List<EjbRefType<ServiceBeanType<T>>> getAllEjbRef()
ejb-ref elementsejb-refServiceBeanType<T> removeAllEjbRef()
ejb-ref elementsEjbRefType> EjbLocalRefType<ServiceBeanType<T>> getOrCreateEjbLocalRef()
ejb-local-ref element will be created and returned.
Otherwise, the first existing ejb-local-ref element will be returned.ejb-local-refEjbLocalRefType<ServiceBeanType<T>> createEjbLocalRef()
ejb-local-ref elementEjbLocalRefType> List<EjbLocalRefType<ServiceBeanType<T>>> getAllEjbLocalRef()
ejb-local-ref elementsejb-local-refServiceBeanType<T> removeAllEjbLocalRef()
ejb-local-ref elementsEjbLocalRefType> ResourceRefType<ServiceBeanType<T>> getOrCreateResourceRef()
resource-ref element will be created and returned.
Otherwise, the first existing resource-ref element will be returned.resource-refResourceRefType<ServiceBeanType<T>> createResourceRef()
resource-ref elementResourceRefType> List<ResourceRefType<ServiceBeanType<T>>> getAllResourceRef()
resource-ref elementsresource-refServiceBeanType<T> removeAllResourceRef()
resource-ref elementsResourceRefType> ResourceEnvRefType<ServiceBeanType<T>> getOrCreateResourceEnvRef()
resource-env-ref element will be created and returned.
Otherwise, the first existing resource-env-ref element will be returned.resource-env-refResourceEnvRefType<ServiceBeanType<T>> createResourceEnvRef()
resource-env-ref elementResourceEnvRefType> List<ResourceEnvRefType<ServiceBeanType<T>>> getAllResourceEnvRef()
resource-env-ref elementsresource-env-refServiceBeanType<T> removeAllResourceEnvRef()
resource-env-ref elementsResourceEnvRefType> MessageDestinationRefType<ServiceBeanType<T>> getOrCreateMessageDestinationRef()
message-destination-ref element will be created and returned.
Otherwise, the first existing message-destination-ref element will be returned.message-destination-refMessageDestinationRefType<ServiceBeanType<T>> createMessageDestinationRef()
message-destination-ref elementMessageDestinationRefType> List<MessageDestinationRefType<ServiceBeanType<T>>> getAllMessageDestinationRef()
message-destination-ref elementsmessage-destination-refServiceBeanType<T> removeAllMessageDestinationRef()
message-destination-ref elementsMessageDestinationRefType> PersistenceContextRefType<ServiceBeanType<T>> getOrCreatePersistenceContextRef()
persistence-context-ref element will be created and returned.
Otherwise, the first existing persistence-context-ref element will be returned.persistence-context-refPersistenceContextRefType<ServiceBeanType<T>> createPersistenceContextRef()
persistence-context-ref elementPersistenceContextRefType> List<PersistenceContextRefType<ServiceBeanType<T>>> getAllPersistenceContextRef()
persistence-context-ref elementspersistence-context-refServiceBeanType<T> removeAllPersistenceContextRef()
persistence-context-ref elementsPersistenceContextRefType> PersistenceUnitRefType<ServiceBeanType<T>> getOrCreatePersistenceUnitRef()
persistence-unit-ref element will be created and returned.
Otherwise, the first existing persistence-unit-ref element will be returned.persistence-unit-refPersistenceUnitRefType<ServiceBeanType<T>> createPersistenceUnitRef()
persistence-unit-ref elementPersistenceUnitRefType> List<PersistenceUnitRefType<ServiceBeanType<T>>> getAllPersistenceUnitRef()
persistence-unit-ref elementspersistence-unit-refServiceBeanType<T> removeAllPersistenceUnitRef()
persistence-unit-ref elementsPersistenceUnitRefType> LifecycleCallbackType<ServiceBeanType<T>> getOrCreatePostConstruct()
post-construct element will be created and returned.
Otherwise, the first existing post-construct element will be returned.post-constructLifecycleCallbackType<ServiceBeanType<T>> createPostConstruct()
post-construct elementLifecycleCallbackType> List<LifecycleCallbackType<ServiceBeanType<T>>> getAllPostConstruct()
post-construct elementspost-constructServiceBeanType<T> removeAllPostConstruct()
post-construct elementsLifecycleCallbackType> LifecycleCallbackType<ServiceBeanType<T>> getOrCreatePreDestroy()
pre-destroy element will be created and returned.
Otherwise, the first existing pre-destroy element will be returned.pre-destroyLifecycleCallbackType<ServiceBeanType<T>> createPreDestroy()
pre-destroy elementLifecycleCallbackType> List<LifecycleCallbackType<ServiceBeanType<T>>> getAllPreDestroy()
pre-destroy elementspre-destroyServiceBeanType<T> removeAllPreDestroy()
pre-destroy elementsLifecycleCallbackType> ServiceRefType<ServiceBeanType<T>> getOrCreateServiceRef()
service-ref element will be created and returned.
Otherwise, the first existing service-ref element will be returned.service-refServiceRefType<ServiceBeanType<T>> createServiceRef()
service-ref elementServiceRefType> List<ServiceRefType<ServiceBeanType<T>>> getAllServiceRef()
service-ref elementsservice-refServiceBeanType<T> removeAllServiceRef()
service-ref elementsServiceRefType> ServiceBeanType<T> ejbName(String ejbName)
ejb-name elementejbName - the value for the element ejb-nameServiceBeanTypeString getEjbName()
ejb-name elementejb-nameServiceBeanType<T> removeEjbName()
ejb-name elementServiceBeanTypeServiceBeanType<T> mappedName(String mappedName)
mapped-name elementmappedName - the value for the element mapped-nameServiceBeanTypeString getMappedName()
mapped-name elementmapped-nameServiceBeanType<T> removeMappedName()
mapped-name elementServiceBeanTypeServiceBeanType<T> businessLocal(String... values)
business-local elements,
a new business-local elementvalues - list of business-local objectsServiceBeanTypeList<String> getAllBusinessLocal()
business-local elementsbusiness-localServiceBeanType<T> removeAllBusinessLocal()
business-local elementServiceBeanTypeServiceBeanType<T> businessRemote(String... values)
business-remote elements,
a new business-remote elementvalues - list of business-remote objectsServiceBeanTypeList<String> getAllBusinessRemote()
business-remote elementsbusiness-remoteServiceBeanType<T> removeAllBusinessRemote()
business-remote elementServiceBeanTypeServiceBeanType<T> ejbClass(String ejbClass)
ejb-class elementejbClass - the value for the element ejb-classServiceBeanTypeString getEjbClass()
ejb-class elementejb-classServiceBeanType<T> removeEjbClass()
ejb-class elementServiceBeanTypeSecurityIdentityType<ServiceBeanType<T>> getOrCreateSecurityIdentity()
security-identity element with the given value will be created.
Otherwise, the existing security-identity element will be returned.SecurityIdentityType> ServiceBeanType<T> removeSecurityIdentity()
security-identity elementServiceBeanTypeServiceBeanType<T> objectName(String objectName)
object-name elementobjectName - the value for the element object-nameServiceBeanTypeString getObjectName()
object-name elementobject-nameServiceBeanType<T> removeObjectName()
object-name elementServiceBeanTypeServiceBeanType<T> management(String management)
management elementmanagement - the value for the element managementServiceBeanTypeString getManagement()
management elementmanagementServiceBeanType<T> removeManagement()
management elementServiceBeanTypeServiceBeanType<T> xmbean(String xmbean)
xmbean elementxmbean - the value for the element xmbeanServiceBeanTypeString getXmbean()
xmbean elementxmbeanServiceBeanType<T> removeXmbean()
xmbean elementServiceBeanTypeLocalBindingType<ServiceBeanType<T>> getOrCreateLocalBinding()
local-binding element will be created and returned.
Otherwise, the first existing local-binding element will be returned.local-bindingLocalBindingType<ServiceBeanType<T>> createLocalBinding()
local-binding elementLocalBindingType> List<LocalBindingType<ServiceBeanType<T>>> getAllLocalBinding()
local-binding elementslocal-bindingServiceBeanType<T> removeAllLocalBinding()
local-binding elementsLocalBindingType> RemoteBindingType<ServiceBeanType<T>> getOrCreateRemoteBinding()
remote-binding element will be created and returned.
Otherwise, the first existing remote-binding element will be returned.remote-bindingRemoteBindingType<ServiceBeanType<T>> createRemoteBinding()
remote-binding elementRemoteBindingType> List<RemoteBindingType<ServiceBeanType<T>>> getAllRemoteBinding()
remote-binding elementsremote-bindingServiceBeanType<T> removeAllRemoteBinding()
remote-binding elementsRemoteBindingType> ServiceBeanType<T> jndiName(String jndiName)
jndi-name elementjndiName - the value for the element jndi-nameServiceBeanTypeString getJndiName()
jndi-name elementjndi-nameServiceBeanType<T> removeJndiName()
jndi-name elementServiceBeanTypeServiceBeanType<T> homeJndiName(String homeJndiName)
home-jndi-name elementhomeJndiName - the value for the element home-jndi-nameServiceBeanTypeString getHomeJndiName()
home-jndi-name elementhome-jndi-nameServiceBeanType<T> removeHomeJndiName()
home-jndi-name elementServiceBeanTypeServiceBeanType<T> localJndiName(String localJndiName)
local-jndi-name elementlocalJndiName - the value for the element local-jndi-nameServiceBeanTypeString getLocalJndiName()
local-jndi-name elementlocal-jndi-nameServiceBeanType<T> removeLocalJndiName()
local-jndi-name elementServiceBeanTypeServiceBeanType<T> jndiBindingPolicy(String jndiBindingPolicy)
jndi-binding-policy elementjndiBindingPolicy - the value for the element jndi-binding-policyServiceBeanTypeString getJndiBindingPolicy()
jndi-binding-policy elementjndi-binding-policyServiceBeanType<T> removeJndiBindingPolicy()
jndi-binding-policy elementServiceBeanTypeServiceBeanType<T> clustered(String clustered)
clustered elementclustered - the value for the element clusteredServiceBeanTypeString getClustered()
clustered elementclusteredServiceBeanType<T> removeClustered()
clustered elementServiceBeanTypeClusterConfigType<ServiceBeanType<T>> getOrCreateClusterConfig()
cluster-config element with the given value will be created.
Otherwise, the existing cluster-config element will be returned.ClusterConfigType> ServiceBeanType<T> removeClusterConfig()
cluster-config elementServiceBeanTypeServiceBeanType<T> securityDomain(String securityDomain)
security-domain elementsecurityDomain - the value for the element security-domainServiceBeanTypeString getSecurityDomain()
security-domain elementsecurity-domainServiceBeanType<T> removeSecurityDomain()
security-domain elementServiceBeanTypeMethodAttributesType<ServiceBeanType<T>> getOrCreateMethodAttributes()
method-attributes element with the given value will be created.
Otherwise, the existing method-attributes element will be returned.MethodAttributesType> ServiceBeanType<T> removeMethodAttributes()
method-attributes elementServiceBeanTypeServiceBeanType<T> depends(String... values)
depends elements,
a new depends elementvalues - list of depends objectsServiceBeanTypeServiceBeanType<T> removeAllDepends()
depends elementServiceBeanTypeAnnotationType<ServiceBeanType<T>> getOrCreateAnnotation()
annotation element will be created and returned.
Otherwise, the first existing annotation element will be returned.annotationAnnotationType<ServiceBeanType<T>> createAnnotation()
annotation elementAnnotationType> List<AnnotationType<ServiceBeanType<T>>> getAllAnnotation()
annotation elementsannotationServiceBeanType<T> removeAllAnnotation()
annotation elementsAnnotationType> IgnoreDependencyType<ServiceBeanType<T>> getOrCreateIgnoreDependency()
ignore-dependency element with the given value will be created.
Otherwise, the existing ignore-dependency element will be returned.IgnoreDependencyType> ServiceBeanType<T> removeIgnoreDependency()
ignore-dependency elementServiceBeanTypeServiceBeanType<T> aopDomainName(String aopDomainName)
aop-domain-name elementaopDomainName - the value for the element aop-domain-nameServiceBeanTypeString getAopDomainName()
aop-domain-name elementaop-domain-nameServiceBeanType<T> removeAopDomainName()
aop-domain-name elementServiceBeanTypePoolConfigType<ServiceBeanType<T>> getOrCreatePoolConfig()
pool-config element with the given value will be created.
Otherwise, the existing pool-config element will be returned.PoolConfigType> ServiceBeanType<T> removePoolConfig()
pool-config elementServiceBeanTypeServiceBeanType<T> concurrent(String concurrent)
concurrent elementconcurrent - the value for the element concurrentServiceBeanTypeString getConcurrent()
concurrent elementconcurrentServiceBeanType<T> removeConcurrent()
concurrent elementServiceBeanTypeJndiRefType<ServiceBeanType<T>> getOrCreateJndiRef()
jndi-ref element will be created and returned.
Otherwise, the first existing jndi-ref element will be returned.jndi-refJndiRefType<ServiceBeanType<T>> createJndiRef()
jndi-ref elementJndiRefType> List<JndiRefType<ServiceBeanType<T>>> getAllJndiRef()
jndi-ref elementsjndi-refServiceBeanType<T> removeAllJndiRef()
jndi-ref elementsJndiRefType> PortComponentType<ServiceBeanType<T>> getOrCreatePortComponent()
port-component element with the given value will be created.
Otherwise, the existing port-component element will be returned.PortComponentType> ServiceBeanType<T> removePortComponent()
port-component elementServiceBeanTypeSecurityIdentityType<ServiceBeanType<T>> getOrCreateEjbTimeoutIdentity()
ejb-timeout-identity element with the given value will be created.
Otherwise, the existing ejb-timeout-identity element will be returned.SecurityIdentityType> ServiceBeanType<T> removeEjbTimeoutIdentity()
ejb-timeout-identity elementServiceBeanTypeServiceBeanType<T> id(String id)
id attributeid - the value for the attribute idServiceBeanTypeString getId()
id attributeidServiceBeanType<T> removeId()
id attributeServiceBeanTypeCopyright © 2021 JBoss by Red Hat. All rights reserved.