|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SessionBeanType<T>
This interface defines the contract for the session-beanType
xsd type
Original Documentation:
The session element holds information specific to jboss and not declared
in ejb-jar.xml about a session bean, such as jndi name, container configuration, and
resource managers. (see tags for details) The bean should already be declared in
ejb-jar.xml, with the same ejb-name. Used in: enterprise-beans
Method Summary | |
---|---|
AnnotationType<SessionBeanType<T>> |
annotation()
Returns the annotation element |
CacheConfigType<SessionBeanType<T>> |
cacheConfig()
If not already created, a new cache-config element will be created and returned. |
ClusterConfigType<SessionBeanType<T>> |
clusterConfig()
If not already created, a new cluster-config element will be created and returned. |
EjbLocalRefType<SessionBeanType<T>> |
ejbLocalRef()
Returns the ejb-local-ref element |
EjbRefType<SessionBeanType<T>> |
ejbRef()
Returns the ejb-ref element |
SecurityIdentityType<SessionBeanType<T>> |
ejbTimeoutIdentity()
If not already created, a new ejb-timeout-identity element will be created and returned. |
EnvEntryType<SessionBeanType<T>> |
envEntry()
Returns the env-entry element |
java.util.List<AnnotationType<SessionBeanType<T>>> |
getAnnotationList()
Returns all annotation elements |
java.lang.String |
getAopDomainName()
Returns the aop-domain-name element |
java.util.List<java.lang.String> |
getBusinessLocalList()
Returns all business-local elements |
java.util.List<java.lang.String> |
getBusinessRemoteList()
Returns all business-remote elements |
java.util.List<java.lang.String> |
getDependsList()
Returns all depends elements |
java.util.List<java.lang.String> |
getDescriptionList()
Returns all description elements |
java.util.List<java.lang.String> |
getDisplayNameList()
Returns all display-name elements |
java.util.List<EjbLocalRefType<SessionBeanType<T>>> |
getEjbLocalRefList()
Returns all ejb-local-ref elements |
java.lang.String |
getEjbName()
Returns the ejb-name element |
java.util.List<EjbRefType<SessionBeanType<T>>> |
getEjbRefList()
Returns all ejb-ref elements |
java.util.List<EnvEntryType<SessionBeanType<T>>> |
getEnvEntryList()
Returns all env-entry elements |
java.lang.String |
getHomeJndiName()
Returns the home-jndi-name element |
java.util.List<IconType<SessionBeanType<T>>> |
getIconList()
Returns all icon elements |
java.lang.String |
getJndiBindingPolicy()
Returns the jndi-binding-policy element |
java.lang.String |
getJndiName()
Returns the jndi-name element |
java.util.List<JndiRefType<SessionBeanType<T>>> |
getJndiRefList()
Returns all jndi-ref elements |
java.util.List<LocalBindingType<SessionBeanType<T>>> |
getLocalBindingList()
Returns all local-binding elements |
java.lang.String |
getLocalHomeJndiName()
Returns the local-home-jndi-name element |
java.lang.String |
getLocalJndiName()
Returns the local-jndi-name element |
java.lang.String |
getMappedName()
Returns the mapped-name element |
java.util.List<MessageDestinationRefType<SessionBeanType<T>>> |
getMessageDestinationRefList()
Returns all message-destination-ref elements |
java.util.List<PersistenceContextRefType<SessionBeanType<T>>> |
getPersistenceContextRefList()
Returns all persistence-context-ref elements |
java.util.List<PersistenceUnitRefType<SessionBeanType<T>>> |
getPersistenceUnitRefList()
Returns all persistence-unit-ref elements |
java.util.List<LifecycleCallbackType<SessionBeanType<T>>> |
getPostConstructList()
Returns all post-construct elements |
java.util.List<LifecycleCallbackType<SessionBeanType<T>>> |
getPreDestroyList()
Returns all pre-destroy elements |
java.util.List<RemoteBindingType<SessionBeanType<T>>> |
getRemoteBindingList()
Returns all remote-binding elements |
java.util.List<ResourceEnvRefType<SessionBeanType<T>>> |
getResourceEnvRefList()
Returns all resource-env-ref elements |
java.util.List<ResourceRefType<SessionBeanType<T>>> |
getResourceRefList()
Returns all resource-ref elements |
java.lang.String |
getSecurityDomain()
Returns the security-domain element |
java.util.List<ServiceRefType<SessionBeanType<T>>> |
getServiceRefList()
Returns all service-ref elements |
IconType<SessionBeanType<T>> |
icon()
Returns the icon element |
IgnoreDependencyType<SessionBeanType<T>> |
ignoreDependency()
If not already created, a new ignore-dependency element will be created and returned. |
java.lang.Boolean |
isClustered()
Returns the clustered element |
java.lang.Boolean |
isConcurrent()
Returns the concurrent element |
JndiRefType<SessionBeanType<T>> |
jndiRef()
Returns the jndi-ref element |
LocalBindingType<SessionBeanType<T>> |
localBinding()
Returns the local-binding element |
MessageDestinationRefType<SessionBeanType<T>> |
messageDestinationRef()
Returns the message-destination-ref element |
MethodAttributesType<SessionBeanType<T>> |
methodAttributes()
If not already created, a new method-attributes element will be created and returned. |
PersistenceContextRefType<SessionBeanType<T>> |
persistenceContextRef()
Returns the persistence-context-ref element |
PersistenceUnitRefType<SessionBeanType<T>> |
persistenceUnitRef()
Returns the persistence-unit-ref element |
PoolConfigType<SessionBeanType<T>> |
poolConfig()
If not already created, a new pool-config element will be created and returned. |
PortComponentType<SessionBeanType<T>> |
portComponent()
If not already created, a new port-component element will be created and returned. |
LifecycleCallbackType<SessionBeanType<T>> |
postConstruct()
Returns the post-construct element |
LifecycleCallbackType<SessionBeanType<T>> |
preDestroy()
Returns the pre-destroy element |
RemoteBindingType<SessionBeanType<T>> |
remoteBinding()
Returns the remote-binding element |
SessionBeanType<T> |
removeAllAnnotation()
Removes all annotation elements |
SessionBeanType<T> |
removeAllBusinessLocal()
Removes the business-local element |
SessionBeanType<T> |
removeAllBusinessRemote()
Removes the business-remote element |
SessionBeanType<T> |
removeAllDepends()
Removes the depends element |
SessionBeanType<T> |
removeAllDescription()
Removes the description element |
SessionBeanType<T> |
removeAllDisplayName()
Removes the display-name element |
SessionBeanType<T> |
removeAllEjbLocalRef()
Removes all ejb-local-ref elements |
SessionBeanType<T> |
removeAllEjbRef()
Removes all ejb-ref elements |
SessionBeanType<T> |
removeAllEnvEntry()
Removes all env-entry elements |
SessionBeanType<T> |
removeAllIcon()
Removes all icon elements |
SessionBeanType<T> |
removeAllJndiRef()
Removes all jndi-ref elements |
SessionBeanType<T> |
removeAllLocalBinding()
Removes all local-binding elements |
SessionBeanType<T> |
removeAllMessageDestinationRef()
Removes all message-destination-ref elements |
SessionBeanType<T> |
removeAllPersistenceContextRef()
Removes all persistence-context-ref elements |
SessionBeanType<T> |
removeAllPersistenceUnitRef()
Removes all persistence-unit-ref elements |
SessionBeanType<T> |
removeAllPostConstruct()
Removes all post-construct elements |
SessionBeanType<T> |
removeAllPreDestroy()
Removes all pre-destroy elements |
SessionBeanType<T> |
removeAllRemoteBinding()
Removes all remote-binding elements |
SessionBeanType<T> |
removeAllResourceEnvRef()
Removes all resource-env-ref elements |
SessionBeanType<T> |
removeAllResourceRef()
Removes all resource-ref elements |
SessionBeanType<T> |
removeAllServiceRef()
Removes all service-ref elements |
SessionBeanType<T> |
removeAopDomainName()
Removes the aop-domain-name element |
SessionBeanType<T> |
removeCacheConfig()
Removes the cache-config element |
SessionBeanType<T> |
removeClusterConfig()
Removes the cluster-config element |
SessionBeanType<T> |
removeClustered()
Removes the clustered element |
SessionBeanType<T> |
removeConcurrent()
Removes the concurrent element |
SessionBeanType<T> |
removeEjbName()
Removes the ejb-name element |
SessionBeanType<T> |
removeEjbTimeoutIdentity()
Removes the ejb-timeout-identity element |
SessionBeanType<T> |
removeHomeJndiName()
Removes the home-jndi-name element |
SessionBeanType<T> |
removeIgnoreDependency()
Removes the ignore-dependency element |
SessionBeanType<T> |
removeJndiBindingPolicy()
Removes the jndi-binding-policy element |
SessionBeanType<T> |
removeJndiName()
Removes the jndi-name element |
SessionBeanType<T> |
removeLocalHomeJndiName()
Removes the local-home-jndi-name element |
SessionBeanType<T> |
removeLocalJndiName()
Removes the local-jndi-name element |
SessionBeanType<T> |
removeMappedName()
Removes the mapped-name element |
SessionBeanType<T> |
removeMethodAttributes()
Removes the method-attributes element |
SessionBeanType<T> |
removePoolConfig()
Removes the pool-config element |
SessionBeanType<T> |
removePortComponent()
Removes the port-component element |
SessionBeanType<T> |
removeSecurityDomain()
Removes the security-domain element |
SessionBeanType<T> |
removeSecurityIdentity()
Removes the security-identity element |
ResourceEnvRefType<SessionBeanType<T>> |
resourceEnvRef()
Returns the resource-env-ref element |
ResourceRefType<SessionBeanType<T>> |
resourceRef()
Returns the resource-ref element |
SecurityIdentityType<SessionBeanType<T>> |
securityIdentity()
If not already created, a new security-identity element will be created and returned. |
ServiceRefType<SessionBeanType<T>> |
serviceRef()
Returns the service-ref element |
SessionBeanType<T> |
setAopDomainName(java.lang.String aopDomainName)
If not already created, a new aop-domain-name element with the given value will be created. |
SessionBeanType<T> |
setBusinessLocal(java.lang.String businessLocal)
Creates a new business-local element |
SessionBeanType<T> |
setBusinessLocalList(java.lang.String... values)
Creates for all String objects representing business-local elements,
a new business-local element |
SessionBeanType<T> |
setBusinessRemote(java.lang.String businessRemote)
Creates a new business-remote element |
SessionBeanType<T> |
setBusinessRemoteList(java.lang.String... values)
Creates for all String objects representing business-remote elements,
a new business-remote element |
SessionBeanType<T> |
setClustered(java.lang.Boolean clustered)
If not already created, a new clustered element with the given value will be created. |
SessionBeanType<T> |
setConcurrent(java.lang.Boolean concurrent)
If not already created, a new concurrent element with the given value will be created. |
SessionBeanType<T> |
setDepends(java.lang.String depends)
Creates a new depends element |
SessionBeanType<T> |
setDependsList(java.lang.String... values)
Creates for all String objects representing depends elements,
a new depends element |
SessionBeanType<T> |
setDescription(java.lang.String description)
Creates a new description element |
SessionBeanType<T> |
setDescriptionList(java.lang.String... values)
Creates for all String objects representing description elements,
a new description element |
SessionBeanType<T> |
setDisplayName(java.lang.String displayName)
Creates a new display-name element |
SessionBeanType<T> |
setDisplayNameList(java.lang.String... values)
Creates for all String objects representing display-name elements,
a new display-name element |
SessionBeanType<T> |
setEjbName(java.lang.String ejbName)
If not already created, a new ejb-name element with the given value will be created. |
SessionBeanType<T> |
setHomeJndiName(java.lang.String homeJndiName)
If not already created, a new home-jndi-name element with the given value will be created. |
SessionBeanType<T> |
setJndiBindingPolicy(java.lang.String jndiBindingPolicy)
If not already created, a new jndi-binding-policy element with the given value will be created. |
SessionBeanType<T> |
setJndiName(java.lang.String jndiName)
If not already created, a new jndi-name element with the given value will be created. |
SessionBeanType<T> |
setLocalHomeJndiName(java.lang.String localHomeJndiName)
If not already created, a new local-home-jndi-name element with the given value will be created. |
SessionBeanType<T> |
setLocalJndiName(java.lang.String localJndiName)
If not already created, a new local-jndi-name element with the given value will be created. |
SessionBeanType<T> |
setMappedName(java.lang.String mappedName)
If not already created, a new mapped-name element with the given value will be created. |
SessionBeanType<T> |
setSecurityDomain(java.lang.String securityDomain)
If not already created, a new security-domain element with the given value will be created. |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
SessionBeanType<T> setDescription(java.lang.String description)
description
element
SessionBeanType
SessionBeanType<T> setDescriptionList(java.lang.String... values)
description
elements,
a new description
element
list
- of description
objects
SessionBeanType
SessionBeanType<T> removeAllDescription()
description
element
SessionBeanType
java.util.List<java.lang.String> getDescriptionList()
description
elements
description
SessionBeanType<T> setDisplayName(java.lang.String displayName)
display-name
element
SessionBeanType
SessionBeanType<T> setDisplayNameList(java.lang.String... values)
display-name
elements,
a new display-name
element
list
- of display-name
objects
SessionBeanType
SessionBeanType<T> removeAllDisplayName()
display-name
element
SessionBeanType
java.util.List<java.lang.String> getDisplayNameList()
display-name
elements
display-name
SessionBeanType<T> removeAllIcon()
icon
elements
SessionBeanType
IconType<SessionBeanType<T>> icon()
icon
element
icon
java.util.List<IconType<SessionBeanType<T>>> getIconList()
icon
elements
icon
SessionBeanType<T> removeAllEnvEntry()
env-entry
elements
SessionBeanType
EnvEntryType<SessionBeanType<T>> envEntry()
env-entry
element
env-entry
java.util.List<EnvEntryType<SessionBeanType<T>>> getEnvEntryList()
env-entry
elements
env-entry
SessionBeanType<T> removeAllEjbRef()
ejb-ref
elements
SessionBeanType
EjbRefType<SessionBeanType<T>> ejbRef()
ejb-ref
element
ejb-ref
java.util.List<EjbRefType<SessionBeanType<T>>> getEjbRefList()
ejb-ref
elements
ejb-ref
SessionBeanType<T> removeAllEjbLocalRef()
ejb-local-ref
elements
SessionBeanType
EjbLocalRefType<SessionBeanType<T>> ejbLocalRef()
ejb-local-ref
element
ejb-local-ref
java.util.List<EjbLocalRefType<SessionBeanType<T>>> getEjbLocalRefList()
ejb-local-ref
elements
ejb-local-ref
SessionBeanType<T> removeAllResourceRef()
resource-ref
elements
SessionBeanType
ResourceRefType<SessionBeanType<T>> resourceRef()
resource-ref
element
resource-ref
java.util.List<ResourceRefType<SessionBeanType<T>>> getResourceRefList()
resource-ref
elements
resource-ref
SessionBeanType<T> removeAllResourceEnvRef()
resource-env-ref
elements
SessionBeanType
ResourceEnvRefType<SessionBeanType<T>> resourceEnvRef()
resource-env-ref
element
resource-env-ref
java.util.List<ResourceEnvRefType<SessionBeanType<T>>> getResourceEnvRefList()
resource-env-ref
elements
resource-env-ref
SessionBeanType<T> removeAllMessageDestinationRef()
message-destination-ref
elements
SessionBeanType
MessageDestinationRefType<SessionBeanType<T>> messageDestinationRef()
message-destination-ref
element
message-destination-ref
java.util.List<MessageDestinationRefType<SessionBeanType<T>>> getMessageDestinationRefList()
message-destination-ref
elements
message-destination-ref
SessionBeanType<T> removeAllPersistenceContextRef()
persistence-context-ref
elements
SessionBeanType
PersistenceContextRefType<SessionBeanType<T>> persistenceContextRef()
persistence-context-ref
element
persistence-context-ref
java.util.List<PersistenceContextRefType<SessionBeanType<T>>> getPersistenceContextRefList()
persistence-context-ref
elements
persistence-context-ref
SessionBeanType<T> removeAllPersistenceUnitRef()
persistence-unit-ref
elements
SessionBeanType
PersistenceUnitRefType<SessionBeanType<T>> persistenceUnitRef()
persistence-unit-ref
element
persistence-unit-ref
java.util.List<PersistenceUnitRefType<SessionBeanType<T>>> getPersistenceUnitRefList()
persistence-unit-ref
elements
persistence-unit-ref
SessionBeanType<T> removeAllPostConstruct()
post-construct
elements
SessionBeanType
LifecycleCallbackType<SessionBeanType<T>> postConstruct()
post-construct
element
post-construct
java.util.List<LifecycleCallbackType<SessionBeanType<T>>> getPostConstructList()
post-construct
elements
post-construct
SessionBeanType<T> removeAllPreDestroy()
pre-destroy
elements
SessionBeanType
LifecycleCallbackType<SessionBeanType<T>> preDestroy()
pre-destroy
element
pre-destroy
java.util.List<LifecycleCallbackType<SessionBeanType<T>>> getPreDestroyList()
pre-destroy
elements
pre-destroy
SessionBeanType<T> removeAllServiceRef()
service-ref
elements
SessionBeanType
ServiceRefType<SessionBeanType<T>> serviceRef()
service-ref
element
service-ref
java.util.List<ServiceRefType<SessionBeanType<T>>> getServiceRefList()
service-ref
elements
service-ref
SessionBeanType<T> setEjbName(java.lang.String ejbName)
ejb-name
element with the given value will be created.
Otherwise, the existing ejb-name
element will be updated with the given value.
SessionBeanType
SessionBeanType<T> removeEjbName()
ejb-name
element
SessionBeanType
java.lang.String getEjbName()
ejb-name
element
ejb-name
SessionBeanType<T> setMappedName(java.lang.String mappedName)
mapped-name
element with the given value will be created.
Otherwise, the existing mapped-name
element will be updated with the given value.
SessionBeanType
SessionBeanType<T> removeMappedName()
mapped-name
element
SessionBeanType
java.lang.String getMappedName()
mapped-name
element
mapped-name
SessionBeanType<T> removeSecurityIdentity()
security-identity
element
SessionBeanType
SecurityIdentityType<SessionBeanType<T>> securityIdentity()
security-identity
element will be created and returned.
Otherwise, the existing security-identity
element will be returned.
security-identity
SessionBeanType<T> removeAllLocalBinding()
local-binding
elements
SessionBeanType
LocalBindingType<SessionBeanType<T>> localBinding()
local-binding
element
local-binding
java.util.List<LocalBindingType<SessionBeanType<T>>> getLocalBindingList()
local-binding
elements
local-binding
SessionBeanType<T> removeAllRemoteBinding()
remote-binding
elements
SessionBeanType
RemoteBindingType<SessionBeanType<T>> remoteBinding()
remote-binding
element
remote-binding
java.util.List<RemoteBindingType<SessionBeanType<T>>> getRemoteBindingList()
remote-binding
elements
remote-binding
SessionBeanType<T> setBusinessLocal(java.lang.String businessLocal)
business-local
element
SessionBeanType
SessionBeanType<T> setBusinessLocalList(java.lang.String... values)
business-local
elements,
a new business-local
element
list
- of business-local
objects
SessionBeanType
SessionBeanType<T> removeAllBusinessLocal()
business-local
element
SessionBeanType
java.util.List<java.lang.String> getBusinessLocalList()
business-local
elements
business-local
SessionBeanType<T> setBusinessRemote(java.lang.String businessRemote)
business-remote
element
SessionBeanType
SessionBeanType<T> setBusinessRemoteList(java.lang.String... values)
business-remote
elements,
a new business-remote
element
list
- of business-remote
objects
SessionBeanType
SessionBeanType<T> removeAllBusinessRemote()
business-remote
element
SessionBeanType
java.util.List<java.lang.String> getBusinessRemoteList()
business-remote
elements
business-remote
SessionBeanType<T> setJndiName(java.lang.String jndiName)
jndi-name
element with the given value will be created.
Otherwise, the existing jndi-name
element will be updated with the given value.
SessionBeanType
SessionBeanType<T> removeJndiName()
jndi-name
element
SessionBeanType
java.lang.String getJndiName()
jndi-name
element
jndi-name
SessionBeanType<T> setHomeJndiName(java.lang.String homeJndiName)
home-jndi-name
element with the given value will be created.
Otherwise, the existing home-jndi-name
element will be updated with the given value.
SessionBeanType
SessionBeanType<T> removeHomeJndiName()
home-jndi-name
element
SessionBeanType
java.lang.String getHomeJndiName()
home-jndi-name
element
home-jndi-name
SessionBeanType<T> setLocalJndiName(java.lang.String localJndiName)
local-jndi-name
element with the given value will be created.
Otherwise, the existing local-jndi-name
element will be updated with the given value.
SessionBeanType
SessionBeanType<T> removeLocalJndiName()
local-jndi-name
element
SessionBeanType
java.lang.String getLocalJndiName()
local-jndi-name
element
local-jndi-name
SessionBeanType<T> setLocalHomeJndiName(java.lang.String localHomeJndiName)
local-home-jndi-name
element with the given value will be created.
Otherwise, the existing local-home-jndi-name
element will be updated with the given value.
SessionBeanType
SessionBeanType<T> removeLocalHomeJndiName()
local-home-jndi-name
element
SessionBeanType
java.lang.String getLocalHomeJndiName()
local-home-jndi-name
element
local-home-jndi-name
SessionBeanType<T> setJndiBindingPolicy(java.lang.String jndiBindingPolicy)
jndi-binding-policy
element with the given value will be created.
Otherwise, the existing jndi-binding-policy
element will be updated with the given value.
SessionBeanType
SessionBeanType<T> removeJndiBindingPolicy()
jndi-binding-policy
element
SessionBeanType
java.lang.String getJndiBindingPolicy()
jndi-binding-policy
element
jndi-binding-policy
SessionBeanType<T> setClustered(java.lang.Boolean clustered)
clustered
element with the given value will be created.
Otherwise, the existing clustered
element will be updated with the given value.
SessionBeanType
SessionBeanType<T> removeClustered()
clustered
element
SessionBeanType
java.lang.Boolean isClustered()
clustered
element
clustered
SessionBeanType<T> removeClusterConfig()
cluster-config
element
SessionBeanType
ClusterConfigType<SessionBeanType<T>> clusterConfig()
cluster-config
element will be created and returned.
Otherwise, the existing cluster-config
element will be returned.
cluster-config
SessionBeanType<T> setSecurityDomain(java.lang.String securityDomain)
security-domain
element with the given value will be created.
Otherwise, the existing security-domain
element will be updated with the given value.
SessionBeanType
SessionBeanType<T> removeSecurityDomain()
security-domain
element
SessionBeanType
java.lang.String getSecurityDomain()
security-domain
element
security-domain
SessionBeanType<T> removeMethodAttributes()
method-attributes
element
SessionBeanType
MethodAttributesType<SessionBeanType<T>> methodAttributes()
method-attributes
element will be created and returned.
Otherwise, the existing method-attributes
element will be returned.
method-attributes
SessionBeanType<T> setDepends(java.lang.String depends)
depends
element
SessionBeanType
SessionBeanType<T> setDependsList(java.lang.String... values)
depends
elements,
a new depends
element
list
- of depends
objects
SessionBeanType
SessionBeanType<T> removeAllDepends()
depends
element
SessionBeanType
java.util.List<java.lang.String> getDependsList()
depends
elements
depends
SessionBeanType<T> removeAllAnnotation()
annotation
elements
SessionBeanType
AnnotationType<SessionBeanType<T>> annotation()
annotation
element
annotation
java.util.List<AnnotationType<SessionBeanType<T>>> getAnnotationList()
annotation
elements
annotation
SessionBeanType<T> removeIgnoreDependency()
ignore-dependency
element
SessionBeanType
IgnoreDependencyType<SessionBeanType<T>> ignoreDependency()
ignore-dependency
element will be created and returned.
Otherwise, the existing ignore-dependency
element will be returned.
ignore-dependency
SessionBeanType<T> setAopDomainName(java.lang.String aopDomainName)
aop-domain-name
element with the given value will be created.
Otherwise, the existing aop-domain-name
element will be updated with the given value.
SessionBeanType
SessionBeanType<T> removeAopDomainName()
aop-domain-name
element
SessionBeanType
java.lang.String getAopDomainName()
aop-domain-name
element
aop-domain-name
SessionBeanType<T> removeCacheConfig()
cache-config
element
SessionBeanType
CacheConfigType<SessionBeanType<T>> cacheConfig()
cache-config
element will be created and returned.
Otherwise, the existing cache-config
element will be returned.
cache-config
SessionBeanType<T> removePoolConfig()
pool-config
element
SessionBeanType
PoolConfigType<SessionBeanType<T>> poolConfig()
pool-config
element will be created and returned.
Otherwise, the existing pool-config
element will be returned.
pool-config
SessionBeanType<T> setConcurrent(java.lang.Boolean concurrent)
concurrent
element with the given value will be created.
Otherwise, the existing concurrent
element will be updated with the given value.
SessionBeanType
SessionBeanType<T> removeConcurrent()
concurrent
element
SessionBeanType
java.lang.Boolean isConcurrent()
concurrent
element
concurrent
SessionBeanType<T> removeAllJndiRef()
jndi-ref
elements
SessionBeanType
JndiRefType<SessionBeanType<T>> jndiRef()
jndi-ref
element
jndi-ref
java.util.List<JndiRefType<SessionBeanType<T>>> getJndiRefList()
jndi-ref
elements
jndi-ref
SessionBeanType<T> removePortComponent()
port-component
element
SessionBeanType
PortComponentType<SessionBeanType<T>> portComponent()
port-component
element will be created and returned.
Otherwise, the existing port-component
element will be returned.
port-component
SessionBeanType<T> removeEjbTimeoutIdentity()
ejb-timeout-identity
element
SessionBeanType
SecurityIdentityType<SessionBeanType<T>> ejbTimeoutIdentity()
ejb-timeout-identity
element will be created and returned.
Otherwise, the existing ejb-timeout-identity
element will be returned.
ejb-timeout-identity
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |