Modifier and Type | Class and Description |
---|---|
class |
NamespaceViewConfigurator |
Modifier and Type | Method and Description |
---|---|
Deque<ViewConfigurator> |
ViewDescription.getConfigurators()
Get the configurators for this view.
|
Modifier and Type | Class and Description |
---|---|
class |
EJBContainerInterceptorsViewConfigurator
A
ViewConfigurator which sets up the EJB view with the relevant Interceptor s
which will carry out invocation on the container-interceptor(s) applicable for an EJB, during an EJB method invocation |
Modifier and Type | Class and Description |
---|---|
class |
SessionBeanObjectViewConfigurator
configurator that sets up interceptors for an EJB's object view
|
Modifier and Type | Method and Description |
---|---|
protected abstract ViewConfigurator |
SessionBeanComponentDescription.getSessionBeanObjectViewConfigurator() |
Modifier and Type | Method and Description |
---|---|
protected ViewConfigurator |
SingletonComponentDescription.getSessionBeanObjectViewConfigurator() |
Modifier and Type | Class and Description |
---|---|
class |
StatefulSessionBeanObjectViewConfigurator |
Modifier and Type | Method and Description |
---|---|
protected ViewConfigurator |
StatefulComponentDescription.getSessionBeanObjectViewConfigurator() |
Modifier and Type | Class and Description |
---|---|
class |
StatelessSessionBeanObjectViewConfigurator |
Modifier and Type | Method and Description |
---|---|
protected ViewConfigurator |
StatelessComponentDescription.getSessionBeanObjectViewConfigurator() |
Modifier and Type | Class and Description |
---|---|
class |
CompressionHintViewConfigurator |
class |
EJBRemoteTransactionsViewConfigurator
Responsible for setting up a
EJBRemoteTransactionPropagatingInterceptor for a (remote) view. |
Modifier and Type | Class and Description |
---|---|
class |
EJBSecurityViewConfigurator
ViewConfigurator responsible for setting up necessary security interceptors on an EJB view. |
Copyright © 2017 JBoss by Red Hat. All rights reserved.