|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SessionBeanType | |
---|---|
org.jboss.shrinkwrap.descriptor.api.jboss51 | Provides the interfaces and enumeration types as defined in the schema jboss_5_1.xsd |
org.jboss.shrinkwrap.descriptor.impl.jboss51 | Provides the implementation classes as defined in the schema jboss_5_1.xsd |
Uses of SessionBeanType in org.jboss.shrinkwrap.descriptor.api.jboss51 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return SessionBeanType | |
---|---|
SessionBeanType<T> |
SessionBeanType.removeAllAnnotation()
Removes all annotation elements |
SessionBeanType<T> |
SessionBeanType.removeAllBusinessLocal()
Removes the business-local element |
SessionBeanType<T> |
SessionBeanType.removeAllBusinessRemote()
Removes the business-remote element |
SessionBeanType<T> |
SessionBeanType.removeAllDepends()
Removes the depends element |
SessionBeanType<T> |
SessionBeanType.removeAllDescription()
Removes the description element |
SessionBeanType<T> |
SessionBeanType.removeAllDisplayName()
Removes the display-name element |
SessionBeanType<T> |
SessionBeanType.removeAllEjbLocalRef()
Removes all ejb-local-ref elements |
SessionBeanType<T> |
SessionBeanType.removeAllEjbRef()
Removes all ejb-ref elements |
SessionBeanType<T> |
SessionBeanType.removeAllEnvEntry()
Removes all env-entry elements |
SessionBeanType<T> |
SessionBeanType.removeAllIcon()
Removes all icon elements |
SessionBeanType<T> |
SessionBeanType.removeAllJndiRef()
Removes all jndi-ref elements |
SessionBeanType<T> |
SessionBeanType.removeAllLocalBinding()
Removes all local-binding elements |
SessionBeanType<T> |
SessionBeanType.removeAllMessageDestinationRef()
Removes all message-destination-ref elements |
SessionBeanType<T> |
SessionBeanType.removeAllPersistenceContextRef()
Removes all persistence-context-ref elements |
SessionBeanType<T> |
SessionBeanType.removeAllPersistenceUnitRef()
Removes all persistence-unit-ref elements |
SessionBeanType<T> |
SessionBeanType.removeAllPostConstruct()
Removes all post-construct elements |
SessionBeanType<T> |
SessionBeanType.removeAllPreDestroy()
Removes all pre-destroy elements |
SessionBeanType<T> |
SessionBeanType.removeAllRemoteBinding()
Removes all remote-binding elements |
SessionBeanType<T> |
SessionBeanType.removeAllResourceEnvRef()
Removes all resource-env-ref elements |
SessionBeanType<T> |
SessionBeanType.removeAllResourceRef()
Removes all resource-ref elements |
SessionBeanType<T> |
SessionBeanType.removeAllServiceRef()
Removes all service-ref elements |
SessionBeanType<T> |
SessionBeanType.removeAopDomainName()
Removes the aop-domain-name element |
SessionBeanType<T> |
SessionBeanType.removeCacheConfig()
Removes the cache-config element |
SessionBeanType<T> |
SessionBeanType.removeClusterConfig()
Removes the cluster-config element |
SessionBeanType<T> |
SessionBeanType.removeClustered()
Removes the clustered element |
SessionBeanType<T> |
SessionBeanType.removeConcurrent()
Removes the concurrent element |
SessionBeanType<T> |
SessionBeanType.removeEjbName()
Removes the ejb-name element |
SessionBeanType<T> |
SessionBeanType.removeEjbTimeoutIdentity()
Removes the ejb-timeout-identity element |
SessionBeanType<T> |
SessionBeanType.removeHomeJndiName()
Removes the home-jndi-name element |
SessionBeanType<T> |
SessionBeanType.removeIgnoreDependency()
Removes the ignore-dependency element |
SessionBeanType<T> |
SessionBeanType.removeJndiBindingPolicy()
Removes the jndi-binding-policy element |
SessionBeanType<T> |
SessionBeanType.removeJndiName()
Removes the jndi-name element |
SessionBeanType<T> |
SessionBeanType.removeLocalHomeJndiName()
Removes the local-home-jndi-name element |
SessionBeanType<T> |
SessionBeanType.removeLocalJndiName()
Removes the local-jndi-name element |
SessionBeanType<T> |
SessionBeanType.removeMappedName()
Removes the mapped-name element |
SessionBeanType<T> |
SessionBeanType.removeMethodAttributes()
Removes the method-attributes element |
SessionBeanType<T> |
SessionBeanType.removePoolConfig()
Removes the pool-config element |
SessionBeanType<T> |
SessionBeanType.removePortComponent()
Removes the port-component element |
SessionBeanType<T> |
SessionBeanType.removeSecurityDomain()
Removes the security-domain element |
SessionBeanType<T> |
SessionBeanType.removeSecurityIdentity()
Removes the security-identity element |
SessionBeanType<EnterpriseBeansType<T>> |
EnterpriseBeansType.session()
Returns the session element |
SessionBeanType<T> |
SessionBeanType.setAopDomainName(java.lang.String aopDomainName)
If not already created, a new aop-domain-name element with the given value will be created. |
SessionBeanType<T> |
SessionBeanType.setBusinessLocal(java.lang.String businessLocal)
Creates a new business-local element |
SessionBeanType<T> |
SessionBeanType.setBusinessLocalList(java.lang.String... values)
Creates for all String objects representing business-local elements,
a new business-local element |
SessionBeanType<T> |
SessionBeanType.setBusinessRemote(java.lang.String businessRemote)
Creates a new business-remote element |
SessionBeanType<T> |
SessionBeanType.setBusinessRemoteList(java.lang.String... values)
Creates for all String objects representing business-remote elements,
a new business-remote element |
SessionBeanType<T> |
SessionBeanType.setClustered(java.lang.Boolean clustered)
If not already created, a new clustered element with the given value will be created. |
SessionBeanType<T> |
SessionBeanType.setConcurrent(java.lang.Boolean concurrent)
If not already created, a new concurrent element with the given value will be created. |
SessionBeanType<T> |
SessionBeanType.setDepends(java.lang.String depends)
Creates a new depends element |
SessionBeanType<T> |
SessionBeanType.setDependsList(java.lang.String... values)
Creates for all String objects representing depends elements,
a new depends element |
SessionBeanType<T> |
SessionBeanType.setDescription(java.lang.String description)
Creates a new description element |
SessionBeanType<T> |
SessionBeanType.setDescriptionList(java.lang.String... values)
Creates for all String objects representing description elements,
a new description element |
SessionBeanType<T> |
SessionBeanType.setDisplayName(java.lang.String displayName)
Creates a new display-name element |
SessionBeanType<T> |
SessionBeanType.setDisplayNameList(java.lang.String... values)
Creates for all String objects representing display-name elements,
a new display-name element |
SessionBeanType<T> |
SessionBeanType.setEjbName(java.lang.String ejbName)
If not already created, a new ejb-name element with the given value will be created. |
SessionBeanType<T> |
SessionBeanType.setHomeJndiName(java.lang.String homeJndiName)
If not already created, a new home-jndi-name element with the given value will be created. |
SessionBeanType<T> |
SessionBeanType.setJndiBindingPolicy(java.lang.String jndiBindingPolicy)
If not already created, a new jndi-binding-policy element with the given value will be created. |
SessionBeanType<T> |
SessionBeanType.setJndiName(java.lang.String jndiName)
If not already created, a new jndi-name element with the given value will be created. |
SessionBeanType<T> |
SessionBeanType.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> |
SessionBeanType.setLocalJndiName(java.lang.String localJndiName)
If not already created, a new local-jndi-name element with the given value will be created. |
SessionBeanType<T> |
SessionBeanType.setMappedName(java.lang.String mappedName)
If not already created, a new mapped-name element with the given value will be created. |
SessionBeanType<T> |
SessionBeanType.setSecurityDomain(java.lang.String securityDomain)
If not already created, a new security-domain element with the given value will be created. |
Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return types with arguments of type SessionBeanType | |
---|---|
AnnotationType<SessionBeanType<T>> |
SessionBeanType.annotation()
Returns the annotation element |
CacheConfigType<SessionBeanType<T>> |
SessionBeanType.cacheConfig()
If not already created, a new cache-config element will be created and returned. |
ClusterConfigType<SessionBeanType<T>> |
SessionBeanType.clusterConfig()
If not already created, a new cluster-config element will be created and returned. |
EjbLocalRefType<SessionBeanType<T>> |
SessionBeanType.ejbLocalRef()
Returns the ejb-local-ref element |
EjbRefType<SessionBeanType<T>> |
SessionBeanType.ejbRef()
Returns the ejb-ref element |
SecurityIdentityType<SessionBeanType<T>> |
SessionBeanType.ejbTimeoutIdentity()
If not already created, a new ejb-timeout-identity element will be created and returned. |
EnvEntryType<SessionBeanType<T>> |
SessionBeanType.envEntry()
Returns the env-entry element |
java.util.List<AnnotationType<SessionBeanType<T>>> |
SessionBeanType.getAnnotationList()
Returns all annotation elements |
java.util.List<EjbLocalRefType<SessionBeanType<T>>> |
SessionBeanType.getEjbLocalRefList()
Returns all ejb-local-ref elements |
java.util.List<EjbRefType<SessionBeanType<T>>> |
SessionBeanType.getEjbRefList()
Returns all ejb-ref elements |
java.util.List<EnvEntryType<SessionBeanType<T>>> |
SessionBeanType.getEnvEntryList()
Returns all env-entry elements |
java.util.List<IconType<SessionBeanType<T>>> |
SessionBeanType.getIconList()
Returns all icon elements |
java.util.List<JndiRefType<SessionBeanType<T>>> |
SessionBeanType.getJndiRefList()
Returns all jndi-ref elements |
java.util.List<LocalBindingType<SessionBeanType<T>>> |
SessionBeanType.getLocalBindingList()
Returns all local-binding elements |
java.util.List<MessageDestinationRefType<SessionBeanType<T>>> |
SessionBeanType.getMessageDestinationRefList()
Returns all message-destination-ref elements |
java.util.List<PersistenceContextRefType<SessionBeanType<T>>> |
SessionBeanType.getPersistenceContextRefList()
Returns all persistence-context-ref elements |
java.util.List<PersistenceUnitRefType<SessionBeanType<T>>> |
SessionBeanType.getPersistenceUnitRefList()
Returns all persistence-unit-ref elements |
java.util.List<LifecycleCallbackType<SessionBeanType<T>>> |
SessionBeanType.getPostConstructList()
Returns all post-construct elements |
java.util.List<LifecycleCallbackType<SessionBeanType<T>>> |
SessionBeanType.getPreDestroyList()
Returns all pre-destroy elements |
java.util.List<RemoteBindingType<SessionBeanType<T>>> |
SessionBeanType.getRemoteBindingList()
Returns all remote-binding elements |
java.util.List<ResourceEnvRefType<SessionBeanType<T>>> |
SessionBeanType.getResourceEnvRefList()
Returns all resource-env-ref elements |
java.util.List<ResourceRefType<SessionBeanType<T>>> |
SessionBeanType.getResourceRefList()
Returns all resource-ref elements |
java.util.List<ServiceRefType<SessionBeanType<T>>> |
SessionBeanType.getServiceRefList()
Returns all service-ref elements |
java.util.List<SessionBeanType<EnterpriseBeansType<T>>> |
EnterpriseBeansType.getSessionList()
Returns all session elements |
IconType<SessionBeanType<T>> |
SessionBeanType.icon()
Returns the icon element |
IgnoreDependencyType<SessionBeanType<T>> |
SessionBeanType.ignoreDependency()
If not already created, a new ignore-dependency element will be created and returned. |
JndiRefType<SessionBeanType<T>> |
SessionBeanType.jndiRef()
Returns the jndi-ref element |
LocalBindingType<SessionBeanType<T>> |
SessionBeanType.localBinding()
Returns the local-binding element |
MessageDestinationRefType<SessionBeanType<T>> |
SessionBeanType.messageDestinationRef()
Returns the message-destination-ref element |
MethodAttributesType<SessionBeanType<T>> |
SessionBeanType.methodAttributes()
If not already created, a new method-attributes element will be created and returned. |
PersistenceContextRefType<SessionBeanType<T>> |
SessionBeanType.persistenceContextRef()
Returns the persistence-context-ref element |
PersistenceUnitRefType<SessionBeanType<T>> |
SessionBeanType.persistenceUnitRef()
Returns the persistence-unit-ref element |
PoolConfigType<SessionBeanType<T>> |
SessionBeanType.poolConfig()
If not already created, a new pool-config element will be created and returned. |
PortComponentType<SessionBeanType<T>> |
SessionBeanType.portComponent()
If not already created, a new port-component element will be created and returned. |
LifecycleCallbackType<SessionBeanType<T>> |
SessionBeanType.postConstruct()
Returns the post-construct element |
LifecycleCallbackType<SessionBeanType<T>> |
SessionBeanType.preDestroy()
Returns the pre-destroy element |
RemoteBindingType<SessionBeanType<T>> |
SessionBeanType.remoteBinding()
Returns the remote-binding element |
ResourceEnvRefType<SessionBeanType<T>> |
SessionBeanType.resourceEnvRef()
Returns the resource-env-ref element |
ResourceRefType<SessionBeanType<T>> |
SessionBeanType.resourceRef()
Returns the resource-ref element |
SecurityIdentityType<SessionBeanType<T>> |
SessionBeanType.securityIdentity()
If not already created, a new security-identity element will be created and returned. |
ServiceRefType<SessionBeanType<T>> |
SessionBeanType.serviceRef()
Returns the service-ref element |
Uses of SessionBeanType in org.jboss.shrinkwrap.descriptor.impl.jboss51 |
---|
Methods in org.jboss.shrinkwrap.descriptor.impl.jboss51 that return SessionBeanType | |
---|---|
SessionBeanType<T> |
SessionBeanTypeImpl.removeAllAnnotation()
Removes all annotation elements |
SessionBeanType<T> |
SessionBeanTypeImpl.removeAllBusinessLocal()
Removes the business-local element |
SessionBeanType<T> |
SessionBeanTypeImpl.removeAllBusinessRemote()
Removes the business-remote element |
SessionBeanType<T> |
SessionBeanTypeImpl.removeAllDepends()
Removes the depends element |
SessionBeanType<T> |
SessionBeanTypeImpl.removeAllDescription()
Removes the description element |
SessionBeanType<T> |
SessionBeanTypeImpl.removeAllDisplayName()
Removes the display-name element |
SessionBeanType<T> |
SessionBeanTypeImpl.removeAllEjbLocalRef()
Removes all ejb-local-ref elements |
SessionBeanType<T> |
SessionBeanTypeImpl.removeAllEjbRef()
Removes all ejb-ref elements |
SessionBeanType<T> |
SessionBeanTypeImpl.removeAllEnvEntry()
Removes all env-entry elements |
SessionBeanType<T> |
SessionBeanTypeImpl.removeAllIcon()
Removes all icon elements |
SessionBeanType<T> |
SessionBeanTypeImpl.removeAllJndiRef()
Removes all jndi-ref elements |
SessionBeanType<T> |
SessionBeanTypeImpl.removeAllLocalBinding()
Removes all local-binding elements |
SessionBeanType<T> |
SessionBeanTypeImpl.removeAllMessageDestinationRef()
Removes all message-destination-ref elements |
SessionBeanType<T> |
SessionBeanTypeImpl.removeAllPersistenceContextRef()
Removes all persistence-context-ref elements |
SessionBeanType<T> |
SessionBeanTypeImpl.removeAllPersistenceUnitRef()
Removes all persistence-unit-ref elements |
SessionBeanType<T> |
SessionBeanTypeImpl.removeAllPostConstruct()
Removes all post-construct elements |
SessionBeanType<T> |
SessionBeanTypeImpl.removeAllPreDestroy()
Removes all pre-destroy elements |
SessionBeanType<T> |
SessionBeanTypeImpl.removeAllRemoteBinding()
Removes all remote-binding elements |
SessionBeanType<T> |
SessionBeanTypeImpl.removeAllResourceEnvRef()
Removes all resource-env-ref elements |
SessionBeanType<T> |
SessionBeanTypeImpl.removeAllResourceRef()
Removes all resource-ref elements |
SessionBeanType<T> |
SessionBeanTypeImpl.removeAllServiceRef()
Removes all service-ref elements |
SessionBeanType<T> |
SessionBeanTypeImpl.removeAopDomainName()
Removes the aop-domain-name element |
SessionBeanType<T> |
SessionBeanTypeImpl.removeCacheConfig()
Removes the cache-config element |
SessionBeanType<T> |
SessionBeanTypeImpl.removeClusterConfig()
Removes the cluster-config element |
SessionBeanType<T> |
SessionBeanTypeImpl.removeClustered()
Removes the clustered element |
SessionBeanType<T> |
SessionBeanTypeImpl.removeConcurrent()
Removes the concurrent element |
SessionBeanType<T> |
SessionBeanTypeImpl.removeEjbName()
Removes the ejb-name element |
SessionBeanType<T> |
SessionBeanTypeImpl.removeEjbTimeoutIdentity()
Removes the ejb-timeout-identity element |
SessionBeanType<T> |
SessionBeanTypeImpl.removeHomeJndiName()
Removes the home-jndi-name element |
SessionBeanType<T> |
SessionBeanTypeImpl.removeIgnoreDependency()
Removes the ignore-dependency element |
SessionBeanType<T> |
SessionBeanTypeImpl.removeJndiBindingPolicy()
Removes the jndi-binding-policy element |
SessionBeanType<T> |
SessionBeanTypeImpl.removeJndiName()
Removes the jndi-name element |
SessionBeanType<T> |
SessionBeanTypeImpl.removeLocalHomeJndiName()
Removes the local-home-jndi-name element |
SessionBeanType<T> |
SessionBeanTypeImpl.removeLocalJndiName()
Removes the local-jndi-name element |
SessionBeanType<T> |
SessionBeanTypeImpl.removeMappedName()
Removes the mapped-name element |
SessionBeanType<T> |
SessionBeanTypeImpl.removeMethodAttributes()
Removes the method-attributes element |
SessionBeanType<T> |
SessionBeanTypeImpl.removePoolConfig()
Removes the pool-config element |
SessionBeanType<T> |
SessionBeanTypeImpl.removePortComponent()
Removes the port-component element |
SessionBeanType<T> |
SessionBeanTypeImpl.removeSecurityDomain()
Removes the security-domain element |
SessionBeanType<T> |
SessionBeanTypeImpl.removeSecurityIdentity()
Removes the security-identity element |
SessionBeanType<EnterpriseBeansType<T>> |
EnterpriseBeansTypeImpl.session()
Returns the session element |
SessionBeanType<T> |
SessionBeanTypeImpl.setAopDomainName(java.lang.String aopDomainName)
If not already created, a new aop-domain-name element with the given value will be created. |
SessionBeanType<T> |
SessionBeanTypeImpl.setBusinessLocal(java.lang.String businessLocal)
Creates a new business-local element |
SessionBeanType<T> |
SessionBeanTypeImpl.setBusinessLocalList(java.lang.String... values)
Creates for all String objects representing business-local elements,
a new business-local element |
SessionBeanType<T> |
SessionBeanTypeImpl.setBusinessRemote(java.lang.String businessRemote)
Creates a new business-remote element |
SessionBeanType<T> |
SessionBeanTypeImpl.setBusinessRemoteList(java.lang.String... values)
Creates for all String objects representing business-remote elements,
a new business-remote element |
SessionBeanType<T> |
SessionBeanTypeImpl.setClustered(java.lang.Boolean clustered)
If not already created, a new clustered element with the given value will be created. |
SessionBeanType<T> |
SessionBeanTypeImpl.setConcurrent(java.lang.Boolean concurrent)
If not already created, a new concurrent element with the given value will be created. |
SessionBeanType<T> |
SessionBeanTypeImpl.setDepends(java.lang.String depends)
Creates a new depends element |
SessionBeanType<T> |
SessionBeanTypeImpl.setDependsList(java.lang.String... values)
Creates for all String objects representing depends elements,
a new depends element |
SessionBeanType<T> |
SessionBeanTypeImpl.setDescription(java.lang.String description)
Creates a new description element |
SessionBeanType<T> |
SessionBeanTypeImpl.setDescriptionList(java.lang.String... values)
Creates for all String objects representing description elements,
a new description element |
SessionBeanType<T> |
SessionBeanTypeImpl.setDisplayName(java.lang.String displayName)
Creates a new display-name element |
SessionBeanType<T> |
SessionBeanTypeImpl.setDisplayNameList(java.lang.String... values)
Creates for all String objects representing display-name elements,
a new display-name element |
SessionBeanType<T> |
SessionBeanTypeImpl.setEjbName(java.lang.String ejbName)
If not already created, a new ejb-name element with the given value will be created. |
SessionBeanType<T> |
SessionBeanTypeImpl.setHomeJndiName(java.lang.String homeJndiName)
If not already created, a new home-jndi-name element with the given value will be created. |
SessionBeanType<T> |
SessionBeanTypeImpl.setJndiBindingPolicy(java.lang.String jndiBindingPolicy)
If not already created, a new jndi-binding-policy element with the given value will be created. |
SessionBeanType<T> |
SessionBeanTypeImpl.setJndiName(java.lang.String jndiName)
If not already created, a new jndi-name element with the given value will be created. |
SessionBeanType<T> |
SessionBeanTypeImpl.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> |
SessionBeanTypeImpl.setLocalJndiName(java.lang.String localJndiName)
If not already created, a new local-jndi-name element with the given value will be created. |
SessionBeanType<T> |
SessionBeanTypeImpl.setMappedName(java.lang.String mappedName)
If not already created, a new mapped-name element with the given value will be created. |
SessionBeanType<T> |
SessionBeanTypeImpl.setSecurityDomain(java.lang.String securityDomain)
If not already created, a new security-domain element with the given value will be created. |
Methods in org.jboss.shrinkwrap.descriptor.impl.jboss51 that return types with arguments of type SessionBeanType | |
---|---|
AnnotationType<SessionBeanType<T>> |
SessionBeanTypeImpl.annotation()
Returns the annotation element |
CacheConfigType<SessionBeanType<T>> |
SessionBeanTypeImpl.cacheConfig()
If not already created, a new cache-config element will be created and returned. |
ClusterConfigType<SessionBeanType<T>> |
SessionBeanTypeImpl.clusterConfig()
If not already created, a new cluster-config element will be created and returned. |
EjbLocalRefType<SessionBeanType<T>> |
SessionBeanTypeImpl.ejbLocalRef()
Returns the ejb-local-ref element |
EjbRefType<SessionBeanType<T>> |
SessionBeanTypeImpl.ejbRef()
Returns the ejb-ref element |
SecurityIdentityType<SessionBeanType<T>> |
SessionBeanTypeImpl.ejbTimeoutIdentity()
If not already created, a new ejb-timeout-identity element will be created and returned. |
EnvEntryType<SessionBeanType<T>> |
SessionBeanTypeImpl.envEntry()
Returns the env-entry element |
java.util.List<AnnotationType<SessionBeanType<T>>> |
SessionBeanTypeImpl.getAnnotationList()
Returns all annotation elements |
java.util.List<EjbLocalRefType<SessionBeanType<T>>> |
SessionBeanTypeImpl.getEjbLocalRefList()
Returns all ejb-local-ref elements |
java.util.List<EjbRefType<SessionBeanType<T>>> |
SessionBeanTypeImpl.getEjbRefList()
Returns all ejb-ref elements |
java.util.List<EnvEntryType<SessionBeanType<T>>> |
SessionBeanTypeImpl.getEnvEntryList()
Returns all env-entry elements |
java.util.List<IconType<SessionBeanType<T>>> |
SessionBeanTypeImpl.getIconList()
Returns all icon elements |
java.util.List<JndiRefType<SessionBeanType<T>>> |
SessionBeanTypeImpl.getJndiRefList()
Returns all jndi-ref elements |
java.util.List<LocalBindingType<SessionBeanType<T>>> |
SessionBeanTypeImpl.getLocalBindingList()
Returns all local-binding elements |
java.util.List<MessageDestinationRefType<SessionBeanType<T>>> |
SessionBeanTypeImpl.getMessageDestinationRefList()
Returns all message-destination-ref elements |
java.util.List<PersistenceContextRefType<SessionBeanType<T>>> |
SessionBeanTypeImpl.getPersistenceContextRefList()
Returns all persistence-context-ref elements |
java.util.List<PersistenceUnitRefType<SessionBeanType<T>>> |
SessionBeanTypeImpl.getPersistenceUnitRefList()
Returns all persistence-unit-ref elements |
java.util.List<LifecycleCallbackType<SessionBeanType<T>>> |
SessionBeanTypeImpl.getPostConstructList()
Returns all post-construct elements |
java.util.List<LifecycleCallbackType<SessionBeanType<T>>> |
SessionBeanTypeImpl.getPreDestroyList()
Returns all pre-destroy elements |
java.util.List<RemoteBindingType<SessionBeanType<T>>> |
SessionBeanTypeImpl.getRemoteBindingList()
Returns all remote-binding elements |
java.util.List<ResourceEnvRefType<SessionBeanType<T>>> |
SessionBeanTypeImpl.getResourceEnvRefList()
Returns all resource-env-ref elements |
java.util.List<ResourceRefType<SessionBeanType<T>>> |
SessionBeanTypeImpl.getResourceRefList()
Returns all resource-ref elements |
java.util.List<ServiceRefType<SessionBeanType<T>>> |
SessionBeanTypeImpl.getServiceRefList()
Returns all service-ref elements |
java.util.List<SessionBeanType<EnterpriseBeansType<T>>> |
EnterpriseBeansTypeImpl.getSessionList()
Returns all session elements |
IconType<SessionBeanType<T>> |
SessionBeanTypeImpl.icon()
Returns the icon element |
IgnoreDependencyType<SessionBeanType<T>> |
SessionBeanTypeImpl.ignoreDependency()
If not already created, a new ignore-dependency element will be created and returned. |
JndiRefType<SessionBeanType<T>> |
SessionBeanTypeImpl.jndiRef()
Returns the jndi-ref element |
LocalBindingType<SessionBeanType<T>> |
SessionBeanTypeImpl.localBinding()
Returns the local-binding element |
MessageDestinationRefType<SessionBeanType<T>> |
SessionBeanTypeImpl.messageDestinationRef()
Returns the message-destination-ref element |
MethodAttributesType<SessionBeanType<T>> |
SessionBeanTypeImpl.methodAttributes()
If not already created, a new method-attributes element will be created and returned. |
PersistenceContextRefType<SessionBeanType<T>> |
SessionBeanTypeImpl.persistenceContextRef()
Returns the persistence-context-ref element |
PersistenceUnitRefType<SessionBeanType<T>> |
SessionBeanTypeImpl.persistenceUnitRef()
Returns the persistence-unit-ref element |
PoolConfigType<SessionBeanType<T>> |
SessionBeanTypeImpl.poolConfig()
If not already created, a new pool-config element will be created and returned. |
PortComponentType<SessionBeanType<T>> |
SessionBeanTypeImpl.portComponent()
If not already created, a new port-component element will be created and returned. |
LifecycleCallbackType<SessionBeanType<T>> |
SessionBeanTypeImpl.postConstruct()
Returns the post-construct element |
LifecycleCallbackType<SessionBeanType<T>> |
SessionBeanTypeImpl.preDestroy()
Returns the pre-destroy element |
RemoteBindingType<SessionBeanType<T>> |
SessionBeanTypeImpl.remoteBinding()
Returns the remote-binding element |
ResourceEnvRefType<SessionBeanType<T>> |
SessionBeanTypeImpl.resourceEnvRef()
Returns the resource-env-ref element |
ResourceRefType<SessionBeanType<T>> |
SessionBeanTypeImpl.resourceRef()
Returns the resource-ref element |
SecurityIdentityType<SessionBeanType<T>> |
SessionBeanTypeImpl.securityIdentity()
If not already created, a new security-identity element will be created and returned. |
ServiceRefType<SessionBeanType<T>> |
SessionBeanTypeImpl.serviceRef()
Returns the service-ref element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |