org.eclipse.jst.j2ee.ejb
Interface EjbFactory


public interface EjbFactory

Since:
1.0

Field Summary
static EjbFactory eINSTANCE
          The singleton instance of the factory
 
Method Summary
 ActivationConfig createActivationConfig()
          Returns a new object of class 'Activation Config'
 ActivationConfigProperty createActivationConfigProperty()
          Returns a new object of class 'Activation Config Property'
 AssemblyDescriptor createAssemblyDescriptor()
           
 CMPAttribute createCMPAttribute()
           
 CMRField createCMRField()
           
 ContainerManagedEntity createContainerManagedEntity()
           
 EJBJar createEJBJar()
           
 EJBMethodCategory createEJBMethodCategory()
           
 EJBRelation createEJBRelation()
           
 EJBRelationshipRole createEJBRelationshipRole()
           
 Entity createEntity()
           
 ExcludeList createExcludeList()
           
 MessageDriven createMessageDriven()
           
 MessageDrivenDestination createMessageDrivenDestination()
           
 MethodElement createMethodElement()
           
 MethodElement createMethodElement(java.lang.String aSignature)
          Creates and returns a reference to a MethodElement from the given signature
 MethodElement createMethodElementFrom(Method method)
          Creates and returns a reference to a MethodElement from the given reference of a Method
 MethodPermission createMethodPermission()
           
 MethodTransaction createMethodTransaction()
           
 Query createQuery()
           
 QueryMethod createQueryMethod()
           
 Relationships createRelationships()
           
 RoleSource createRoleSource()
           
 Session createSession()
           
 EjbPackage getEjbPackage()
          Returns the package supported by this factory
 

Field Detail

eINSTANCE

public static final EjbFactory eINSTANCE
The singleton instance of the factory.

Method Detail

createMethodElement

public 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

public 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

public MethodPermission createMethodPermission()
Returns:
MethodPermission value

createAssemblyDescriptor

public AssemblyDescriptor createAssemblyDescriptor()
Returns:
AssemblyDescriptor value

createMethodTransaction

public MethodTransaction createMethodTransaction()
Returns:
MethodTransaction value

createEntity

public Entity createEntity()
Returns:
Entity value

createContainerManagedEntity

public ContainerManagedEntity createContainerManagedEntity()
Returns:
ContainerManagedEntity value

createCMPAttribute

public CMPAttribute createCMPAttribute()
Returns:
CMPAttribute value

createCMRField

public CMRField createCMRField()
Returns:
CMRField value

createEJBRelationshipRole

public EJBRelationshipRole createEJBRelationshipRole()
Returns:
EJBRelationshipRole value

createEJBRelation

public EJBRelation createEJBRelation()
Returns:
EJBRelation value

createRelationships

public Relationships createRelationships()
Returns:
Relationships value

createEJBJar

public EJBJar createEJBJar()
Returns:
EJBJar value

createRoleSource

public RoleSource createRoleSource()
Returns:
RoleSource value

createQuery

public Query createQuery()
Returns:
Query value

createQueryMethod

public QueryMethod createQueryMethod()
Returns:
QueryMethod value

createActivationConfigProperty

public ActivationConfigProperty createActivationConfigProperty()
Returns a new object of class 'Activation Config Property'.

Returns:
a new object of class 'Activation Config Property'.

createActivationConfig

public ActivationConfig createActivationConfig()
Returns a new object of class 'Activation Config'.

Returns:
a new object of class 'Activation Config'.

createMethodElement

public MethodElement createMethodElement()
Returns:
MethodElement value

createExcludeList

public ExcludeList createExcludeList()
Returns:
ExcludeList value

createSession

public Session createSession()
Returns:
Session value

createMessageDriven

public MessageDriven createMessageDriven()
Returns:
MessageDriven value

createMessageDrivenDestination

public MessageDrivenDestination createMessageDrivenDestination()
Returns:
MessageDrivenDestination value

createEJBMethodCategory

public EJBMethodCategory createEJBMethodCategory()
Returns:
EJBMethodCategory value

getEjbPackage

public 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.