Uses of Interface
org.wildfly.common.context.Contextual
-
Packages that use Contextual Package Description org.jboss.as.controller.client.helpers org.jboss.ejb.client org.jboss.ejb.client.legacy org.wildfly.common.context Types related to management of contextual objects.org.wildfly.httpclient.common org.wildfly.security.auth.client Elytron Client enable remote clients to authenticate using Elytron. -
-
Uses of Contextual in org.jboss.as.controller.client.helpers
Constructors in org.jboss.as.controller.client.helpers with parameters of type Contextual Constructor Description ContextualModelControllerClient(ModelControllerClient delegate, Contextual<?> context)Creates a client which uses the supplied context. -
Uses of Contextual in org.jboss.ejb.client
Classes in org.jboss.ejb.client that implement Contextual Modifier and Type Class Description classEJBClientContextThe public API for an Enterprise Bean client context. -
Uses of Contextual in org.jboss.ejb.client.legacy
Classes in org.jboss.ejb.client.legacy that implement Contextual Modifier and Type Class Description classJBossEJBPropertiesAn object model of the legacyjboss-ejb.propertiesfile format. -
Uses of Contextual in org.wildfly.common.context
Classes in org.wildfly.common.context with type parameters of type Contextual Modifier and Type Class Description classContextManager<C extends Contextual<C>>A context manager for aContextualtype.interfaceContextual<C extends Contextual<C>>A base class for contexts which are activated in a thread-local context. -
Uses of Contextual in org.wildfly.httpclient.common
Classes in org.wildfly.httpclient.common that implement Contextual Modifier and Type Class Description classWildflyHttpContextRepresents the current configured state of the HTTP contexts. -
Uses of Contextual in org.wildfly.security.auth.client
Classes in org.wildfly.security.auth.client that implement Contextual Modifier and Type Class Description classAuthenticationContextA set of rules and authentication configurations to use with a client for establishing a connection.
-