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