org.eclipse.jst.j2ee.ejb
Interface EjbFactory
- All Superinterfaces:
- org.eclipse.emf.ecore.EFactory, org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
public interface EjbFactory
- extends org.eclipse.emf.ecore.EFactory
- Since:
- 1.0
Methods inherited from interface org.eclipse.emf.ecore.EFactory |
convertToString, create, createFromString, getEPackage, setEPackage |
Methods inherited from interface org.eclipse.emf.ecore.EModelElement |
getEAnnotation, getEAnnotations |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
eAdapters, eDeliver, eNotify, eSetDeliver |
eINSTANCE
static final EjbFactory eINSTANCE
- The singleton instance of the factory.
createMethodElement
MethodElement createMethodElement(java.lang.String aSignature)
- Creates and returns a reference to a MethodElement from the given signature
- Parameters:
aSignature
- the signature of the MethodElement
- Returns:
- MethodElement reference
createMethodElementFrom
MethodElement createMethodElementFrom(Method method)
- Creates and returns a reference to a MethodElement from the given reference of a Method
- Parameters:
method
- the reference of a Method
- Returns:
- MethodElement reference
createMethodPermission
MethodPermission createMethodPermission()
- Returns:
- MethodPermission value
createAssemblyDescriptor
AssemblyDescriptor createAssemblyDescriptor()
- Returns:
- AssemblyDescriptor value
createMethodTransaction
MethodTransaction createMethodTransaction()
- Returns:
- MethodTransaction value
createEntity
Entity createEntity()
- Returns:
- Entity value
createContainerManagedEntity
ContainerManagedEntity createContainerManagedEntity()
- Returns:
- ContainerManagedEntity value
createCMPAttribute
CMPAttribute createCMPAttribute()
- Returns:
- CMPAttribute value
createCMRField
CMRField createCMRField()
- Returns:
- CMRField value
createEJBRelationshipRole
EJBRelationshipRole createEJBRelationshipRole()
- Returns:
- EJBRelationshipRole value
createEJBRelation
EJBRelation createEJBRelation()
- Returns:
- EJBRelation value
createRelationships
Relationships createRelationships()
- Returns:
- Relationships value
createEJBJar
EJBJar createEJBJar()
- Returns:
- EJBJar value
createRoleSource
RoleSource createRoleSource()
- Returns:
- RoleSource value
createQuery
Query createQuery()
- Returns:
- Query value
createQueryMethod
QueryMethod createQueryMethod()
- Returns:
- QueryMethod value
createActivationConfigProperty
ActivationConfigProperty createActivationConfigProperty()
- Returns a new object of class 'Activation Config Property'.
- Returns:
- a new object of class 'Activation Config Property'.
createActivationConfig
ActivationConfig createActivationConfig()
- Returns a new object of class 'Activation Config'.
- Returns:
- a new object of class 'Activation Config'.
createMethodElement
MethodElement createMethodElement()
- Returns:
- MethodElement value
createExcludeList
ExcludeList createExcludeList()
- Returns:
- ExcludeList value
createSession
Session createSession()
- Returns:
- Session value
createMessageDriven
MessageDriven createMessageDriven()
- Returns:
- MessageDriven value
createMessageDrivenDestination
MessageDrivenDestination createMessageDrivenDestination()
- Returns:
- MessageDrivenDestination value
createEJBMethodCategory
EJBMethodCategory createEJBMethodCategory()
- Returns:
- EJBMethodCategory value
getEjbPackage
EjbPackage getEjbPackage()
- Returns the package supported by this factory.
This method is NOT api, and may change in future releases.
EMF package classes should be access via their "eINSTANCE" static fields
- Returns:
- the package supported by this factory.