ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Uses of Interface
org.jboss.shrinkwrap.descriptor.api.ejbjar30.SessionBeanType

Packages that use SessionBeanType
org.jboss.shrinkwrap.descriptor.api.ejbjar30 Provides the interfaces and enumeration types as defined in the schema 
 

Uses of SessionBeanType in org.jboss.shrinkwrap.descriptor.api.ejbjar30
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar30 that return SessionBeanType
 SessionBeanType<T> SessionBeanType.businessLocal(String... values)
          Creates for all String objects representing business-local elements, a new business-local element
 SessionBeanType<T> SessionBeanType.businessRemote(String... values)
          Creates for all String objects representing business-remote elements, a new business-remote element
 SessionBeanType<EnterpriseBeansType<T>> EnterpriseBeansType.createSession()
          Creates a new session element
 SessionBeanType<T> SessionBeanType.description(String... values)
          Creates for all String objects representing description elements, a new description element
 SessionBeanType<T> SessionBeanType.displayName(String... values)
          Creates for all String objects representing display-name elements, a new display-name element
 SessionBeanType<T> SessionBeanType.ejbClass(String ejbClass)
          Sets the ejb-class element
 SessionBeanType<T> SessionBeanType.ejbName(String ejbName)
          Sets the ejb-name element
 SessionBeanType<EnterpriseBeansType<T>> EnterpriseBeansType.getOrCreateSession()
          If not already created, a new session element will be created and returned.
 SessionBeanType<T> SessionBeanType.home(String home)
          Sets the home element
 SessionBeanType<T> SessionBeanType.local(String local)
          Sets the local element
 SessionBeanType<T> SessionBeanType.localHome(String localHome)
          Sets the local-home element
 SessionBeanType<T> SessionBeanType.mappedName(String mappedName)
          Sets the mapped-name element
 SessionBeanType<T> SessionBeanType.remote(String remote)
          Sets the remote element
 SessionBeanType<T> SessionBeanType.removeAllAroundInvoke()
          Removes all around-invoke elements
 SessionBeanType<T> SessionBeanType.removeAllBusinessLocal()
          Removes the business-local element
 SessionBeanType<T> SessionBeanType.removeAllBusinessRemote()
          Removes the business-remote 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.removeAllInitMethod()
          Removes all init-method 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.removeAllPostActivate()
          Removes all post-activate elements
 SessionBeanType<T> SessionBeanType.removeAllPostConstruct()
          Removes all post-construct elements
 SessionBeanType<T> SessionBeanType.removeAllPreDestroy()
          Removes all pre-destroy elements
 SessionBeanType<T> SessionBeanType.removeAllPrePassivate()
          Removes all pre-passivate elements
 SessionBeanType<T> SessionBeanType.removeAllRemoveMethod()
          Removes all remove-method elements
 SessionBeanType<T> SessionBeanType.removeAllResourceEnvRef()
          Removes all resource-env-ref elements
 SessionBeanType<T> SessionBeanType.removeAllResourceRef()
          Removes all resource-ref elements
 SessionBeanType<T> SessionBeanType.removeAllSecurityRoleRef()
          Removes all security-role-ref elements
 SessionBeanType<T> SessionBeanType.removeAllServiceRef()
          Removes all service-ref elements
 SessionBeanType<T> SessionBeanType.removeEjbClass()
          Removes the ejb-class element
 SessionBeanType<T> SessionBeanType.removeEjbName()
          Removes the ejb-name element
 SessionBeanType<T> SessionBeanType.removeHome()
          Removes the home element
 SessionBeanType<T> SessionBeanType.removeLocal()
          Removes the local element
 SessionBeanType<T> SessionBeanType.removeLocalHome()
          Removes the local-home element
 SessionBeanType<T> SessionBeanType.removeMappedName()
          Removes the mapped-name element
 SessionBeanType<T> SessionBeanType.removeRemote()
          Removes the remote element
 SessionBeanType<T> SessionBeanType.removeSecurityIdentity()
          Removes the security-identity element
 SessionBeanType<T> SessionBeanType.removeServiceEndpoint()
          Removes the service-endpoint element
 SessionBeanType<T> SessionBeanType.removeSessionType()
          Removes the session-type attribute
 SessionBeanType<T> SessionBeanType.removeTimeoutMethod()
          Removes the timeout-method element
 SessionBeanType<T> SessionBeanType.removeTransactionType()
          Removes the transaction-type attribute
 SessionBeanType<T> SessionBeanType.serviceEndpoint(String serviceEndpoint)
          Sets the service-endpoint element
 SessionBeanType<T> SessionBeanType.sessionType(SessionTypeType sessionType)
          Sets the session-type element
 SessionBeanType<T> SessionBeanType.sessionType(String sessionType)
          Sets the session-type element
 SessionBeanType<T> SessionBeanType.transactionType(String transactionType)
          Sets the transaction-type element
 SessionBeanType<T> SessionBeanType.transactionType(TransactionTypeType transactionType)
          Sets the transaction-type element
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar30 that return types with arguments of type SessionBeanType
 AroundInvokeType<SessionBeanType<T>> SessionBeanType.createAroundInvoke()
          Creates a new around-invoke element
 EjbLocalRefType<SessionBeanType<T>> SessionBeanType.createEjbLocalRef()
          Creates a new ejb-local-ref element
 EjbRefType<SessionBeanType<T>> SessionBeanType.createEjbRef()
          Creates a new ejb-ref element
 EnvEntryType<SessionBeanType<T>> SessionBeanType.createEnvEntry()
          Creates a new env-entry element
 IconType<SessionBeanType<T>> SessionBeanType.createIcon()
          Creates a new icon element
 InitMethodType<SessionBeanType<T>> SessionBeanType.createInitMethod()
          Creates a new init-method element
 MessageDestinationRefType<SessionBeanType<T>> SessionBeanType.createMessageDestinationRef()
          Creates a new message-destination-ref element
 PersistenceContextRefType<SessionBeanType<T>> SessionBeanType.createPersistenceContextRef()
          Creates a new persistence-context-ref element
 PersistenceUnitRefType<SessionBeanType<T>> SessionBeanType.createPersistenceUnitRef()
          Creates a new persistence-unit-ref element
 LifecycleCallbackType<SessionBeanType<T>> SessionBeanType.createPostActivate()
          Creates a new post-activate element
 LifecycleCallbackType<SessionBeanType<T>> SessionBeanType.createPostConstruct()
          Creates a new post-construct element
 LifecycleCallbackType<SessionBeanType<T>> SessionBeanType.createPreDestroy()
          Creates a new pre-destroy element
 LifecycleCallbackType<SessionBeanType<T>> SessionBeanType.createPrePassivate()
          Creates a new pre-passivate element
 RemoveMethodType<SessionBeanType<T>> SessionBeanType.createRemoveMethod()
          Creates a new remove-method element
 ResourceEnvRefType<SessionBeanType<T>> SessionBeanType.createResourceEnvRef()
          Creates a new resource-env-ref element
 ResourceRefType<SessionBeanType<T>> SessionBeanType.createResourceRef()
          Creates a new resource-ref element
 SecurityRoleRefType<SessionBeanType<T>> SessionBeanType.createSecurityRoleRef()
          Creates a new security-role-ref element
 ServiceRefType<SessionBeanType<T>> SessionBeanType.createServiceRef()
          Creates a new service-ref element
 List<AroundInvokeType<SessionBeanType<T>>> SessionBeanType.getAllAroundInvoke()
          Returns all around-invoke elements
 List<EjbLocalRefType<SessionBeanType<T>>> SessionBeanType.getAllEjbLocalRef()
          Returns all ejb-local-ref elements
 List<EjbRefType<SessionBeanType<T>>> SessionBeanType.getAllEjbRef()
          Returns all ejb-ref elements
 List<EnvEntryType<SessionBeanType<T>>> SessionBeanType.getAllEnvEntry()
          Returns all env-entry elements
 List<IconType<SessionBeanType<T>>> SessionBeanType.getAllIcon()
          Returns all icon elements
 List<InitMethodType<SessionBeanType<T>>> SessionBeanType.getAllInitMethod()
          Returns all init-method elements
 List<MessageDestinationRefType<SessionBeanType<T>>> SessionBeanType.getAllMessageDestinationRef()
          Returns all message-destination-ref elements
 List<PersistenceContextRefType<SessionBeanType<T>>> SessionBeanType.getAllPersistenceContextRef()
          Returns all persistence-context-ref elements
 List<PersistenceUnitRefType<SessionBeanType<T>>> SessionBeanType.getAllPersistenceUnitRef()
          Returns all persistence-unit-ref elements
 List<LifecycleCallbackType<SessionBeanType<T>>> SessionBeanType.getAllPostActivate()
          Returns all post-activate elements
 List<LifecycleCallbackType<SessionBeanType<T>>> SessionBeanType.getAllPostConstruct()
          Returns all post-construct elements
 List<LifecycleCallbackType<SessionBeanType<T>>> SessionBeanType.getAllPreDestroy()
          Returns all pre-destroy elements
 List<LifecycleCallbackType<SessionBeanType<T>>> SessionBeanType.getAllPrePassivate()
          Returns all pre-passivate elements
 List<RemoveMethodType<SessionBeanType<T>>> SessionBeanType.getAllRemoveMethod()
          Returns all remove-method elements
 List<ResourceEnvRefType<SessionBeanType<T>>> SessionBeanType.getAllResourceEnvRef()
          Returns all resource-env-ref elements
 List<ResourceRefType<SessionBeanType<T>>> SessionBeanType.getAllResourceRef()
          Returns all resource-ref elements
 List<SecurityRoleRefType<SessionBeanType<T>>> SessionBeanType.getAllSecurityRoleRef()
          Returns all security-role-ref elements
 List<ServiceRefType<SessionBeanType<T>>> SessionBeanType.getAllServiceRef()
          Returns all service-ref elements
 List<SessionBeanType<EnterpriseBeansType<T>>> EnterpriseBeansType.getAllSession()
          Returns all session elements
 AroundInvokeType<SessionBeanType<T>> SessionBeanType.getOrCreateAroundInvoke()
          If not already created, a new around-invoke element will be created and returned.
 EjbLocalRefType<SessionBeanType<T>> SessionBeanType.getOrCreateEjbLocalRef()
          If not already created, a new ejb-local-ref element will be created and returned.
 EjbRefType<SessionBeanType<T>> SessionBeanType.getOrCreateEjbRef()
          If not already created, a new ejb-ref element will be created and returned.
 EnvEntryType<SessionBeanType<T>> SessionBeanType.getOrCreateEnvEntry()
          If not already created, a new env-entry element will be created and returned.
 IconType<SessionBeanType<T>> SessionBeanType.getOrCreateIcon()
          If not already created, a new icon element will be created and returned.
 InitMethodType<SessionBeanType<T>> SessionBeanType.getOrCreateInitMethod()
          If not already created, a new init-method element will be created and returned.
 MessageDestinationRefType<SessionBeanType<T>> SessionBeanType.getOrCreateMessageDestinationRef()
          If not already created, a new message-destination-ref element will be created and returned.
 PersistenceContextRefType<SessionBeanType<T>> SessionBeanType.getOrCreatePersistenceContextRef()
          If not already created, a new persistence-context-ref element will be created and returned.
 PersistenceUnitRefType<SessionBeanType<T>> SessionBeanType.getOrCreatePersistenceUnitRef()
          If not already created, a new persistence-unit-ref element will be created and returned.
 LifecycleCallbackType<SessionBeanType<T>> SessionBeanType.getOrCreatePostActivate()
          If not already created, a new post-activate element will be created and returned.
 LifecycleCallbackType<SessionBeanType<T>> SessionBeanType.getOrCreatePostConstruct()
          If not already created, a new post-construct element will be created and returned.
 LifecycleCallbackType<SessionBeanType<T>> SessionBeanType.getOrCreatePreDestroy()
          If not already created, a new pre-destroy element will be created and returned.
 LifecycleCallbackType<SessionBeanType<T>> SessionBeanType.getOrCreatePrePassivate()
          If not already created, a new pre-passivate element will be created and returned.
 RemoveMethodType<SessionBeanType<T>> SessionBeanType.getOrCreateRemoveMethod()
          If not already created, a new remove-method element will be created and returned.
 ResourceEnvRefType<SessionBeanType<T>> SessionBeanType.getOrCreateResourceEnvRef()
          If not already created, a new resource-env-ref element will be created and returned.
 ResourceRefType<SessionBeanType<T>> SessionBeanType.getOrCreateResourceRef()
          If not already created, a new resource-ref element will be created and returned.
 SecurityIdentityType<SessionBeanType<T>> SessionBeanType.getOrCreateSecurityIdentity()
          If not already created, a new security-identity element with the given value will be created.
 SecurityRoleRefType<SessionBeanType<T>> SessionBeanType.getOrCreateSecurityRoleRef()
          If not already created, a new security-role-ref element will be created and returned.
 ServiceRefType<SessionBeanType<T>> SessionBeanType.getOrCreateServiceRef()
          If not already created, a new service-ref element will be created and returned.
 NamedMethodType<SessionBeanType<T>> SessionBeanType.getOrCreateTimeoutMethod()
          If not already created, a new timeout-method element with the given value will be created.
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.