public interface SessionBeanMetaData extends EnterpriseBeanMetaData
| Modifier and Type | Method and Description |
|---|---|
AroundInvokesMetaData |
getAroundInvokes()
Get the aroundInvokes.
|
BusinessLocalsMetaData |
getBusinessLocals()
Get the businessLocals.
|
BusinessRemotesMetaData |
getBusinessRemotes()
Get the businessRemotes.
|
String |
getHome()
Get the home.
|
InitMethodsMetaData |
getInitMethods()
Get the initMethods.
|
String |
getLocal()
Get the local.
|
String |
getLocalHome()
Get the localHome.
|
LifecycleCallbacksMetaData |
getPostActivates()
Get the postActivates.
|
LifecycleCallbacksMetaData |
getPrePassivates()
Get the prePassivates.
|
String |
getRemote()
Get the remote.
|
RemoveMethodsMetaData |
getRemoveMethods()
Get the removeMethods.
|
String |
getServiceEndpoint()
Get the serviceEndpoint.
|
SessionType |
getSessionType()
Get the sessionType.
|
NamedMethodMetaData |
getTimeoutMethod()
Get the timeoutMethod.
|
javax.ejb.TransactionManagementType |
getTransactionType()
Get the transactionType.
|
boolean |
isStateful()
Is this stateful
|
boolean |
isStateless()
Is this stateless
|
getAnnotatedEjbReferences, getAssemblyDescriptor, getContainerTransactions, getDataSourceByName, getDataSources, getDescriptionGroup, getEjbClass, getEjbJarMetaData, getEjbJarVersion, getEjbLocalReferenceByName, getEjbLocalReferences, getEjbName, getEjbReferenceByName, getEjbReferences, getEnterpriseBeansMetaData, getEnvironmentEntries, getEnvironmentEntryByName, getExcludeList, getJndiEnvironmentRefsGroup, getMappedName, getMessageDestinationReferenceByName, getMessageDestinationReferences, getMethodPermissions, getMethodTransactionType, getMethodTransactionType, getName, getPersistenceContextReferenceByName, getPersistenceContextRefs, getPersistenceUnitReferenceByName, getPersistenceUnitRefs, getPostConstructs, getPreDestroys, getResourceEnvironmentReferenceByName, getResourceEnvironmentReferences, getResourceReferenceByName, getResourceReferences, getSecurityIdentity, getSecurityRoleRefs, getServiceReferenceByName, getServiceReferences, isBMT, isCMT, isEntity, isMessageDriven, isSessiongetAdministeredObjectByName, getAdministeredObjects, getConnectionFactories, getConnectionFactoryByName, getJmsConnectionFactories, getJmsConnectionFactoryByName, getJmsDestinationByName, getJmsDestinations, getMailSessionByName, getMailSessionsgetId, setIdString getHome()
String getRemote()
String getLocalHome()
String getLocal()
BusinessLocalsMetaData getBusinessLocals()
BusinessRemotesMetaData getBusinessRemotes()
String getServiceEndpoint()
SessionType getSessionType()
boolean isStateful()
boolean isStateless()
NamedMethodMetaData getTimeoutMethod()
InitMethodsMetaData getInitMethods()
RemoveMethodsMetaData getRemoveMethods()
javax.ejb.TransactionManagementType getTransactionType()
EnterpriseBeanMetaDatagetTransactionType in interface EnterpriseBeanMetaDataAroundInvokesMetaData getAroundInvokes()
LifecycleCallbacksMetaData getPostActivates()
LifecycleCallbacksMetaData getPrePassivates()
Copyright © 2019 JBoss by Red Hat. All rights reserved.