public class StatefulSessionComponentCreateService extends SessionBeanComponentCreateService
Constructor and Description |
---|
StatefulSessionComponentCreateService(ComponentConfiguration componentConfiguration,
ApplicationExceptions ejbJarConfiguration)
Construct a new instance.
|
Modifier and Type | Method and Description |
---|---|
protected BasicComponent |
createComponent()
Create the component.
|
org.jboss.invocation.InterceptorFactory |
getAfterBegin() |
Method |
getAfterBeginMethod() |
org.jboss.invocation.InterceptorFactory |
getAfterCompletion() |
Method |
getAfterCompletionMethod() |
org.jboss.invocation.InterceptorFactory |
getBeforeCompletion() |
Method |
getBeforeCompletionMethod() |
CacheInfo |
getCache() |
CacheFactory<org.jboss.ejb.client.SessionID,StatefulSessionComponentInstance> |
getCacheFactory() |
DefaultAccessTimeoutService |
getDefaultAccessTimeoutService() |
org.jboss.invocation.InterceptorFactory |
getEjb2XRemoveMethod() |
org.jboss.marshalling.MarshallingConfiguration |
getMarshallingConfiguration() |
org.jboss.invocation.InterceptorFactory |
getPostActivate() |
org.jboss.invocation.InterceptorFactory |
getPrePassivate() |
Set<Object> |
getSerializableInterceptorContextKeys() |
StatefulTimeoutInfo |
getStatefulTimeout() |
getAsyncExecutorService, getBeanAccessTimeout, getBeanLockType, getClustering, getEjbLocalObjectView, getEjbObjectview, getMethodApplicableAccessTimeouts, getMethodApplicableLockTypes
getApplicationName, getDistinctName, getEarApplicationName, getEjbHome, getEjbLocalHome, getEjbLocalObject, getEjbObject, getEJBRemoteTransactionsRepositoryInjector, getEJBUtilities, getModuleName, getSecurityMetaData, getTimeoutInterceptors, getTimeoutMethod, getTimerService, getViewServices, processTxAttr
getComponentClass, getComponentInterceptors, getComponentName, getDeploymentUnitInjector, getNamespaceContextSelector, getPostConstruct, getPreDestroy, getServiceName, getValue, start, stop
public StatefulSessionComponentCreateService(ComponentConfiguration componentConfiguration, ApplicationExceptions ejbJarConfiguration)
componentConfiguration
- the component configurationprotected BasicComponent createComponent()
BasicComponentCreateService
createComponent
in class BasicComponentCreateService
public org.jboss.invocation.InterceptorFactory getAfterBegin()
public org.jboss.invocation.InterceptorFactory getAfterCompletion()
public org.jboss.invocation.InterceptorFactory getBeforeCompletion()
public org.jboss.invocation.InterceptorFactory getPrePassivate()
public org.jboss.invocation.InterceptorFactory getPostActivate()
public Method getAfterBeginMethod()
public Method getAfterCompletionMethod()
public Method getBeforeCompletionMethod()
public StatefulTimeoutInfo getStatefulTimeout()
public CacheInfo getCache()
public org.jboss.marshalling.MarshallingConfiguration getMarshallingConfiguration()
public DefaultAccessTimeoutService getDefaultAccessTimeoutService()
public org.jboss.invocation.InterceptorFactory getEjb2XRemoveMethod()
public CacheFactory<org.jboss.ejb.client.SessionID,StatefulSessionComponentInstance> getCacheFactory()
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.