public interface EJBSessionFacade extends Service
Modifier and Type | Method and Description |
---|---|
List |
getAllInstanceAttributes()
All instanceAttributes for this session EJB.
|
Collection |
getBusinessOperations()
All "business" operations for this Session EJB.
|
Collection |
getConstants(boolean follow)
Gets all constants for this session EJB.
|
Collection |
getCreateMethods(boolean follow)
Gets create methods for this session EJB.
|
Collection |
getEnvironmentEntries(boolean follow)
Gets all env-entries for the specified session EJB.
|
String |
getHomeInterfaceName()
A String representing the name of a home interface for this entity EJB.
|
List |
getInheritedInstanceAttributes()
Alll inherited instanceAttributes this session EJB.
|
String |
getJndiName()
The JNDI name to which this session EJB is bound.
|
String |
getTransactionType()
Gets the transaction type for this service (i.e.
|
String |
getType()
The name of the type of this Session EJB.
|
String |
getViewType()
A string indicating whether the Bean is a local or remotely accessable bean.
|
boolean |
isEJBSessionFacadeMetaType()
Indicates the metafacade type (used for metafacade mappings).
|
boolean |
isStateful()
True/false depending on whether or not this Session EJB is stateful or not.
|
boolean |
isStateless()
True/false depending on whether or not this Session EJB is stateless or not.
|
boolean |
isSyntheticCreateMethodAllowed()
Whether or not to allow a synthetic (auto generated) create method.
|
getAllEntityReferences, getAllMessagingDestinations, getAllRoles, getAllServiceReferences, getEntityReferences, getMessagingDestinations, getRoles, getServiceReferences, isServiceMetaType
findAttribute, getAbstractions, getAllAssociatedClasses, getAllProperties, getAllRequiredConstructorParameters, getArray, getArrayName, getAssociatedClasses, getAssociationEnds, getAttributes, getAttributes, getFullyQualifiedArrayName, getImplementationOperations, getImplementedInterfaceList, getInstanceAttributes, getInstanceOperations, getInterfaceAbstractions, getJavaNewString, getJavaNullString, getNavigableConnectingEnds, getNavigableConnectingEnds, getNonArray, getOperationCallFromAttributes, getOperations, getProperties, getProperties, getRequiredConstructorParameters, getSerialVersionUID, getStaticAttributes, getStaticOperations, getSuperClass, getWrapperName, isAbstract, isArrayType, isAssociationClass, isBlobType, isBooleanType, isCharacterType, isClassifierFacadeMetaType, isClobType, isCollectionType, isDataType, isDateType, isDoubleType, isEmbeddedValue, isEnumeration, isFileType, isFloatType, isIntegerType, isInterface, isLeaf, isListType, isLongType, isMapType, isPrimitive, isSetType, isStringType, isTimeType, isWrappedPrimitive
findTaggedValue, getAllGeneralizations, getAllSpecializations, getGeneralization, getGeneralizationLinks, getGeneralizationList, getGeneralizationRoot, getGeneralizations, getSpecializations, isGeneralizableElementFacadeMetaType
copyTaggedValues, findTaggedValue, findTaggedValues, getBindedFullyQualifiedName, getConstraints, getConstraints, getDocumentation, getDocumentation, getDocumentation, getFullyQualifiedName, getFullyQualifiedName, getFullyQualifiedNamePath, getId, getKeywords, getLabel, getLanguageMappings, getModel, getName, getPackage, getPackageName, getPackageName, getPackagePath, getQualifiedName, getRootPackage, getSourceDependencies, getStateMachineContext, getStereotypeNames, getStereotypes, getTaggedValues, getTargetDependencies, getTemplateParameter, getTemplateParameters, getValidationName, getValidationOwner, getVisibility, hasExactStereotype, hasKeyword, hasStereotype, initialize, isBindingDependenciesPresent, isConstraintsPresent, isDocumentationPresent, isModelElementFacadeMetaType, isReservedWord, isTemplateParametersPresent, isValidIdentifierName, translateConstraint, translateConstraints, translateConstraints, validateInvariants
boolean isEJBSessionFacadeMetaType()
true
List getAllInstanceAttributes()
Collection getBusinessOperations()
Collection getConstants(boolean follow)
follow
- booleanCollection getCreateMethods(boolean follow)
follow
- booleanCollection getEnvironmentEntries(boolean follow)
follow
- booleanString getHomeInterfaceName()
List getInheritedInstanceAttributes()
String getJndiName()
String getTransactionType()
String getViewType()
boolean isStateful()
boolean isStateless()
boolean isSyntheticCreateMethodAllowed()
Copyright © 2003–2014 AndroMDA.org. All rights reserved.