public class EJB3SessionFacadeLogicImpl extends EJB3SessionFacadeLogic
EJB3SessionFacade
,
Serialized FormModifier and Type | Field and Description |
---|---|
static String |
ALLOW_DEFAULT_SERVICE_EXCEPTION
The property that stores whether default service exceptions are permitted.
|
static String |
DEPLOYMENT_PLATFORM
The property that stores the deployment Platform name.
|
static String |
PERSISTENCE_CONTAINER
The property that stores the persistence container name.
|
static String |
SERVICE_DEFAULT_VIEW_TYPE
The default view type accessibility for the session bean.
|
static String |
SERVICE_ENABLE_CLUSTERING
The property that determines application wide clustering
|
static String |
SERVICE_INTERFACE_NAME_PATTERN
The property which stores the pattern defining the service bean parent interface name.
|
static String |
SERVICE_JNDI_NAME_PREFIX
The property that stores the JNDI name prefix.
|
static String |
SERVICE_LOCAL_INTERFACE_NAME_PATTERN
The property which stores the pattern defining the service bean local interface name.
|
static String |
SERVICE_NAME_PATTERN
The property which stores the pattern defining the service bean name.
|
metaObject
contextRoot
Constructor and Description |
---|
EJB3SessionFacadeLogicImpl(Object metaObject,
String context) |
copyTaggedValues, filterSeamAttributes, findAttribute, findTaggedValue, findTaggedValue, findTaggedValues, getAbstractions, getAllAssociatedClasses, getAllEntityReferences, getAllGeneralizations, getAllInstanceAttributes, getAllMessagingDestinations, getAllProperties, getAllRequiredConstructorParameters, getAllRoles, getAllServiceReferences, getAllSpecializations, getArray, getArrayName, getAssociatedClasses, getAssociationEnds, getAttributes, getAttributes, getAttributesAsList, getBindedFullyQualifiedName, getBusinessOperations, getConstants, getConstraints, getConstraints, getCreateMethods, getDefaultExceptionName, getDocumentation, getDocumentation, getDocumentation, getEntityReferences, getEnvironmentEntries, getFullyQualifiedArrayName, getFullyQualifiedDefaultExceptionName, getFullyQualifiedName, getFullyQualifiedName, getFullyQualifiedNamePath, getFullyQualifiedServiceBaseName, getFullyQualifiedServiceDelegateName, getFullyQualifiedServiceImplementationName, getFullyQualifiedServiceInterfaceName, getFullyQualifiedServiceListenerName, getFullyQualifiedServiceLocalInterfaceName, getFullyQualifiedServiceName, getFullyQualifiedServiceRemoteInterfaceName, getFullyQualifiedServiceTestName, getGeneralization, getGeneralizationLinks, getGeneralizationList, getGeneralizationRoot, getGeneralizations, getHomeInterfaceName, getId, getImplementationOperations, getImplementedInterfaceList, getInheritedInstanceAttributes, getInstanceAttributes, getInstanceOperations, getInterceptorReferences, getInterfaceAbstractions, getJavaNewString, getJavaNullString, getJndiNameLocal, getJndiNamePrefix, getJndiNameRemote, getKeywords, getLabel, getLanguageMappings, getMessageDrivenReferences, getMessagingDestinations, getModel, getName, getNavigableConnectingEnds, getNavigableConnectingEnds, getNonArray, getNonRunAsRoles, getOperationCallFromAttributes, getOperations, getPackage, getPackageName, getPackageName, getPackagePath, getPersistenceContainer, getPersistenceContextReferences, getPersistenceContextType, getPersistenceContextUnitName, getProperties, getProperties, getQualifiedName, getRequiredConstructorParameters, getResourceDataSourceReferences, getResourceUserTransactionReferences, getRoles, getRolesAllowed, getRootPackage, getRunAs, getSeamComponentConversionalIfNotBegunOutcome, getSeamComponentIntercept, getSeamComponentJndiName, getSeamComponentName, getSeamComponentRoleNames, getSeamComponentRoleScopeTypes, getSeamComponentScopeType, getSeamComponentStartupParameters, getSeamComponentSynchronizedTimeout, getSecurityRealm, getSerialVersionUID, getServiceBaseName, getServiceDelegateName, getServiceImplementationName, getServiceInterfaceName, getServiceListenerName, getServiceLocalInterfaceName, getServiceName, getServiceRemoteInterfaceName, getServiceTestName, getSourceDependencies, getSpecializations, getStateMachineContext, getStaticAttributes, getStaticOperations, getStereotypeNames, getStereotypes, getSuperClass, getTaggedValues, getTargetDependencies, getTemplateParameter, getTemplateParameters, getTestPackageName, getTransactionManagement, getTransactionType, getType, getValidationName, getValidationOwner, getViewType, getVisibility, getWrapperName, hasExactStereotype, hasKeyword, hasStereotype, initialize, isAbstract, isAllowDefaultServiceException, isArrayType, isAssociationClass, isBindingDependenciesPresent, isBlobType, isBooleanType, isCharacterType, isClassifierFacadeMetaType, isClobType, isClusteringEnabled, isCollectionType, isConstraintsPresent, isDataType, isDateType, isDenyAll, isDocumentationPresent, isDoubleType, isEJB3SessionFacadeMetaType, isEmbeddedValue, isEnumeration, isExcludeDefaultInterceptors, isFileType, isFloatType, isGeneralizableElementFacadeMetaType, isIntegerType, isInterface, isLeaf, isListenerEnabled, isListType, isLongType, isMapType, isModelElementFacadeMetaType, isPermitAll, isPersistenceContainerJboss, isPersistenceContainerWeblogic, isPrimitive, isReservedWord, isSeamComponent, isSeamComponentReadonly, isSeamComponentStartup, isSeamComponentTransactional, isSecurityEnabled, isServiceMetaType, isSetType, isStateful, isStateless, isStringType, isSyntheticCreateMethodAllowed, isTemplateParametersPresent, isTimeType, isTransactionManagementBean, isValidIdentifierName, isViewTypeBoth, isViewTypeLocal, isViewTypeRemote, isViewTypeStrictlyBoth, isViewTypeStrictlyLocal, isViewTypeStrictlyRemote, isWebServiceEnabled, isWebServiceOperationExists, isWrappedPrimitive, resetMetafacadeContext, toString, translateConstraint, translateConstraints, translateConstraints, validateInvariants
compareTo, equals, getConfiguredProperty, getDebug, getMetafacadeContext, getMetaObject, hashCode, isConfiguredProperty, isMetafacadePropertyCachingEnabled, setMetafacadeContext, setProperty, shieldedElement, shieldedElements, THIS, validate
public static final String SERVICE_NAME_PATTERN
public static final String SERVICE_INTERFACE_NAME_PATTERN
public static final String SERVICE_LOCAL_INTERFACE_NAME_PATTERN
public static final String PERSISTENCE_CONTAINER
public static final String DEPLOYMENT_PLATFORM
public static final String SERVICE_DEFAULT_VIEW_TYPE
public static final String ALLOW_DEFAULT_SERVICE_EXCEPTION
public static final String SERVICE_JNDI_NAME_PREFIX
public static final String SERVICE_ENABLE_CLUSTERING
public EJB3SessionFacadeLogicImpl(Object metaObject, String context)
metaObject
- context
- protected boolean handleIsSyntheticCreateMethodAllowed()
handleIsSyntheticCreateMethodAllowed
in class EJB3SessionFacadeLogic
EJB3SessionFacade.isSyntheticCreateMethodAllowed()
protected Collection handleGetBusinessOperations()
handleGetBusinessOperations
in class EJB3SessionFacadeLogic
EJB3SessionFacade.getBusinessOperations()
protected List handleGetAllInstanceAttributes()
handleGetAllInstanceAttributes
in class EJB3SessionFacadeLogic
EJB3SessionFacade.getAllInstanceAttributes()
protected List handleGetInheritedInstanceAttributes()
handleGetInheritedInstanceAttributes
in class EJB3SessionFacadeLogic
EJB3SessionFacade.getInheritedInstanceAttributes()
protected Collection handleFilterSeamAttributes(Collection attributes)
EJB3SessionFacadeLogic
handleFilterSeamAttributes
in class EJB3SessionFacadeLogic
EJB3SessionFacadeLogic.handleFilterSeamAttributes(Collection)
protected String handleGetJndiNameRemote()
handleGetJndiNameRemote
in class EJB3SessionFacadeLogic
EJB3SessionFacadeLogic.handleGetJndiNameRemote()
protected String handleGetJndiNameLocal()
handleGetJndiNameLocal
in class EJB3SessionFacadeLogic
EJB3SessionFacadeLogic.handleGetJndiNameLocal()
protected String handleGetJndiNamePrefix()
handleGetJndiNamePrefix
in class EJB3SessionFacadeLogic
EJB3SessionFacadeLogic.handleGetJndiNamePrefix()
protected boolean handleIsStateful()
handleIsStateful
in class EJB3SessionFacadeLogic
EJB3SessionFacade.isStateful()
protected boolean handleIsStateless()
handleIsStateless
in class EJB3SessionFacadeLogic
EJB3SessionFacade.isStateless()
protected String handleGetType()
handleGetType
in class EJB3SessionFacadeLogic
EJB3SessionFacade.getType()
protected String handleGetViewType()
handleGetViewType
in class EJB3SessionFacadeLogic
EJB3SessionFacade.getViewType()
protected boolean handleIsViewTypeLocal()
handleIsViewTypeLocal
in class EJB3SessionFacadeLogic
EJB3SessionFacadeLogic.handleIsViewTypeLocal()
protected boolean handleIsViewTypeRemote()
handleIsViewTypeRemote
in class EJB3SessionFacadeLogic
EJB3SessionFacadeLogic.handleIsViewTypeRemote()
protected boolean handleIsViewTypeBoth()
handleIsViewTypeBoth
in class EJB3SessionFacadeLogic
EJB3SessionFacadeLogic.handleIsViewTypeBoth()
protected boolean handleIsViewTypeStrictlyLocal()
handleIsViewTypeStrictlyLocal
in class EJB3SessionFacadeLogic
EJB3SessionFacadeLogic.handleIsViewTypeStrictlyLocal()
protected boolean handleIsViewTypeStrictlyRemote()
handleIsViewTypeStrictlyRemote
in class EJB3SessionFacadeLogic
EJB3SessionFacadeLogic.handleIsViewTypeStrictlyRemote()
protected boolean handleIsViewTypeStrictlyBoth()
handleIsViewTypeStrictlyBoth
in class EJB3SessionFacadeLogic
EJB3SessionFacadeLogic.handleIsViewTypeStrictlyBoth()
protected String handleGetHomeInterfaceName()
handleGetHomeInterfaceName
in class EJB3SessionFacadeLogic
EJB3SessionFacade.getHomeInterfaceName()
protected String handleGetTransactionType()
handleGetTransactionType
in class EJB3SessionFacadeLogic
EJB3SessionFacade.getTransactionType()
protected Collection handleGetCreateMethods(boolean follow)
EJB3SessionFacadeLogic
handleGetCreateMethods
in class EJB3SessionFacadeLogic
follow
- EJB3SessionFacade.getCreateMethods(boolean)
protected Collection handleGetEnvironmentEntries(boolean follow)
EJB3SessionFacadeLogic
handleGetEnvironmentEntries
in class EJB3SessionFacadeLogic
follow
- EJB3SessionFacade.getEnvironmentEntries(boolean)
protected Collection handleGetConstants(boolean follow)
EJB3SessionFacadeLogic
handleGetConstants
in class EJB3SessionFacadeLogic
follow
- EJB3SessionFacade.getConstants(boolean)
protected String handleGetTestPackageName()
handleGetTestPackageName
in class EJB3SessionFacadeLogic
EJB3SessionFacade.getTestPackageName()
protected String handleGetServiceName()
handleGetServiceName
in class EJB3SessionFacadeLogic
EJB3SessionFacadeLogic.handleGetServiceName()
protected String handleGetServiceInterfaceName()
handleGetServiceInterfaceName
in class EJB3SessionFacadeLogic
EJB3SessionFacadeLogic.handleGetServiceInterfaceName()
protected String handleGetServiceLocalInterfaceName()
handleGetServiceLocalInterfaceName
in class EJB3SessionFacadeLogic
EJB3SessionFacadeLogic.handleGetServiceLocalInterfaceName()
protected String handleGetServiceRemoteInterfaceName()
handleGetServiceRemoteInterfaceName
in class EJB3SessionFacadeLogic
EJB3SessionFacadeLogic.handleGetServiceRemoteInterfaceName()
protected String handleGetServiceImplementationName()
handleGetServiceImplementationName
in class EJB3SessionFacadeLogic
EJB3SessionFacadeLogic.handleGetServiceImplementationName()
protected String handleGetServiceListenerName()
handleGetServiceListenerName
in class EJB3SessionFacadeLogic
EJB3SessionFacadeLogic.handleGetServiceListenerName()
protected String handleGetServiceDelegateName()
handleGetServiceDelegateName
in class EJB3SessionFacadeLogic
EJB3SessionFacadeLogic.handleGetServiceDelegateName()
protected String handleGetServiceBaseName()
handleGetServiceBaseName
in class EJB3SessionFacadeLogic
EJB3SessionFacadeLogic.handleGetServiceBaseName()
protected String handleGetServiceTestName()
handleGetServiceTestName
in class EJB3SessionFacadeLogic
EJB3SessionFacadeLogic.handleGetServiceTestName()
protected String handleGetFullyQualifiedServiceName()
handleGetFullyQualifiedServiceName
in class EJB3SessionFacadeLogic
EJB3SessionFacadeLogic.handleGetFullyQualifiedServiceName()
protected String handleGetFullyQualifiedServiceImplementationName()
handleGetFullyQualifiedServiceImplementationName
in class EJB3SessionFacadeLogic
EJB3SessionFacadeLogic.handleGetFullyQualifiedServiceImplementationName()
protected String handleGetFullyQualifiedServiceListenerName()
handleGetFullyQualifiedServiceListenerName
in class EJB3SessionFacadeLogic
EJB3SessionFacadeLogic.handleGetFullyQualifiedServiceListenerName()
protected String handleGetFullyQualifiedServiceInterfaceName()
handleGetFullyQualifiedServiceInterfaceName
in class EJB3SessionFacadeLogic
EJB3SessionFacadeLogic.handleGetFullyQualifiedServiceInterfaceName()
protected String handleGetFullyQualifiedServiceLocalInterfaceName()
handleGetFullyQualifiedServiceLocalInterfaceName
in class EJB3SessionFacadeLogic
EJB3SessionFacadeLogic.handleGetFullyQualifiedServiceLocalInterfaceName()
protected String handleGetFullyQualifiedServiceRemoteInterfaceName()
handleGetFullyQualifiedServiceRemoteInterfaceName
in class EJB3SessionFacadeLogic
EJB3SessionFacadeLogic.handleGetFullyQualifiedServiceRemoteInterfaceName()
protected String handleGetFullyQualifiedServiceDelegateName()
handleGetFullyQualifiedServiceDelegateName
in class EJB3SessionFacadeLogic
EJB3SessionFacadeLogic.handleGetFullyQualifiedServiceDelegateName()
protected String handleGetFullyQualifiedServiceBaseName()
handleGetFullyQualifiedServiceBaseName
in class EJB3SessionFacadeLogic
EJB3SessionFacadeLogic.handleGetFullyQualifiedServiceBaseName()
protected String handleGetFullyQualifiedServiceTestName()
handleGetFullyQualifiedServiceTestName
in class EJB3SessionFacadeLogic
EJB3SessionFacadeLogic.handleGetFullyQualifiedServiceTestName()
protected String handleGetPersistenceContextUnitName()
handleGetPersistenceContextUnitName
in class EJB3SessionFacadeLogic
EJB3SessionFacadeLogic.handleGetPersistenceContextUnitName()
protected String handleGetPersistenceContextType()
handleGetPersistenceContextType
in class EJB3SessionFacadeLogic
EJB3SessionFacadeLogic.handleGetPersistenceContextType()
protected Collection handleGetPersistenceContextReferences()
handleGetPersistenceContextReferences
in class EJB3SessionFacadeLogic
EJB3SessionFacadeLogic.handleGetPersistenceContextReferences()
public Collection<DependencyFacade> getServiceReferences()
EJB3SessionFacadeLogic
getServiceReferences
in interface Service
getServiceReferences
in class EJB3SessionFacadeLogic
Returns the Collection of DependencyFacades where the target is a Service ONLY.
protected String handleGetAttributesAsList(Collection attributes, boolean includeTypes, boolean includeNames)
EJB3SessionFacadeLogic
handleGetAttributesAsList
in class EJB3SessionFacadeLogic
EJB3SessionFacadeLogic.handleGetAttributesAsList(Collection, boolean, boolean)
protected String handleGetPersistenceContainer()
handleGetPersistenceContainer
in class EJB3SessionFacadeLogic
EJB3SessionFacadeLogic.handleGetPersistenceContainer()
protected boolean handleIsPersistenceContainerJboss()
handleIsPersistenceContainerJboss
in class EJB3SessionFacadeLogic
EJB3SessionFacadeLogic.handleIsPersistenceContainerJboss()
protected boolean handleIsPersistenceContainerWeblogic()
handleIsPersistenceContainerWeblogic
in class EJB3SessionFacadeLogic
EJB3SessionFacadeLogic.handleIsPersistenceContainerWeblogic()
protected String handleGetRolesAllowed()
handleGetRolesAllowed
in class EJB3SessionFacadeLogic
EJB3SessionFacadeLogic.handleGetRolesAllowed()
protected boolean handleIsPermitAll()
handleIsPermitAll
in class EJB3SessionFacadeLogic
EJB3SessionFacadeLogic.handleIsPermitAll()
protected boolean handleIsDenyAll()
handleIsDenyAll
in class EJB3SessionFacadeLogic
EJB3SessionFacadeLogic.handleIsDenyAll()
protected String handleGetSecurityRealm()
handleGetSecurityRealm
in class EJB3SessionFacadeLogic
EJB3SessionFacadeLogic.handleGetSecurityRealm()
protected boolean handleIsSecurityEnabled()
handleIsSecurityEnabled
in class EJB3SessionFacadeLogic
EJB3SessionFacadeLogic.handleIsSecurityEnabled()
protected String handleGetRunAs()
handleGetRunAs
in class EJB3SessionFacadeLogic
EJB3SessionFacadeLogic.handleGetRunAs()
protected String handleGetTransactionManagement()
handleGetTransactionManagement
in class EJB3SessionFacadeLogic
EJB3SessionFacadeLogic.handleGetTransactionManagement()
protected boolean handleIsTransactionManagementBean()
handleIsTransactionManagementBean
in class EJB3SessionFacadeLogic
EJB3SessionFacadeLogic.handleIsTransactionManagementBean()
protected Collection handleGetResourceUserTransactionReferences()
handleGetResourceUserTransactionReferences
in class EJB3SessionFacadeLogic
EJB3SessionFacadeLogic.handleGetResourceUserTransactionReferences()
protected Collection<DependencyFacade> handleGetResourceDataSourceReferences()
handleGetResourceDataSourceReferences
in class EJB3SessionFacadeLogic
EJB3SessionFacadeLogic.handleGetResourceDataSourceReferences()
protected Collection handleGetMessageDrivenReferences()
handleGetMessageDrivenReferences
in class EJB3SessionFacadeLogic
EJB3SessionFacadeLogic.handleGetMessageDrivenReferences()
protected Collection<DependencyFacade> handleGetInterceptorReferences()
handleGetInterceptorReferences
in class EJB3SessionFacadeLogic
EJB3SessionFacadeLogic.handleGetInterceptorReferences()
protected Collection handleGetNonRunAsRoles()
EJB3SessionFacadeLogic
handleGetNonRunAsRoles
in class EJB3SessionFacadeLogic
EJB3SessionFacadeLogic.handleGetNonRunAsRoles()
protected String handleGetDefaultExceptionName()
handleGetDefaultExceptionName
in class EJB3SessionFacadeLogic
EJB3SessionFacadeLogic.handleGetDefaultExceptionName()
protected String handleGetFullyQualifiedDefaultExceptionName()
handleGetFullyQualifiedDefaultExceptionName
in class EJB3SessionFacadeLogic
EJB3SessionFacadeLogic.handleGetFullyQualifiedDefaultExceptionName()
protected boolean handleIsAllowDefaultServiceException()
handleIsAllowDefaultServiceException
in class EJB3SessionFacadeLogic
EJB3SessionFacadeLogic.handleIsAllowDefaultServiceException()
protected boolean handleIsListenerEnabled()
handleIsListenerEnabled
in class EJB3SessionFacadeLogic
EJB3SessionFacadeLogic.handleIsListenerEnabled()
protected boolean handleIsExcludeDefaultInterceptors()
handleIsExcludeDefaultInterceptors
in class EJB3SessionFacadeLogic
EJB3SessionFacadeLogic.handleIsExcludeDefaultInterceptors()
protected boolean handleIsClusteringEnabled()
handleIsClusteringEnabled
in class EJB3SessionFacadeLogic
EJB3SessionFacadeLogic.handleIsClusteringEnabled()
protected boolean handleIsWebServiceEnabled()
handleIsWebServiceEnabled
in class EJB3SessionFacadeLogic
EJB3SessionFacadeLogic.handleIsWebServiceEnabled()
protected boolean handleIsWebServiceOperationExists()
handleIsWebServiceOperationExists
in class EJB3SessionFacadeLogic
EJB3SessionFacadeLogic.handleIsWebServiceOperationExists()
protected boolean handleIsSeamComponent()
handleIsSeamComponent
in class EJB3SessionFacadeLogic
EJB3SessionFacadeLogic.handleIsSeamComponent()
protected String handleGetSeamComponentScopeType()
handleGetSeamComponentScopeType
in class EJB3SessionFacadeLogic
EJB3SessionFacadeLogic.handleGetSeamComponentScopeType()
protected String handleGetSeamComponentName()
handleGetSeamComponentName
in class EJB3SessionFacadeLogic
EJB3SessionFacadeLogic.handleGetSeamComponentName()
protected String handleGetSeamComponentConversionalIfNotBegunOutcome()
handleGetSeamComponentConversionalIfNotBegunOutcome
in class EJB3SessionFacadeLogic
EJB3SessionFacadeLogic.handleGetSeamComponentConversionalIfNotBegunOutcome()
protected String handleGetSeamComponentIntercept()
handleGetSeamComponentIntercept
in class EJB3SessionFacadeLogic
EJB3SessionFacadeLogic.handleGetSeamComponentIntercept()
protected String handleGetSeamComponentJndiName()
handleGetSeamComponentJndiName
in class EJB3SessionFacadeLogic
EJB3SessionFacadeLogic.handleGetSeamComponentJndiName()
protected Collection handleGetSeamComponentRoleNames()
handleGetSeamComponentRoleNames
in class EJB3SessionFacadeLogic
EJB3SessionFacadeLogic.handleGetSeamComponentRoleNames()
protected Collection handleGetSeamComponentRoleScopeTypes()
handleGetSeamComponentRoleScopeTypes
in class EJB3SessionFacadeLogic
EJB3SessionFacadeLogic.handleGetSeamComponentRoleScopeTypes()
protected String handleGetSeamComponentStartupParameters()
handleGetSeamComponentStartupParameters
in class EJB3SessionFacadeLogic
EJB3SessionFacadeLogic.handleGetSeamComponentStartupParameters()
protected String handleGetSeamComponentSynchronizedTimeout()
handleGetSeamComponentSynchronizedTimeout
in class EJB3SessionFacadeLogic
EJB3SessionFacadeLogic.handleGetSeamComponentSynchronizedTimeout()
protected boolean handleIsSeamComponentReadonly()
handleIsSeamComponentReadonly
in class EJB3SessionFacadeLogic
EJB3SessionFacadeLogic.handleIsSeamComponentReadonly()
protected boolean handleIsSeamComponentStartup()
handleIsSeamComponentStartup
in class EJB3SessionFacadeLogic
EJB3SessionFacadeLogic.handleIsSeamComponentStartup()
protected boolean handleIsSeamComponentTransactional()
handleIsSeamComponentTransactional
in class EJB3SessionFacadeLogic
EJB3SessionFacadeLogic.handleIsSeamComponentTransactional()
Copyright © 2006–2014 AndroMDA.org. All rights reserved.