Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractEJBMetaData<T extends jakarta.ejb.EJBObject,
H extends jakarta.ejb.EJBHome> - Class in org.jboss.ejb.client -
Abstract base class for all Enterprise Beans metadata.
- AbstractInvocationContext - Class in org.jboss.ejb.client
-
The base class of invocation contexts consumed by interceptors and receivers.
- AbstractReceiverInvocationContext - Class in org.jboss.ejb.client
-
The base class of receiver invocation contexts.
- addClassInterceptor(String, Class<? extends EJBClientInterceptor>) - Method in class org.jboss.ejb.client.EJBClientContext.Builder
- addClassInterceptor(String, EJBClientInterceptor) - Method in class org.jboss.ejb.client.EJBClientContext.Builder
- addClientCluster(EJBClientCluster) - Method in class org.jboss.ejb.client.EJBClientContext.Builder
- addClientConnection(EJBClientConnection) - Method in class org.jboss.ejb.client.EJBClientContext.Builder
- addInterceptor(Class<? extends EJBClientInterceptor>) - Method in class org.jboss.ejb.client.EJBClientContext.Builder
- addInterceptor(EJBClientInterceptor) - Method in class org.jboss.ejb.client.EJBClientContext.Builder
- addMethodInterceptor(String, EJBMethodLocator, Class<? extends EJBClientInterceptor>) - Method in class org.jboss.ejb.client.EJBClientContext.Builder
- addMethodInterceptor(String, EJBMethodLocator, EJBClientInterceptor) - Method in class org.jboss.ejb.client.EJBClientContext.Builder
- addReturnedContextDataKey(String) - Method in class org.jboss.ejb.client.EJBClientInvocationContext
-
Indicates to the server that a client side interceptor is interested in the context data that is stored under the given key.
- addSuppressed(Throwable) - Method in class org.jboss.ejb.client.EJBClientInvocationContext
-
Add a suppressed exception to the request.
- addSuppressed(Supplier<? extends Throwable>) - Method in class org.jboss.ejb.client.EJBClientInvocationContext
-
Add a suppressed exception to the request.
- addTransportProvider(EJBTransportProvider) - Method in class org.jboss.ejb.client.EJBClientContext.Builder
- Affinity - Class in org.jboss.ejb.client
-
The affinity specification for an EJB proxy.
- APPLICATION - Static variable in annotation interface org.jboss.ejb.client.annotation.ClientInterceptorPriority
-
The starting range value for application interceptors.
- APPLICATION_END - Static variable in annotation interface org.jboss.ejb.client.annotation.ClientInterceptorPriority
-
The ending range value for application interceptors.
- Association - Interface in org.jboss.ejb.server
-
A server association.
- asStateful() - Method in class org.jboss.ejb.client.EJBLocator
-
Return this locator as a stateful locator, if it is one.
- asStateful() - Method in class org.jboss.ejb.client.StatefulEJBLocator
- asStateless() - Method in class org.jboss.ejb.client.EJBLocator
-
Return this locator as a stateless locator, if it is one.
- asStateless() - Method in class org.jboss.ejb.client.StatelessEJBLocator
- asynchronous(T) - Static method in class org.jboss.ejb.client.EJBClient
-
Get an asynchronous view of a proxy.
- Attachable - Class in org.jboss.ejb.client
-
An object which may have attachments.
- AttachmentKey<T> - Class in org.jboss.ejb.client
-
An attachment key.
- AttachmentKey() - Constructor for class org.jboss.ejb.client.AttachmentKey
-
Construct a new instance.
- AttachmentKeys - Class in org.jboss.ejb.client
-
Commonly-used attachment keys.
- AUTHENTICATION_CONTEXT_ATTACHMENT_KEY - Static variable in class org.jboss.ejb._private.Keys
- AuthenticationContextEJBClientInterceptor - Class in org.jboss.ejb.client
-
Enterprise Beans client interceptor to capture the
AuthenticationContext
after any application interceptors. - AuthenticationContextEJBClientInterceptor() - Constructor for class org.jboss.ejb.client.AuthenticationContextEJBClientInterceptor
- awaitCancellationResult() - Method in class org.jboss.ejb.client.EJBClientInvocationContext
-
Wait to determine whether this invocation was cancelled.
B
- BasicSessionID - Class in org.jboss.ejb.client
-
A basic session ID object.
- belongsToNetwork(InetAddress, InetAddress, int) - Static method in class org.jboss.ejb._private.NetworkUtil
-
Returns true if the passed
address
is part of the network represented by the passednetworkAddress
andnetworkMask
. - build() - Method in class org.jboss.ejb.client.EJBClientCluster.Builder
-
Build a new
EJBClientCluster
instance based on the current contents of this builder. - build() - Method in class org.jboss.ejb.client.EJBClientConnection.Builder
-
Build a new
EJBClientConnection
instance based on the current contents of this builder. - build() - Method in class org.jboss.ejb.client.EJBClientContext.Builder
- Builder() - Constructor for class org.jboss.ejb.client.EJBClientCluster.Builder
-
Construct a new instance.
- Builder() - Constructor for class org.jboss.ejb.client.EJBClientConnection.Builder
-
Construct a new instance.
- Builder() - Constructor for class org.jboss.ejb.client.EJBClientContext.Builder
-
Construct a new instance.
C
- canBeRetried() - Method in exception org.jboss.ejb.client.RequestSendFailedException
-
Determine if this request can safely be retried.
- cancel(boolean) - Method in interface org.jboss.ejb.server.CancelHandle
-
Attempt to cancel the in-progress invocation.
- CancelHandle - Interface in org.jboss.ejb.server
-
A handle which may be used to request the cancellation an invocation request.
- cancelInvocation(EJBReceiverInvocationContext, boolean) - Method in class org.jboss.ejb.client.EJBReceiver
-
Attempt to cancel an invocation.
- canNarrowTo(Class<?>) - Method in class org.jboss.ejb.client.EJBLocator
-
Determine whether a
EJBLocator.narrowTo(Class)
operation would succeed. - cannotAddSessionID() - Method in class org.jboss.ejb._private.Logs_$logger
- cannotAddSessionID() - Method in interface org.jboss.ejb._private.Logs
- cannotAddSessionID$str() - Method in class org.jboss.ejb._private.Logs_$logger
- cannotConvertToStateful(EJBLocator<?>) - Method in class org.jboss.ejb._private.Logs_$logger
- cannotConvertToStateful(EJBLocator<?>) - Method in interface org.jboss.ejb._private.Logs
- cannotConvertToStateful$str() - Method in class org.jboss.ejb._private.Logs_$logger
- cannotCreateEJBReceiverDueToUnknownTarget(String) - Method in class org.jboss.ejb._private.Logs_$logger
- cannotCreateEJBReceiverDueToUnknownTarget(String) - Method in interface org.jboss.ejb._private.Logs
- cannotCreateEJBReceiverDueToUnknownTarget$str() - Method in class org.jboss.ejb._private.Logs_$logger
- cannotEnlistTx() - Method in class org.jboss.ejb._private.Logs_$logger
- cannotEnlistTx() - Method in interface org.jboss.ejb._private.Logs
- cannotEnlistTx$str() - Method in class org.jboss.ejb._private.Logs_$logger
- cannotInstantiateCallbackHandler(String, ReflectiveOperationException) - Method in class org.jboss.ejb._private.Logs_$logger
- cannotInstantiateCallbackHandler(String, ReflectiveOperationException) - Method in interface org.jboss.ejb._private.Logs
- cannotInstantiateCallbackHandler$str() - Method in class org.jboss.ejb._private.Logs_$logger
- cannotInstantiateClustertNodeSelector(String, ReflectiveOperationException) - Method in class org.jboss.ejb._private.Logs_$logger
- cannotInstantiateClustertNodeSelector(String, ReflectiveOperationException) - Method in interface org.jboss.ejb._private.Logs
- cannotInstantiateClustertNodeSelector$str() - Method in class org.jboss.ejb._private.Logs_$logger
- cannotInstantiateDeploymentNodeSelector(String, ReflectiveOperationException) - Method in class org.jboss.ejb._private.Logs_$logger
- cannotInstantiateDeploymentNodeSelector(String, ReflectiveOperationException) - Method in interface org.jboss.ejb._private.Logs
- cannotInstantiateDeploymentNodeSelector$str() - Method in class org.jboss.ejb._private.Logs_$logger
- cannotResolveFilteredClass(String) - Method in class org.jboss.ejb._private.Logs_$logger
- cannotResolveFilteredClass(String) - Method in interface org.jboss.ejb._private.Logs
- cannotResolveFilteredClass$str() - Method in class org.jboss.ejb._private.Logs_$logger
- cannotRetryRequest() - Method in class org.jboss.ejb._private.Logs_$logger
- cannotRetryRequest() - Method in interface org.jboss.ejb._private.Logs
- cannotRetryRequest$str() - Method in class org.jboss.ejb._private.Logs_$logger
- cannotSpecifyBothCallbackHandlerAndUserPass() - Method in class org.jboss.ejb._private.Logs_$logger
- cannotSpecifyBothCallbackHandlerAndUserPass() - Method in interface org.jboss.ejb._private.Logs
- cannotSpecifyBothCallbackHandlerAndUserPass$str() - Method in class org.jboss.ejb._private.Logs_$logger
- cannotSpecifyBothPlainTextAndEncodedPassword() - Method in class org.jboss.ejb._private.Logs_$logger
- cannotSpecifyBothPlainTextAndEncodedPassword() - Method in interface org.jboss.ejb._private.Logs
- cannotSpecifyBothPlainTextAndEncodedPassword$str() - Method in class org.jboss.ejb._private.Logs_$logger
- CHANGE_STRONG_AFFINITY - Static variable in class org.jboss.ejb.client.EJBClientPermission
- CHANGE_WEAK_AFFINITY - Static variable in class org.jboss.ejb.client.EJBClientPermission
- channelCanNoLongerProcessMessages(Channel) - Method in class org.jboss.ejb._private.Logs_$logger
- channelCanNoLongerProcessMessages(Channel) - Method in interface org.jboss.ejb._private.Logs
- channelCanNoLongerProcessMessages$str() - Method in class org.jboss.ejb._private.Logs_$logger
- clearInvocationTimeout(Object) - Static method in class org.jboss.ejb.client.EJBClient
-
Clear the per-proxy invocation timeout, causing it to use the globally configured timeout.
- ClientAsynchronous - Annotation Interface in org.jboss.ejb.client.annotation
-
Indicate that the annotated interface view class or method should run asynchronously regardless of how the target EJB is actually deployed on the server.
- ClientInterceptorPriority - Annotation Interface in org.jboss.ejb.client.annotation
-
The priority of the client interceptor.
- ClientInterceptors - Annotation Interface in org.jboss.ejb.client.annotation
-
Declares a list of client-side interceptors that should be used on a given remote Enterprise Bean proxy method or class.
- ClientTransaction - Annotation Interface in org.jboss.ejb.client.annotation
-
Indicate the client-side transaction handling policy for the associated EJB interface or method.
- ClientTransactionPolicy - Enum Class in org.jboss.ejb.client.annotation
-
The transaction policy for the client side of an Enterprise Bean interface or method.
- close() - Method in class org.jboss.ejb.client.EJBClientContext
- close() - Method in interface org.jboss.ejb.server.ListenerHandle
-
Close the handle, unsubscribing the listener.
- close(EJBReceiverContext) - Method in interface org.jboss.ejb.client.EJBTransportProvider
- close(EJBReceiverContext) - Method in class org.jboss.ejb.protocol.remote.RemoteTransportProvider
- CLUSTER_AFFINITY - Static variable in class org.jboss.ejb.client.EJBClient
-
A JNDI context key which, if defined, identifies that the proxy to be created should have affinity to the cluster.
- ClusterAffinity - Class in org.jboss.ejb.client
-
A cluster affinity specification.
- ClusterAffinity(String) - Constructor for class org.jboss.ejb.client.ClusterAffinity
-
Construct a new instance.
- ClusterInfo(String, List<ClusterTopologyListener.NodeInfo>) - Constructor for class org.jboss.ejb.server.ClusterTopologyListener.ClusterInfo
- clusterNewNodesAdded(ClusterTopologyListener.ClusterInfo) - Method in interface org.jboss.ejb.server.ClusterTopologyListener
- ClusterNodeSelector - Interface in org.jboss.ejb.client
-
A selector which selects and returns a node from the available nodes in a cluster.
- clusterNodesRemoved(List<ClusterTopologyListener.ClusterRemovalInfo>) - Method in interface org.jboss.ejb.server.ClusterTopologyListener
- clusterRemoval(List<String>) - Method in interface org.jboss.ejb.server.ClusterTopologyListener
- ClusterRemovalInfo(String, List<String>) - Constructor for class org.jboss.ejb.server.ClusterTopologyListener.ClusterRemovalInfo
- clusterTopology(List<ClusterTopologyListener.ClusterInfo>) - Method in interface org.jboss.ejb.server.ClusterTopologyListener
- ClusterTopologyListener - Interface in org.jboss.ejb.server
-
A legacy cluster topology notification client.
- ClusterTopologyListener.ClusterInfo - Class in org.jboss.ejb.server
- ClusterTopologyListener.ClusterRemovalInfo - Class in org.jboss.ejb.server
- ClusterTopologyListener.MappingInfo - Class in org.jboss.ejb.server
- ClusterTopologyListener.NodeInfo - Class in org.jboss.ejb.server
- compareAndSetStrongAffinity(Object, Affinity, Affinity) - Static method in class org.jboss.ejb.client.EJBClient
-
Compare and change the strong affinity of a proxy.
- compareTo(EJBClientInterceptor.Registration) - Method in class org.jboss.ejb.client.EJBClientInterceptor.Registration
-
Deprecated.
- compareTo(SessionID) - Method in class org.jboss.ejb.client.SessionID
- COMPRESS_RESPONSE - Static variable in class org.jboss.ejb.client.AttachmentKeys
-
Deprecated.
- CompressionHint - Annotation Interface in org.jboss.ejb.client.annotation
-
A hint to the Enterprise Beans client API that the data being communicated between the Enterprise Beans client and the server via the
EJBReceiver(s)
should be compressed. - compressionLevel() - Element in annotation interface org.jboss.ejb.client.annotation.CompressionHint
-
The compression level to be used while compressing the data.
- compressRequest() - Element in annotation interface org.jboss.ejb.client.annotation.CompressionHint
-
True if the request data of an Enterprise Bean invocation should be compressed.
- compressResponse() - Element in annotation interface org.jboss.ejb.client.annotation.CompressionHint
-
True if the response data of an Enterprise Bean invocation should be compressed.
- configure(Consumer<DiscoveryProvider>, Consumer<RegistryProvider>) - Method in class org.jboss.ejb.client.legacy.DiscoveryLegacyConfiguration
- configure(Consumer<DiscoveryProvider>, Consumer<RegistryProvider>) - Method in class org.jboss.ejb.protocol.remote.RemoteEJBDiscoveryConfigurator
- configure(EJBClientContext.Builder) - Static method in class org.jboss.ejb.client.legacy.LegacyPropertiesConfiguration
- convertToStateful(Object, SessionID) - Static method in class org.jboss.ejb.client.EJBClient
-
Convert a non-stateful proxy to be stateful.
- convertToStateful(SessionID) - Method in interface org.jboss.ejb.server.Request
-
Attempt to convert the current invocation into a stateful invocation.
- couldNotCreateClusterNodeSelector(Exception, String) - Method in class org.jboss.ejb._private.Logs_$logger
- couldNotCreateClusterNodeSelector(Exception, String) - Method in interface org.jboss.ejb._private.Logs
- couldNotCreateClusterNodeSelector$str() - Method in class org.jboss.ejb._private.Logs_$logger
- couldNotDecodeBase64Password(Exception) - Method in class org.jboss.ejb._private.Logs_$logger
- couldNotDecodeBase64Password(Exception) - Method in interface org.jboss.ejb._private.Logs
- couldNotDecodeBase64Password$str() - Method in class org.jboss.ejb._private.Logs_$logger
- couldNotLoadProxyClass(String) - Method in class org.jboss.ejb._private.Logs_$logger
- couldNotLoadProxyClass(String) - Method in interface org.jboss.ejb._private.Logs
- couldNotLoadProxyClass$str() - Method in class org.jboss.ejb._private.Logs_$logger
- create(Class<T>, EJBHomeLocator<H>) - Static method in class org.jboss.ejb.client.StatefulEJBMetaData
-
Construct a new instance.
- create(Class<T>, EJBHomeLocator<H>) - Static method in class org.jboss.ejb.client.StatelessEJBMetaData
-
Construct a new instance.
- create(Class<T>, EJBHomeLocator<H>, Class<?>) - Static method in class org.jboss.ejb.client.EntityEJBMetaData
-
Construct a new instance.
- create(Class<T>, EJBIdentifier, Object, Affinity) - Static method in class org.jboss.ejb.client.EntityEJBLocator
-
Construct a new instance.
- create(Class<T>, EJBIdentifier, Affinity) - Static method in class org.jboss.ejb.client.EJBHomeLocator
-
Construct a new instance.
- create(Class<T>, EJBIdentifier, Affinity) - Static method in class org.jboss.ejb.client.StatelessEJBLocator
-
Construct a new instance.
- create(Class<T>, EJBIdentifier, SessionID, Affinity) - Static method in class org.jboss.ejb.client.StatefulEJBLocator
-
Construct a new instance.
- create(EJBHomeLocator<T>) - Static method in class org.jboss.ejb.client.EJBHomeHandle
-
Construct a new instance.
- create(EJBLocator<T>) - Static method in class org.jboss.ejb.client.EJBHandle
-
Construct a new instance.
- create(EJBLocator<T>, Affinity) - Static method in class org.jboss.ejb.client.StatelessEJBLocator
-
Construct a new instance.
- create(Association, RemotingTransactionService) - Static method in class org.jboss.ejb.protocol.remote.RemoteEJBService
-
Create a new remote Enterprise Bean service instance without any class resolution filter function.
- create(Association, RemotingTransactionService, Function<String, Boolean>) - Static method in class org.jboss.ejb.protocol.remote.RemoteEJBService
-
Create a new remote Enterprise Bean service instance.
- CREATE_CONTEXT - Static variable in class org.jboss.ejb.client.EJBClientPermission
- CREATE_RECEIVER - Static variable in class org.jboss.ejb.client.EJBClientPermission
- createProxy(EJBLocator<T>) - Static method in class org.jboss.ejb.client.EJBClient
-
Create a new proxy for the remote object identified by the given locator.
- createProxyInstance(InvocationHandler) - Method in class org.jboss.ejb.client.EJBLocator
-
Create a proxy instance using the cached proxy class.
- createRootContext(NamingProvider, String, FastHashtable<String, Object>, ProviderEnvironment) - Method in class org.jboss.ejb.client.EJBNamingContextFactory
- createSession(Class<T>, String, String, String) - Static method in class org.jboss.ejb.client.EJBClient
-
Create a new Enterprise Bean session.
- createSession(Class<T>, String, String, String, String) - Static method in class org.jboss.ejb.client.EJBClient
-
Create a new Enterprise Bean session.
- createSession(URI, Class<T>, String, String, String) - Static method in class org.jboss.ejb.client.EJBClient
-
Create a new Enterprise Bean session.
- createSession(URI, Class<T>, String, String, String, String) - Static method in class org.jboss.ejb.client.EJBClient
-
Create a new Enterprise Bean session.
- createSession(Affinity, Class<T>, String, String, String) - Static method in class org.jboss.ejb.client.EJBClient
-
Create a new Enterprise Bean session.
- createSession(Affinity, Class<T>, String, String, String, String) - Static method in class org.jboss.ejb.client.EJBClient
-
Create a new Enterprise Bean session.
- createSession(EJBReceiverSessionCreationContext) - Method in class org.jboss.ejb.client.EJBReceiver
-
Creates a session for a stateful session bean represented by the passed app name, module name, distinct name and bean name combination.
- createSession(StatelessEJBLocator<T>) - Static method in class org.jboss.ejb.client.EJBClient
-
Create a new Enterprise Bean session.
- createSession$$bridge(EJBReceiverSessionCreationContext) - Method in class org.jboss.ejb.client.EJBReceiver
-
Deprecated.Compatibility bridge, remove at Final.
- createSessionID(byte[]) - Static method in class org.jboss.ejb.client.SessionID
-
Create a session ID object for the given encoded representation.
- createSessionProxy(StatelessEJBLocator<T>) - Static method in class org.jboss.ejb.client.EJBClient
-
Create a new Enterprise Bean session proxy.
- createTransactionID(byte[]) - Static method in class org.jboss.ejb.client.TransactionID
-
Deprecated.Create a transaction ID object for the given encoded representation.
D
- DEFAULT - Static variable in interface org.jboss.ejb.client.ClusterNodeSelector
-
A simple default selector which uses
ClusterNodeSelector.simpleConnectionThresholdRandomSelector(int)
with a minimum of 5 connections. - DEFAULT_PATH_NAME - Static variable in class org.jboss.ejb.client.legacy.JBossEJBProperties
- DEFAULT_PREFER_LOCAL - Static variable in interface org.jboss.ejb.client.ClusterNodeSelector
-
A deployment node selector which check the server name if inside and prefer it if available for selection.
- DeploymentNodeSelector - Interface in org.jboss.ejb.client
-
A selector which selects and returns a node, from among the passed eligible nodes, that can handle a specific deployment within an Enterprise Bean client context.
- DISABLE_AFFINITY_LEARNING - Static variable in class org.jboss.ejb.client.EJBClient
-
A JNDI context key which, if defined, disables learning in the case of an unspecified
EJBClient.CLUSTER_AFFINITY
- discardingInvocationResult(short) - Method in class org.jboss.ejb._private.Logs_$logger
- discardingInvocationResult(short) - Method in interface org.jboss.ejb._private.Logs
- discardingInvocationResult$str() - Method in class org.jboss.ejb._private.Logs_$logger
- discardResult() - Method in class org.jboss.ejb.client.EJBClientInvocationContext
-
Discard the result from this request.
- discardResult() - Method in interface org.jboss.ejb.client.EJBReceiverInvocationContext.ResultProducer
-
Discard the result, indicating that it will not be used.
- discardResult() - Method in class org.jboss.ejb.client.EJBReceiverInvocationContext.ResultProducer.Failed
- discardResult() - Method in class org.jboss.ejb.client.EJBReceiverInvocationContext.ResultProducer.Immediate
- discardResultCalledDuringWrongPhase() - Method in class org.jboss.ejb._private.Logs_$logger
- discardResultCalledDuringWrongPhase() - Method in interface org.jboss.ejb._private.Logs
- discardResultCalledDuringWrongPhase$str() - Method in class org.jboss.ejb._private.Logs_$logger
- DiscoveredURISelector - Interface in org.jboss.ejb.client
-
A selector which selects and returns a URI, from among the passed eligible URIs, that can handle a specific deployment within a EJB client context.
- DiscoveryEJBClientInterceptor - Class in org.jboss.ejb.client
-
The Enterprise Beans client interceptor responsible for discovering the destination of a request.
- DiscoveryEJBClientInterceptor() - Constructor for class org.jboss.ejb.client.DiscoveryEJBClientInterceptor
-
Construct a new instance.
- DiscoveryLegacyConfiguration - Class in org.jboss.ejb.client.legacy
-
The interface to merge Enterprise Bean properties into the discovery configuration.
- DiscoveryLegacyConfiguration() - Constructor for class org.jboss.ejb.client.legacy.DiscoveryLegacyConfiguration
E
- EJB_SERVICE_TYPE - Static variable in class org.jboss.ejb.client.EJBClientContext
-
The service type to use for Enterprise Beans discovery.
- EJBClient - Class in org.jboss.ejb.client
-
The main Enterprise Beans client API class.
- EJBClientCluster - Class in org.jboss.ejb.client
-
Information about a configured cluster on an Enterprise Bean client context.
- EJBClientCluster.Builder - Class in org.jboss.ejb.client
-
A builder for a cluster definition.
- EJBClientConnection - Class in org.jboss.ejb.client
-
Information about a configured connection on an Enterprise Bean client context.
- EJBClientConnection.Builder - Class in org.jboss.ejb.client
-
A builder for a client connection definition.
- EJBClientContext - Class in org.jboss.ejb.client
-
The public API for an Enterprise Bean client context.
- EJBClientContext.Builder - Class in org.jboss.ejb.client
-
A builder for Enterprise Beans client contexts.
- EJBClientInterceptor - Interface in org.jboss.ejb.client
-
An Enterprise Bean client interceptor, possibly protocol-specific.
- EJBClientInterceptor.Registration - Class in org.jboss.ejb.client
-
Deprecated.Please use EJBClientContext.Builder to manipulate the EJBClientInterceptors.
- EJBClientInvocationContext - Class in org.jboss.ejb.client
-
An invocation context for Enterprise Beans invocations from an Enterprise Bean client
- EJBClientPermission - Class in org.jboss.ejb.client
-
The class for various general Enterprise Beans client permissions.
- EJBClientPermission(String) - Constructor for class org.jboss.ejb.client.EJBClientPermission
- EJBClientPermission(String, String) - Constructor for class org.jboss.ejb.client.EJBClientPermission
- EJBHandle<T extends jakarta.ejb.EJBObject> - Class in org.jboss.ejb.client
-
A handle for an Enterprise Bean interface.
- EJBHandle(EJBLocator<T>) - Constructor for class org.jboss.ejb.client.EJBHandle
-
Construct a new instance.
- EJBHomeHandle<T extends jakarta.ejb.EJBHome> - Class in org.jboss.ejb.client
-
A handle for an Enterprise Bean home interface.
- EJBHomeHandle(EJBHomeLocator<T>) - Constructor for class org.jboss.ejb.client.EJBHomeHandle
-
Construct a new instance.
- EJBHomeLocator<T extends jakarta.ejb.EJBHome> - Class in org.jboss.ejb.client
-
A locator for an Enterprise Bean's home interface.
- EJBHomeLocator(Class<T>, String, String, String) - Constructor for class org.jboss.ejb.client.EJBHomeLocator
-
Construct a new instance.
- EJBHomeLocator(Class<T>, String, String, String, String) - Constructor for class org.jboss.ejb.client.EJBHomeLocator
-
Construct a new instance.
- EJBHomeLocator(Class<T>, String, String, String, String, Affinity) - Constructor for class org.jboss.ejb.client.EJBHomeLocator
-
Construct a new instance.
- EJBHomeLocator(Class<T>, String, String, String, Affinity) - Constructor for class org.jboss.ejb.client.EJBHomeLocator
-
Construct a new instance.
- EJBHomeLocator(Class<T>, EJBIdentifier) - Constructor for class org.jboss.ejb.client.EJBHomeLocator
-
Construct a new instance.
- EJBHomeLocator(Class<T>, EJBIdentifier, Affinity) - Constructor for class org.jboss.ejb.client.EJBHomeLocator
-
Construct a new instance.
- EJBHomeLocator(EJBHomeLocator<T>, Affinity) - Constructor for class org.jboss.ejb.client.EJBHomeLocator
-
Construct a new instance from an original instance but with a new affinity.
- EJBIdentifier - Class in org.jboss.ejb.client
-
An identifier for an Enterprise Bean located within a container.
- EJBIdentifier(String, String, String, String) - Constructor for class org.jboss.ejb.client.EJBIdentifier
-
Construct a new instance.
- EJBIdentifier(EJBModuleIdentifier, String) - Constructor for class org.jboss.ejb.client.EJBIdentifier
-
Construct a new instance.
- ejbIsAlreadyStateful() - Method in class org.jboss.ejb._private.Logs_$logger
- ejbIsAlreadyStateful() - Method in interface org.jboss.ejb._private.Logs
- ejbIsAlreadyStateful$str() - Method in class org.jboss.ejb._private.Logs_$logger
- EJBLocator<T> - Class in org.jboss.ejb.client
-
An identifier for an Enterprise Bean proxy invocation target instance, suitable for use as a hash key or a serialized token.
- EJBMarshallingCompatibilityHelper - Class in org.jboss.ejb.protocol.remote
-
The naming marshalling helper for EJB types.
- EJBMarshallingCompatibilityHelper() - Constructor for class org.jboss.ejb.protocol.remote.EJBMarshallingCompatibilityHelper
- EJBMetaDataImpl - Class in org.jboss.ejb.client
-
Deprecated.Retained for compatibility with older protocol versions; use the
AbstractEJBMetaData
hierarchy instead. - EJBMetaDataImpl(Class<?>, Class<? extends EJBHome>, Class<?>, boolean, boolean, EJBHome) - Constructor for class org.jboss.ejb.client.EJBMetaDataImpl
-
Deprecated.
- EJBMetaDataImpl(AbstractEJBMetaData<?, ?>) - Constructor for class org.jboss.ejb.client.EJBMetaDataImpl
-
Deprecated.
- EJBMethodLocator - Class in org.jboss.ejb.client
-
A locator for a specific Enterprise Bean method.
- EJBMethodLocator(String, String...) - Constructor for class org.jboss.ejb.client.EJBMethodLocator
-
Construct a new instance.
- EJBModuleIdentifier - Class in org.jboss.ejb.client
-
An identifier for an Enterprise Bean module located within a container.
- EJBModuleIdentifier(String) - Constructor for class org.jboss.ejb.client.EJBModuleIdentifier
-
Construct a new instance.
- EJBModuleIdentifier(String, String) - Constructor for class org.jboss.ejb.client.EJBModuleIdentifier
-
Construct a new instance.
- EJBModuleIdentifier(String, String, String) - Constructor for class org.jboss.ejb.client.EJBModuleIdentifier
-
Construct a new instance.
- EJBNamingContextFactory - Class in org.jboss.ejb.client
-
The naming context factory for Enterprise Bean JNDI names.
- EJBNamingContextFactory() - Constructor for class org.jboss.ejb.client.EJBNamingContextFactory
-
Construct a new instance.
- ejbNotStateful(String) - Method in class org.jboss.ejb._private.Logs_$logger
- ejbNotStateful(String) - Method in interface org.jboss.ejb._private.Logs
- ejbNotStateful$str() - Method in class org.jboss.ejb._private.Logs_$logger
- EJBReceiver - Class in org.jboss.ejb.client
-
A receiver for Enterprise Beans invocations.
- EJBReceiver() - Constructor for class org.jboss.ejb.client.EJBReceiver
-
Construct a new instance.
- EJBReceiverContext - Class in org.jboss.ejb.client
-
A context which is provided to Enterprise Beans receiver implementations in order to perform operations on the client context.
- EJBReceiverInvocationContext - Class in org.jboss.ejb.client
-
The context used for an Enterprise Bean receiver to return the result of an invocation.
- EJBReceiverInvocationContext.ResultProducer - Interface in org.jboss.ejb.client
-
A result producer for invocation.
- EJBReceiverInvocationContext.ResultProducer.Failed - Class in org.jboss.ejb.client
-
A result producer for failure cases.
- EJBReceiverInvocationContext.ResultProducer.Immediate - Class in org.jboss.ejb.client
- EJBReceiverSessionCreationContext - Class in org.jboss.ejb.client
-
The session creation context for a selected receiver.
- EJBSessionCreationInvocationContext - Class in org.jboss.ejb.client
-
The context object for handling explicit (not implicit) EJB 3.x stateful session bean creation.
- EJBTransactionProvider - Class in org.jboss.ejb.protocol.remote
-
The legacy EJB-protocol transaction provider.
- EJBTransactionProvider() - Constructor for class org.jboss.ejb.protocol.remote.EJBTransactionProvider
- EJBTransportProvider - Interface in org.jboss.ejb.client
-
An Enterprise Bean transport provider.
- ejbURLContextFactory - Class in org.jboss.ejb.client.naming.ejb
-
Deprecated.Use
WildFlyInitialContextFactory
instead. - ejbURLContextFactory() - Constructor for class org.jboss.ejb.client.naming.ejb.ejbURLContextFactory
-
Deprecated.
- ejbURLContextFactoryDeprecated() - Method in class org.jboss.ejb._private.Logs_$logger
- ejbURLContextFactoryDeprecated() - Method in interface org.jboss.ejb._private.Logs
- ejbURLContextFactoryDeprecated$str() - Method in class org.jboss.ejb._private.Logs_$logger
- ElytronLegacyConfiguration - Class in org.jboss.ejb.client.legacy
-
The interface to merge Enterprise Bean properties into the Elytron configuration.
- ElytronLegacyConfiguration() - Constructor for class org.jboss.ejb.client.legacy.ElytronLegacyConfiguration
- emptyBeanName() - Method in class org.jboss.ejb._private.Logs_$logger
- emptyBeanName() - Method in interface org.jboss.ejb._private.Logs
- emptyBeanName$str() - Method in class org.jboss.ejb._private.Logs_$logger
- emptyModuleName() - Method in class org.jboss.ejb._private.Logs_$logger
- emptyModuleName() - Method in interface org.jboss.ejb._private.Logs
- emptyModuleName$str() - Method in class org.jboss.ejb._private.Logs_$logger
- EntityEJBLocator<T extends jakarta.ejb.EJBObject> - Class in org.jboss.ejb.client
-
A locator for an entity Enterprise Bean.
- EntityEJBLocator(Class<T>, String, String, String, Object) - Constructor for class org.jboss.ejb.client.EntityEJBLocator
-
Construct a new instance.
- EntityEJBLocator(Class<T>, String, String, String, Object, Affinity) - Constructor for class org.jboss.ejb.client.EntityEJBLocator
-
Construct a new instance.
- EntityEJBLocator(Class<T>, String, String, String, String, Object) - Constructor for class org.jboss.ejb.client.EntityEJBLocator
-
Construct a new instance.
- EntityEJBLocator(Class<T>, String, String, String, String, Object, Affinity) - Constructor for class org.jboss.ejb.client.EntityEJBLocator
-
Construct a new instance.
- EntityEJBLocator(Class<T>, EJBIdentifier, Object) - Constructor for class org.jboss.ejb.client.EntityEJBLocator
-
Construct a new instance.
- EntityEJBLocator(Class<T>, EJBIdentifier, Object, Affinity) - Constructor for class org.jboss.ejb.client.EntityEJBLocator
-
Construct a new instance.
- EntityEJBLocator(EntityEJBLocator<T>, Affinity) - Constructor for class org.jboss.ejb.client.EntityEJBLocator
-
Construct a new instance.
- EntityEJBMetaData<T extends jakarta.ejb.EJBObject,
H extends jakarta.ejb.EJBHome> - Class in org.jboss.ejb.client -
Enterprise Beans metadata for entity Enterprise Beans.
- EntityEJBMetaData(Class<T>, EJBHomeLocator<H>, Class<?>) - Constructor for class org.jboss.ejb.client.EntityEJBMetaData
-
Construct a new instance.
- equals(Object) - Method in class org.jboss.ejb.client.Affinity
- equals(Object) - Method in class org.jboss.ejb.client.ClusterAffinity
- equals(Object) - Method in class org.jboss.ejb.client.EJBHandle
-
Determine whether this object is equal to another.
- equals(Object) - Method in class org.jboss.ejb.client.EJBHomeHandle
-
Determine whether this object is equal to another.
- equals(Object) - Method in class org.jboss.ejb.client.EJBHomeLocator
-
Determine whether this object is equal to another.
- equals(Object) - Method in class org.jboss.ejb.client.EJBIdentifier
-
Determine if this Enterprise Bean identifier is equal to the given object.
- equals(Object) - Method in class org.jboss.ejb.client.EJBLocator
-
Determine whether this object is equal to another.
- equals(Object) - Method in class org.jboss.ejb.client.EJBMethodLocator
-
Determine whether this object is equal to another.
- equals(Object) - Method in class org.jboss.ejb.client.EJBModuleIdentifier
-
Determine if this Enterprise Bean identifier is equal to the given object.
- equals(Object) - Method in class org.jboss.ejb.client.EntityEJBLocator
-
Determine whether this object is equal to another.
- equals(Object) - Method in class org.jboss.ejb.client.NodeAffinity
- equals(Object) - Method in class org.jboss.ejb.client.SessionID
-
Determine whether this object is equal to another.
- equals(Object) - Method in class org.jboss.ejb.client.StatefulEJBLocator
-
Determine whether this object is equal to another.
- equals(Object) - Method in class org.jboss.ejb.client.StatelessEJBLocator
-
Determine whether this object is equal to another.
- equals(Object) - Method in class org.jboss.ejb.client.TransactionID
-
Deprecated.Determine whether this object is equal to another.
- equals(Object) - Method in class org.jboss.ejb.client.URIAffinity
- equals(Affinity) - Method in class org.jboss.ejb.client.Affinity
- equals(Affinity) - Method in class org.jboss.ejb.client.ClusterAffinity
- equals(Affinity) - Method in class org.jboss.ejb.client.NodeAffinity
- equals(Affinity) - Method in class org.jboss.ejb.client.URIAffinity
- equals(ClusterAffinity) - Method in class org.jboss.ejb.client.ClusterAffinity
- equals(EJBHandle<?>) - Method in class org.jboss.ejb.client.EJBHandle
-
Determine whether this object is equal to another.
- equals(EJBHomeHandle<?>) - Method in class org.jboss.ejb.client.EJBHomeHandle
-
Determine whether this object is equal to another.
- equals(EJBHomeLocator<?>) - Method in class org.jboss.ejb.client.EJBHomeLocator
-
Determine whether this object is equal to another.
- equals(EJBIdentifier) - Method in class org.jboss.ejb.client.EJBIdentifier
-
Determine if this Enterprise Bean identifier is equal to the given object.
- equals(EJBLocator<?>) - Method in class org.jboss.ejb.client.EJBHomeLocator
-
Determine whether this object is equal to another.
- equals(EJBLocator<?>) - Method in class org.jboss.ejb.client.EJBLocator
-
Determine whether this object is equal to another.
- equals(EJBLocator<?>) - Method in class org.jboss.ejb.client.EntityEJBLocator
-
Determine whether this object is equal to another.
- equals(EJBLocator<?>) - Method in class org.jboss.ejb.client.StatefulEJBLocator
-
Determine whether this object is equal to another.
- equals(EJBLocator<?>) - Method in class org.jboss.ejb.client.StatelessEJBLocator
-
Determine whether this object is equal to another.
- equals(EJBMethodLocator) - Method in class org.jboss.ejb.client.EJBMethodLocator
-
Determine whether this object is equal to another.
- equals(EJBModuleIdentifier) - Method in class org.jboss.ejb.client.EJBModuleIdentifier
-
Determine if this Enterprise Bean identifier is equal to the given object.
- equals(EntityEJBLocator<?>) - Method in class org.jboss.ejb.client.EntityEJBLocator
-
Determine whether this object is equal to another.
- equals(NodeAffinity) - Method in class org.jboss.ejb.client.NodeAffinity
- equals(StatefulEJBLocator<?>) - Method in class org.jboss.ejb.client.StatefulEJBLocator
-
Determine whether this object is equal to another.
- equals(StatelessEJBLocator<?>) - Method in class org.jboss.ejb.client.StatelessEJBLocator
-
Determine whether this object is equal to another.
- equals(URIAffinity) - Method in class org.jboss.ejb.client.URIAffinity
- exceptionDuringTransportProviderClose(Exception) - Method in class org.jboss.ejb._private.Logs_$logger
- exceptionDuringTransportProviderClose(Exception) - Method in interface org.jboss.ejb._private.Logs
- exceptionDuringTransportProviderClose$str() - Method in class org.jboss.ejb._private.Logs_$logger
F
- Failed(Exception) - Constructor for class org.jboss.ejb.client.EJBReceiverInvocationContext.ResultProducer.Failed
-
Construct a new instance.
- Failed(Supplier<Exception>) - Constructor for class org.jboss.ejb.client.EJBReceiverInvocationContext.ResultProducer.Failed
-
Construct a new instance.
- failedToConfigureSslContext(Throwable) - Method in class org.jboss.ejb._private.Logs_$logger
- failedToConfigureSslContext(Throwable) - Method in interface org.jboss.ejb._private.Logs
- failedToConfigureSslContext$str() - Method in class org.jboss.ejb._private.Logs_$logger
- failedToConstructEndpoint(IOException) - Method in class org.jboss.ejb._private.Logs_$logger
- failedToConstructEndpoint(IOException) - Method in interface org.jboss.ejb._private.Logs
- failedToConstructEndpoint$str() - Method in class org.jboss.ejb._private.Logs_$logger
- failedToCreateScopedEjbClientContext(Exception) - Method in class org.jboss.ejb._private.Logs_$logger
- failedToCreateScopedEjbClientContext(Exception) - Method in interface org.jboss.ejb._private.Logs
- failedToCreateScopedEjbClientContext$str() - Method in class org.jboss.ejb._private.Logs_$logger
- failedToFindEjbClientConfigFileSpecifiedBySysProp(String, Exception) - Method in class org.jboss.ejb._private.Logs_$logger
- failedToFindEjbClientConfigFileSpecifiedBySysProp(String, Exception) - Method in interface org.jboss.ejb._private.Logs
- failedToFindEjbClientConfigFileSpecifiedBySysProp$str() - Method in class org.jboss.ejb._private.Logs_$logger
- failedToReadEjbClientConfigFile(Exception, String) - Method in class org.jboss.ejb._private.Logs_$logger
- failedToReadEjbClientConfigFile(Exception, String) - Method in interface org.jboss.ejb._private.Logs
- failedToReadEjbClientConfigFile$str() - Method in class org.jboss.ejb._private.Logs_$logger
- failedToSendInvocationCancellationMessage(short, Exception) - Method in class org.jboss.ejb._private.Logs_$logger
- failedToSendInvocationCancellationMessage(short, Exception) - Method in interface org.jboss.ejb._private.Logs
- failedToSendInvocationCancellationMessage$str() - Method in class org.jboss.ejb._private.Logs_$logger
- failIfTransactionAbsent() - Method in enum class org.jboss.ejb.client.annotation.ClientTransactionPolicy
-
Determine whether this transaction policy causes a failure when a client-side transaction context is absent.
- failIfTransactionPresent() - Method in enum class org.jboss.ejb.client.annotation.ClientTransactionPolicy
-
Determine whether this transaction policy causes a failure when a client-side transaction context is present.
- favorite(Collection<String>, DeploymentNodeSelector) - Static method in interface org.jboss.ejb.client.DeploymentNodeSelector
-
Create a deployment node selector that prefers one or more favorite nodes, falling back to another selector if none of the favorites are found.
- favorite(Collection<URI>, DiscoveredURISelector) - Static method in interface org.jboss.ejb.client.DiscoveredURISelector
-
Create a deployment URI selector that prefers one or more favorite nodes, falling back to another selector if none of the favorites are found.
- FILTER_ATTR_CLUSTER - Static variable in class org.jboss.ejb.client.EJBClientContext
-
The discovery attribute name which contains a cluster name.
- FILTER_ATTR_EJB_MODULE - Static variable in class org.jboss.ejb.client.EJBClientContext
-
The discovery attribute name which contains the application and module name of the located Enterprise Beans.
- FILTER_ATTR_EJB_MODULE_DISTINCT - Static variable in class org.jboss.ejb.client.EJBClientContext
-
The discovery attribute name which contains the application and module name with the distinct name of the located Enterprise Beans.
- FILTER_ATTR_NODE - Static variable in class org.jboss.ejb.client.EJBClientContext
-
The discovery attribute name which contains a node name.
- FILTER_ATTR_SOURCE_IP - Static variable in class org.jboss.ejb.client.EJBClientContext
-
The discovery attribute name for when a rule only applies to a specific source IP address range.
- FIRST - Static variable in interface org.jboss.ejb.client.DeploymentNodeSelector
-
A deployment node selector which prefers the first node always.
- FIRST - Static variable in interface org.jboss.ejb.client.DiscoveredURISelector
-
A deployment URI selector which prefers the first URI always.
- FIRST_AVAILABLE - Static variable in interface org.jboss.ejb.client.ClusterNodeSelector
-
Always use the first available node, regardless of whether it is connected.
- FIRST_CONNECTED - Static variable in interface org.jboss.ejb.client.ClusterNodeSelector
-
Always use the first connected node, or fall back to the first available node if none are connected.
- firstConnected(ClusterNodeSelector) - Static method in interface org.jboss.ejb.client.ClusterNodeSelector
-
Always try to use the first connected node.
- formatPossibleIpv6Address(String) - Static method in class org.jboss.ejb._private.NetworkUtil
- forMethod(Method) - Static method in class org.jboss.ejb.client.EJBMethodLocator
-
Get a method locator for the given reflection method.
- forUri(URI) - Static method in class org.jboss.ejb.client.Affinity
-
Get the affinity specification corresponding to the given URI.
- fromClassPath() - Static method in class org.jboss.ejb.client.legacy.JBossEJBProperties
- fromClassPath(ClassLoader, String) - Static method in class org.jboss.ejb.client.legacy.JBossEJBProperties
- fromFile(File) - Static method in class org.jboss.ejb.client.legacy.JBossEJBProperties
- fromPath(Path) - Static method in class org.jboss.ejb.client.legacy.JBossEJBProperties
- fromProperties(String, Properties) - Static method in class org.jboss.ejb.client.legacy.JBossEJBProperties
- fromResource(String, ExceptionBiFunction<T, U, InputStream, IOException>, T, U) - Static method in class org.jboss.ejb.client.legacy.JBossEJBProperties
- fromResource(String, ExceptionFunction<T, InputStream, IOException>, T) - Static method in class org.jboss.ejb.client.legacy.JBossEJBProperties
- fromResource(String, ExceptionSupplier<InputStream, IOException>) - Static method in class org.jboss.ejb.client.legacy.JBossEJBProperties
G
- getAffinity() - Method in class org.jboss.ejb.client.EJBLocator
-
Get the locator affinity.
- getAppName() - Method in class org.jboss.ejb.client.EJBIdentifier
-
Get the application name, which may be empty.
- getAppName() - Method in class org.jboss.ejb.client.EJBLocator
-
Get the application name.
- getAppName() - Method in class org.jboss.ejb.client.EJBModuleIdentifier
-
Get the application name, which may be empty.
- getAttachment(AttachmentKey<T>) - Method in class org.jboss.ejb.client.Attachable
-
Get an attachment from this object.
- getAttachments() - Method in class org.jboss.ejb.client.Attachable
-
Returns the attachments applicable for this
Attachable
. - getAttachments() - Method in interface org.jboss.ejb.server.InvocationRequest.Resolved
-
Get the invocation attachment map.
- getAuthenticationConfiguration() - Method in class org.jboss.ejb.client.legacy.JBossEJBProperties.ClusterNodeConfiguration
- getAuthenticationConfiguration() - Method in class org.jboss.ejb.client.legacy.JBossEJBProperties
- getAuthenticationContext() - Method in class org.jboss.ejb.client.AbstractInvocationContext
- getAuthenticationContext() - Method in class org.jboss.ejb.client.AbstractReceiverInvocationContext
-
Get the authentication context of the request.
- getAuthenticationContext() - Method in class org.jboss.ejb.client.EJBReceiverInvocationContext
- getAuthenticationContext() - Method in class org.jboss.ejb.client.EJBReceiverSessionCreationContext
- getBeanName() - Method in class org.jboss.ejb.client.EJBIdentifier
-
Get the bean name.
- getBeanName() - Method in class org.jboss.ejb.client.EJBLocator
-
Get the Enterprise Beans bean name.
- getCallbackHandlerClassName() - Method in class org.jboss.ejb.client.legacy.JBossEJBProperties.AuthenticationConfiguration
- getCallbackHandlerClassName() - Method in class org.jboss.ejb.client.legacy.JBossEJBProperties.ClusterNodeConfiguration
- getCallbackHandlerSupplier() - Method in class org.jboss.ejb.client.legacy.JBossEJBProperties.AuthenticationConfiguration
- getCallbackHandlerSupplier() - Method in class org.jboss.ejb.client.legacy.JBossEJBProperties.ClusterNodeConfiguration
- getChannelOptions() - Method in class org.jboss.ejb.client.legacy.JBossEJBProperties.ClusterNodeConfiguration
- getClientContext() - Method in class org.jboss.ejb.client.AbstractInvocationContext
-
Get the Enterprise Beans client context associated with this invocation.
- getClientContext() - Method in class org.jboss.ejb.client.EJBReceiverContext
-
Get the client context that corresponds to this receiver context.
- getClientContext() - Method in class org.jboss.ejb.client.EJBReceiverInvocationContext
- getClientInvocationContext() - Method in class org.jboss.ejb.client.AbstractReceiverInvocationContext
-
Get the invocation context associated with this receiver invocation context.
- getClientInvocationContext() - Method in class org.jboss.ejb.client.EJBReceiverInvocationContext
- getClientInvocationContext() - Method in class org.jboss.ejb.client.EJBReceiverSessionCreationContext
- getClusterConfigurations() - Method in class org.jboss.ejb.client.legacy.JBossEJBProperties
- getClusterName() - Method in class org.jboss.ejb.client.ClusterAffinity
-
Get the associated cluster name.
- getClusterName() - Method in class org.jboss.ejb.client.legacy.JBossEJBProperties.ClusterConfiguration
- getClusterName() - Method in class org.jboss.ejb.server.ClusterTopologyListener.ClusterInfo
- getClusterName() - Method in class org.jboss.ejb.server.ClusterTopologyListener.ClusterRemovalInfo
- getClusterNodeSelector() - Method in class org.jboss.ejb.client.EJBClientCluster
-
Get the cluster node selector to use.
- getClusterNodeSelectorClassName() - Method in class org.jboss.ejb.client.legacy.JBossEJBProperties.ClusterConfiguration
- getClusterNodeSelectorSupplier() - Method in class org.jboss.ejb.client.legacy.JBossEJBProperties.ClusterConfiguration
- getCompressionLevel() - Method in class org.jboss.ejb.client.EJBClientInvocationContext
-
Get the compression hint level.
- getConfiguredAuthenticationContext() - Method in class org.jboss.ejb.client.legacy.ElytronLegacyConfiguration
- getConfiguredConnections() - Method in class org.jboss.ejb.client.EJBClientContext
-
Get the pre-configured connections for this context.
- getConfiguredEndpoint() - Method in class org.jboss.ejb.client.legacy.RemotingLegacyConfiguration
- getConnection() - Method in interface org.jboss.ejb.server.ClusterTopologyListener
-
Returns the remoting connection associated with this listener
- getConnectionList() - Method in class org.jboss.ejb.client.legacy.JBossEJBProperties
- getConnectionOptions() - Method in class org.jboss.ejb.client.legacy.JBossEJBProperties.ClusterNodeConfiguration
- getConnectionTimeout() - Method in class org.jboss.ejb.client.legacy.JBossEJBProperties.ClusterNodeConfiguration
- getConnectTimeoutMilliseconds() - Method in class org.jboss.ejb.client.EJBClientCluster
-
Get the connection timeout value in milliseconds.
- getContextData() - Method in class org.jboss.ejb.client.AbstractInvocationContext
-
Get the context data.
- getContextManager() - Static method in class org.jboss.ejb.client.EJBClientContext
-
Get the context manager.
- getContextManager() - Static method in class org.jboss.ejb.client.legacy.JBossEJBProperties
-
Get the context manager.
- getCurrent() - Static method in class org.jboss.ejb.client.EJBClientContext
-
Get the current client context for this thread.
- getDefaultCallbackHandlerClassName() - Method in class org.jboss.ejb.client.legacy.JBossEJBProperties
- getDefaultCallbackHandlerSupplier() - Method in class org.jboss.ejb.client.legacy.JBossEJBProperties
- getDefaultCompression() - Method in class org.jboss.ejb.client.EJBClientContext
- getDeploymentNodeSelectorClassName() - Method in class org.jboss.ejb.client.legacy.JBossEJBProperties
- getDeploymentNodeSelectorSupplier() - Method in class org.jboss.ejb.client.legacy.JBossEJBProperties
- getDestination() - Method in class org.jboss.ejb.client.AbstractInvocationContext
-
Get the resolved destination of this invocation.
- getDestination() - Method in class org.jboss.ejb.client.EJBClientConnection
-
Get the connection destination URI.
- getDestinationAddress() - Method in class org.jboss.ejb.server.ClusterTopologyListener.MappingInfo
- getDestinationPort() - Method in class org.jboss.ejb.server.ClusterTopologyListener.MappingInfo
- getDiscovery() - Method in class org.jboss.ejb.client.EJBReceiverInvocationContext
- getDiscoveryAdditionalTimeout() - Static method in class org.jboss.ejb.client.DiscoveryEJBClientInterceptor
-
Gets the value (in milliseconds) of discovery additional timeout, configured with system property
org.jboss.ejb.client.discovery.additional-node-timeout
. - getDistinctName() - Method in class org.jboss.ejb.client.EJBIdentifier
-
Get the distinct name.
- getDistinctName() - Method in class org.jboss.ejb.client.EJBLocator
-
Get the module distinct name.
- getDistinctName() - Method in class org.jboss.ejb.client.EJBModuleIdentifier
-
Get the distinct name, which may be empty.
- getEJBHome() - Method in class org.jboss.ejb.client.AbstractEJBMetaData
-
Get the Enterprise Beans home interface.
- getEJBHome() - Method in class org.jboss.ejb.client.EJBHomeHandle
- getEJBHome() - Method in class org.jboss.ejb.client.EJBMetaDataImpl
-
Deprecated.Obtains the home interface of the enterprise Bean.
- getEJBIdentifier() - Method in interface org.jboss.ejb.server.Request
-
Get the identifier of the target Enterprise Beans.
- getEJBLocator() - Method in interface org.jboss.ejb.server.InvocationRequest.Resolved
-
Get the Enterprise Beans locator of the request.
- getEJBObject() - Method in class org.jboss.ejb.client.EJBHandle
- getEncodedForm() - Method in class org.jboss.ejb.client.SessionID
-
Get a copy of the encoded form of this session ID.
- getEncodedForm() - Method in class org.jboss.ejb.client.TransactionID
-
Deprecated.Get a copy of the encoded form of this transaction ID.
- getEncodedFormRaw() - Method in class org.jboss.ejb.client.SessionID
-
Get the encoded form of this session ID.
- getEncodedFormRaw() - Method in class org.jboss.ejb.client.TransactionID
-
Deprecated.Get the encoded form of this transaction ID.
- getEndpointCreationOptions() - Method in class org.jboss.ejb.client.legacy.JBossEJBProperties
- getEndpointName() - Method in class org.jboss.ejb.client.legacy.JBossEJBProperties
- getExceptionSupplier() - Method in class org.jboss.ejb.client.EJBReceiverInvocationContext.ResultProducer.Failed
-
Get the exception supplier.
- getFutureResult() - Static method in class org.jboss.ejb.client.EJBClient
-
Get the future result of an operation.
- getFutureResult(T) - Static method in class org.jboss.ejb.client.EJBClient
-
Get the future result of an operation.
- getHomeInterfaceClass() - Method in class org.jboss.ejb.client.AbstractEJBMetaData
-
Get the home interface class.
- getHomeInterfaceClass() - Method in class org.jboss.ejb.client.EJBMetaDataImpl
-
Deprecated.Obtains the
Class
object for the enterprise Bean's home interface. - getHomeLocator() - Method in class org.jboss.ejb.client.AbstractEJBMetaData
-
Get the home locator for this metadata instance.
- getHost() - Method in class org.jboss.ejb.client.legacy.JBossEJBProperties.ConnectionConfiguration
- getHttpConnectionList() - Method in class org.jboss.ejb.client.legacy.JBossEJBProperties
- getId() - Method in class org.jboss.ejb.client.UserTransactionID
-
Deprecated.Get the unique ID.
- getIdentifier() - Method in class org.jboss.ejb.client.EJBLocator
-
Get the Enterprise Beans identifier for this locator.
- getInitialCluster() - Method in class org.jboss.ejb.client.AbstractInvocationContext
-
Gets the initial cluster assignment by discovery, if any
- getInitialConfiguredClusters() - Method in class org.jboss.ejb.client.EJBClientContext
-
Get the initially configured clusters for this context.
- getInstance() - Static method in class org.jboss.ejb.client.RemoteEJBPermission
-
Get the instance of this class.
- getInstanceContextManager() - Method in class org.jboss.ejb.client.EJBClientContext
-
Get the context manager.
- getInstanceContextManager() - Method in class org.jboss.ejb.client.legacy.JBossEJBProperties
-
Get the context manager.
- getInvocationTimeout() - Method in class org.jboss.ejb.client.EJBClientContext
-
Get the configured invocation timeout.
- getInvocationTimeout() - Method in class org.jboss.ejb.client.legacy.JBossEJBProperties
- getInvokedMethod() - Method in class org.jboss.ejb.client.EJBClientInvocationContext
-
Get the invoked proxy method.
- getInvokedProxy() - Method in class org.jboss.ejb.client.EJBClientInvocationContext
-
Get the invoked proxy object.
- getJarName() - Static method in class org.jboss.ejb.client.Version
-
Get the name of the program JAR.
- getLocalAddress() - Method in interface org.jboss.ejb.server.Request
-
Get the local address that the request was received to, if known.
- getLocator() - Method in class org.jboss.ejb.client.AbstractInvocationContext
-
Get the locator for the invocation target.
- getLocator() - Method in class org.jboss.ejb.client.EJBHandle
-
Get the locator for this handle.
- getLocator() - Method in class org.jboss.ejb.client.EJBHomeHandle
-
Get the locator for this handle.
- getLocator() - Method in class org.jboss.ejb.client.SerializedEJBInvocationHandler
-
Get the invocation locator.
- getLocatorFor(T) - Static method in class org.jboss.ejb.client.EJBClient
-
Get the locator for a proxy, if it has one.
- getLoggingLocale() - Method in class org.jboss.ejb._private.Logs_$logger
- getMappingInfoList() - Method in class org.jboss.ejb.server.ClusterTopologyListener.NodeInfo
- getMaximumAllowedConnectedNodes() - Method in class org.jboss.ejb.client.legacy.JBossEJBProperties.ClusterConfiguration
- getMaximumConnectedClusterNodes() - Method in class org.jboss.ejb.client.EJBClientContext
-
Get the maximum connected cluster nodes setting, for connection-based protocols which support eager connection.
- getMaximumConnectedNodes() - Method in class org.jboss.ejb.client.EJBClientCluster
-
Get the maximum number of nodes to connect.
- getMechanismRealm() - Method in class org.jboss.ejb.client.legacy.JBossEJBProperties.AuthenticationConfiguration
- getMethodLocator() - Method in class org.jboss.ejb.client.EJBClientInvocationContext
-
Get the Enterprise Beans method locator.
- getMethodLocator() - Method in interface org.jboss.ejb.server.InvocationRequest
-
Get the Enterprise Beans method locator.
- getMethodName() - Method in class org.jboss.ejb.client.EJBMethodLocator
-
Get the method name.
- getMethodSignatureString() - Method in class org.jboss.ejb.client.EJBClientInvocationContext
-
Get the method type signature string, used to identify the method.
- getModuleIdentifier() - Method in class org.jboss.ejb.client.EJBIdentifier
-
Get the module identifier.
- getModuleName() - Method in class org.jboss.ejb.client.EJBIdentifier
-
Get the module name.
- getModuleName() - Method in class org.jboss.ejb.client.EJBLocator
-
Get the module name.
- getModuleName() - Method in class org.jboss.ejb.client.EJBModuleIdentifier
-
Get the module name.
- getName() - Method in class org.jboss.ejb.client.EJBClientCluster
-
Get the name of the configured cluster.
- getNetmaskBits() - Method in class org.jboss.ejb.server.ClusterTopologyListener.MappingInfo
- getNodeConfigurations() - Method in class org.jboss.ejb.client.legacy.JBossEJBProperties.ClusterConfiguration
- getNodeInfoList() - Method in class org.jboss.ejb.server.ClusterTopologyListener.ClusterInfo
- getNodeName() - Method in class org.jboss.ejb.client.legacy.JBossEJBProperties.ClusterNodeConfiguration
- getNodeName() - Method in class org.jboss.ejb.client.NodeAffinity
-
Get the associated node name.
- getNodeName() - Method in class org.jboss.ejb.client.UserTransactionID
-
Deprecated.Get the associated node name.
- getNodeName() - Method in class org.jboss.ejb.server.ClusterTopologyListener.NodeInfo
- getNodeNames() - Method in class org.jboss.ejb.server.ClusterTopologyListener.ClusterRemovalInfo
- getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - Method in class org.jboss.ejb.client.naming.ejb.ejbURLContextFactory
-
Deprecated.
- getObjectResolver(Transport, boolean) - Method in class org.jboss.ejb.protocol.remote.EJBMarshallingCompatibilityHelper
- getOpenListener() - Method in class org.jboss.ejb.protocol.remote.RemoteEJBService
-
Get the service open listener.
- getOperations(Connection) - Method in class org.jboss.ejb.protocol.remote.EJBTransactionProvider
- getOverrideConfiguration() - Method in class org.jboss.ejb.client.EJBClientCluster
-
Get the overriding authentication configuration in use for nodes in this cluster, overriding the caller's default.
- getParameterCount() - Method in class org.jboss.ejb.client.EJBMethodLocator
-
Get the parameter count.
- getParameters() - Method in class org.jboss.ejb.client.EJBClientInvocationContext
-
Get the invocation method parameters.
- getParameters() - Method in interface org.jboss.ejb.server.InvocationRequest.Resolved
-
Get the method invocation parameters.
- getParameterTypeName(int) - Method in class org.jboss.ejb.client.EJBMethodLocator
-
Get the name of the parameter at the given index.
- getPassword() - Method in class org.jboss.ejb.client.legacy.JBossEJBProperties.AuthenticationConfiguration
- getPeerAddress() - Method in interface org.jboss.ejb.server.Request
-
Get the peer address that the request was received from, if known.
- getPort() - Method in class org.jboss.ejb.client.legacy.JBossEJBProperties.ConnectionConfiguration
- getPrimaryKey() - Method in class org.jboss.ejb.client.EntityEJBLocator
-
Get the primary key for the referenced entity.
- getPrimaryKeyClass() - Method in class org.jboss.ejb.client.AbstractEJBMetaData
-
Get the primary key class.
- getPrimaryKeyClass() - Method in class org.jboss.ejb.client.EJBMetaDataImpl
-
Deprecated.Obtains the
Class
object for the enterprise Bean's primary key class. - getPrimaryKeyClass() - Method in class org.jboss.ejb.client.EntityEJBMetaData
- getProtocol() - Method in class org.jboss.ejb.client.legacy.JBossEJBProperties.ConnectionConfiguration
- getProtocol() - Method in interface org.jboss.ejb.server.Request
-
Get the protocol of this request.
- getProviderInterface(Class<C>) - Method in interface org.jboss.ejb.server.Request
-
Get the provider interface associated with the request.
- getProxyAttachment(Object, AttachmentKey<T>) - Static method in class org.jboss.ejb.client.EJBClient
-
Get a proxy attachment.
- getProxyAttachment(AttachmentKey<T>) - Method in class org.jboss.ejb.client.EJBClientInvocationContext
-
Get a value attached to the proxy.
- getProxyClass() - Method in class org.jboss.ejb.client.EJBLocator
-
Get the proxy class for this locator.
- getProxyConstructor() - Method in class org.jboss.ejb.client.EJBLocator
-
Get the proxy class constructor for this locator.
- getReceiver(EJBReceiverContext, String) - Method in interface org.jboss.ejb.client.EJBTransportProvider
-
Get an Enterprise Bean receiver for the protocol identified by the given URI scheme.
- getReceiver(EJBReceiverContext, String) - Method in class org.jboss.ejb.protocol.remote.RemoteTransportProvider
- getReconnectTimeout() - Method in class org.jboss.ejb.client.legacy.JBossEJBProperties
- getRemainingInvocationTime(TimeUnit) - Method in class org.jboss.ejb.client.EJBClientInvocationContext
-
Get the remaining invocation time in the given unit.
- getRemoteConnectionProviderCreationOptions() - Method in class org.jboss.ejb.client.legacy.JBossEJBProperties
- getRemoteInterfaceClass() - Method in class org.jboss.ejb.client.AbstractEJBMetaData
-
Get the remote interface class.
- getRemoteInterfaceClass() - Method in class org.jboss.ejb.client.EJBMetaDataImpl
-
Deprecated.Obtains the
Class
object for the enterprise Bean's remote interface. - getRequestContent(ClassLoader) - Method in interface org.jboss.ejb.server.InvocationRequest
-
Get the resolved content of the request.
- getRequestExecutor() - Method in interface org.jboss.ejb.server.Request
-
Get the request executor.
- getResult() - Method in class org.jboss.ejb.client.EJBClientInvocationContext
-
Get the invocation result from this request.
- getResult() - Method in class org.jboss.ejb.client.EJBReceiverInvocationContext.ResultProducer.Failed
- getResult() - Method in interface org.jboss.ejb.client.EJBReceiverInvocationContext.ResultProducer
-
Get the result.
- getResult() - Method in class org.jboss.ejb.client.EJBReceiverInvocationContext.ResultProducer.Immediate
- getResultCalledDuringWrongPhase() - Method in class org.jboss.ejb._private.Logs_$logger
- getResultCalledDuringWrongPhase() - Method in interface org.jboss.ejb._private.Logs
- getResultCalledDuringWrongPhase$str() - Method in class org.jboss.ejb._private.Logs_$logger
- getSecurityIdentity() - Method in interface org.jboss.ejb.server.Request
-
Get the security identity that is associated with this invocation.
- getSessionId() - Method in class org.jboss.ejb.client.StatefulEJBLocator
-
Get the session ID associated with this locator.
- getSourceAddress() - Method in class org.jboss.ejb.server.ClusterTopologyListener.MappingInfo
- getSourceAddress(InetSocketAddress) - Method in class org.jboss.ejb.client.EJBReceiver
-
Query the expected or actual source IP address configured for the given target URI.
- getStrongAffinity(Object) - Static method in class org.jboss.ejb.client.EJBClient
-
Get the strong affinity of a proxy.
- getTargetAffinity() - Method in class org.jboss.ejb.client.AbstractInvocationContext
-
Get the resolved target affinity of this invocation.
- getTransaction() - Method in class org.jboss.ejb.client.AbstractInvocationContext
-
Get the transaction associated with the invocation.
- getTransaction() - Method in interface org.jboss.ejb.server.InvocationRequest.Resolved
-
Get the inflowed transaction of the request.
- getTransaction() - Method in interface org.jboss.ejb.server.SessionOpenRequest
-
Get the inflowed transaction of the request.
- getTransactionPolicy() - Method in class org.jboss.ejb.client.EJBClientInvocationContext
-
Determine whether the method has an explicit transaction policy set.
- getUri() - Method in class org.jboss.ejb.client.Affinity
-
Get the associated URI.
- getUri() - Method in class org.jboss.ejb.client.ClusterAffinity
- getUri() - Method in class org.jboss.ejb.client.legacy.JBossEJBProperties.HttpConnectionConfiguration
- getUri() - Method in class org.jboss.ejb.client.NodeAffinity
- getUri() - Method in class org.jboss.ejb.client.URIAffinity
- getUserName() - Method in class org.jboss.ejb.client.legacy.JBossEJBProperties.AuthenticationConfiguration
- getUserTransaction(String) - Static method in class org.jboss.ejb.client.EJBClient
-
Deprecated.
- getUuid() - Method in class org.jboss.ejb.client.UUIDSessionID
-
Get the UUID.
- getVersionString() - Static method in class org.jboss.ejb.client.Version
-
Get the version string.
- getViewClass() - Method in class org.jboss.ejb.client.AbstractInvocationContext
-
Get the invoked view class.
- getViewType() - Method in class org.jboss.ejb.client.EJBLocator
-
Get the view type of this locator.
- getWeakAffinity() - Method in class org.jboss.ejb.client.AbstractInvocationContext
-
Get the invocation weak affinity.
- getWeakAffinity() - Method in interface org.jboss.ejb.server.InvocationRequest.Resolved
-
Get the weak affinity of the request.
- getWeakAffinity(Object) - Static method in class org.jboss.ejb.client.EJBClient
-
Get the current weak affinity of a proxy.
- getXid() - Method in class org.jboss.ejb.client.XidTransactionID
-
Deprecated.Get the corresponding XID for this transaction.
- greeting(String) - Method in class org.jboss.ejb._private.Logs_$logger
- greeting(String) - Method in interface org.jboss.ejb._private.Logs
- greeting$str() - Method in class org.jboss.ejb._private.Logs_$logger
H
- handleInvocation(EJBClientInvocationContext) - Method in class org.jboss.ejb.client.AuthenticationContextEJBClientInterceptor
- handleInvocation(EJBClientInvocationContext) - Method in class org.jboss.ejb.client.DiscoveryEJBClientInterceptor
- handleInvocation(EJBClientInvocationContext) - Method in interface org.jboss.ejb.client.EJBClientInterceptor
-
Handle the invocation.
- handleInvocation(EJBClientInvocationContext) - Method in class org.jboss.ejb.client.NamingEJBClientInterceptor
- handleInvocation(EJBClientInvocationContext) - Method in class org.jboss.ejb.client.TransactionInterceptor
- handleInvocation(EJBClientInvocationContext) - Method in class org.jboss.ejb.client.TransactionPostDiscoveryInterceptor
- handleInvocation(EJBClientInvocationContext) - Method in class org.jboss.ejb.protocol.remote.RemotingEJBClientInterceptor
- handleInvocationResult(EJBClientInvocationContext) - Method in class org.jboss.ejb.client.AuthenticationContextEJBClientInterceptor
- handleInvocationResult(EJBClientInvocationContext) - Method in class org.jboss.ejb.client.DiscoveryEJBClientInterceptor
- handleInvocationResult(EJBClientInvocationContext) - Method in interface org.jboss.ejb.client.EJBClientInterceptor
-
Handle the invocation result.
- handleInvocationResult(EJBClientInvocationContext) - Method in class org.jboss.ejb.client.NamingEJBClientInterceptor
- handleInvocationResult(EJBClientInvocationContext) - Method in class org.jboss.ejb.client.TransactionInterceptor
- handleInvocationResult(EJBClientInvocationContext) - Method in class org.jboss.ejb.client.TransactionPostDiscoveryInterceptor
- handleInvocationResult(EJBClientInvocationContext) - Method in class org.jboss.ejb.protocol.remote.RemotingEJBClientInterceptor
- handleSessionCreation(EJBSessionCreationInvocationContext) - Method in class org.jboss.ejb.client.AuthenticationContextEJBClientInterceptor
- handleSessionCreation(EJBSessionCreationInvocationContext) - Method in class org.jboss.ejb.client.DiscoveryEJBClientInterceptor
- handleSessionCreation(EJBSessionCreationInvocationContext) - Method in interface org.jboss.ejb.client.EJBClientInterceptor
-
Optionally handle a session creation invocation.
- handleSessionCreation(EJBSessionCreationInvocationContext) - Method in class org.jboss.ejb.client.NamingEJBClientInterceptor
- handleSessionCreation(EJBSessionCreationInvocationContext) - Method in class org.jboss.ejb.client.TransactionInterceptor
- handleSessionCreation(EJBSessionCreationInvocationContext) - Method in class org.jboss.ejb.client.TransactionPostDiscoveryInterceptor
- handleSessionCreation(EJBSessionCreationInvocationContext) - Method in class org.jboss.ejb.protocol.remote.RemotingEJBClientInterceptor
- hashCode() - Method in class org.jboss.ejb.client.Affinity
- hashCode() - Method in class org.jboss.ejb.client.ClusterAffinity
- hashCode() - Method in class org.jboss.ejb.client.EJBHandle
-
Get the hash code for this Enterprise Bean handle.
- hashCode() - Method in class org.jboss.ejb.client.EJBHomeHandle
-
Get the hash code for this Enterprise Beans home handle.
- hashCode() - Method in class org.jboss.ejb.client.EJBIdentifier
-
Get the hash code of this identifier.
- hashCode() - Method in class org.jboss.ejb.client.EJBLocator
-
Get the hash code for this instance.
- hashCode() - Method in class org.jboss.ejb.client.EJBMethodLocator
-
Get the hash code.
- hashCode() - Method in class org.jboss.ejb.client.EJBModuleIdentifier
-
Get the hash code of this identifier.
- hashCode() - Method in class org.jboss.ejb.client.NodeAffinity
- hashCode() - Method in class org.jboss.ejb.client.SessionID
- hashCode() - Method in class org.jboss.ejb.client.TransactionID
-
Deprecated.
- hashCode() - Method in class org.jboss.ejb.client.URIAffinity
- hasTransaction() - Method in interface org.jboss.ejb.server.InvocationRequest.Resolved
-
Determine if the request has a transaction.
- hasTransaction() - Method in interface org.jboss.ejb.server.SessionOpenRequest
-
Determine if the request has a transaction.
- HINTS_DISABLED - Static variable in class org.jboss.ejb.client.AttachmentKeys
-
Deprecated.
I
- Idempotent - Annotation Interface in org.jboss.ejb.client.annotation
-
Indicate that the interface or method annotated with this annotation is idempotent, meaning that invocations to the interface or method with the same input can be repeated any number of additional times without additional effect.
- Immediate(Object) - Constructor for class org.jboss.ejb.client.EJBReceiverInvocationContext.ResultProducer.Immediate
- in(ClientTransactionPolicy) - Method in enum class org.jboss.ejb.client.annotation.ClientTransactionPolicy
-
Determine whether this instance is equal to one of the given instances.
- in(ClientTransactionPolicy...) - Method in enum class org.jboss.ejb.client.annotation.ClientTransactionPolicy
-
Determine whether this instance is equal to one of the given instances.
- in(ClientTransactionPolicy, ClientTransactionPolicy) - Method in enum class org.jboss.ejb.client.annotation.ClientTransactionPolicy
-
Determine whether this instance is equal to one of the given instances.
- in(ClientTransactionPolicy, ClientTransactionPolicy, ClientTransactionPolicy) - Method in enum class org.jboss.ejb.client.annotation.ClientTransactionPolicy
-
Determine whether this instance is equal to one of the given instances.
- incorrectConnectionTimeoutValueForCluster(String, String, String) - Method in class org.jboss.ejb._private.Logs_$logger
- incorrectConnectionTimeoutValueForCluster(String, String, String) - Method in interface org.jboss.ejb._private.Logs
- incorrectConnectionTimeoutValueForCluster$str() - Method in class org.jboss.ejb._private.Logs_$logger
- incorrectConnectionTimeoutValueForConnection(String, String, String) - Method in class org.jboss.ejb._private.Logs_$logger
- incorrectConnectionTimeoutValueForConnection(String, String, String) - Method in interface org.jboss.ejb._private.Logs
- incorrectConnectionTimeoutValueForConnection$str() - Method in class org.jboss.ejb._private.Logs_$logger
- incorrectConnectionTimeoutValueForNodeInCluster(String, String, String, String) - Method in class org.jboss.ejb._private.Logs_$logger
- incorrectConnectionTimeoutValueForNodeInCluster(String, String, String, String) - Method in interface org.jboss.ejb._private.Logs
- incorrectConnectionTimeoutValueForNodeInCluster$str() - Method in class org.jboss.ejb._private.Logs_$logger
- incorrectInvocationTimeoutValue(String, String) - Method in class org.jboss.ejb._private.Logs_$logger
- incorrectInvocationTimeoutValue(String, String) - Method in interface org.jboss.ejb._private.Logs
- incorrectInvocationTimeoutValue$str() - Method in class org.jboss.ejb._private.Logs_$logger
- incorrectMaxAllowedConnectedNodesValueForCluster(String, String, String) - Method in class org.jboss.ejb._private.Logs_$logger
- incorrectMaxAllowedConnectedNodesValueForCluster(String, String, String) - Method in interface org.jboss.ejb._private.Logs
- incorrectMaxAllowedConnectedNodesValueForCluster$str() - Method in class org.jboss.ejb._private.Logs_$logger
- incorrectReconnectTasksTimeoutValue(String, String) - Method in class org.jboss.ejb._private.Logs_$logger
- incorrectReconnectTasksTimeoutValue(String, String) - Method in interface org.jboss.ejb._private.Logs
- incorrectReconnectTasksTimeoutValue$str() - Method in class org.jboss.ejb._private.Logs_$logger
- initialModuleAvailabilityReportNotReceived(EJBReceiver) - Method in class org.jboss.ejb._private.Logs_$logger
- initialModuleAvailabilityReportNotReceived(EJBReceiver) - Method in interface org.jboss.ejb._private.Logs
- initialModuleAvailabilityReportNotReceived$str() - Method in class org.jboss.ejb._private.Logs_$logger
- interceptorConstructorFailed(Class<?>, Throwable) - Method in class org.jboss.ejb._private.Logs_$logger
- interceptorConstructorFailed(Class<?>, Throwable) - Method in interface org.jboss.ejb._private.Logs
- interceptorConstructorFailed$str() - Method in class org.jboss.ejb._private.Logs_$logger
- interceptorConstructorNotAccessible(Class<?>) - Method in class org.jboss.ejb._private.Logs_$logger
- interceptorConstructorNotAccessible(Class<?>) - Method in interface org.jboss.ejb._private.Logs
- interceptorConstructorNotAccessible$str() - Method in class org.jboss.ejb._private.Logs_$logger
- internalSystemErrorWithTx(Throwable) - Method in class org.jboss.ejb._private.Logs_$logger
- internalSystemErrorWithTx(Throwable) - Method in interface org.jboss.ejb._private.Logs
- internalSystemErrorWithTx$str() - Method in class org.jboss.ejb._private.Logs_$logger
- invalidMessageReceived(int) - Method in class org.jboss.ejb._private.Logs_$logger
- invalidMessageReceived(int) - Method in interface org.jboss.ejb._private.Logs
- invalidMessageReceived$str() - Method in class org.jboss.ejb._private.Logs_$logger
- invalidTransactionType(int) - Method in class org.jboss.ejb._private.Logs_$logger
- invalidTransactionType(int) - Method in interface org.jboss.ejb._private.Logs
- invalidTransactionType$str() - Method in class org.jboss.ejb._private.Logs_$logger
- invalidViewTypeForInvocation(String) - Method in class org.jboss.ejb._private.Logs_$logger
- invalidViewTypeForInvocation(String) - Method in interface org.jboss.ejb._private.Logs
- invalidViewTypeForInvocation$str() - Method in class org.jboss.ejb._private.Logs_$logger
- INVOCATION - Static variable in interface org.jboss.ejb._private.Logs
- InvocationRequest - Interface in org.jboss.ejb.server
-
An Enterprise Bean method invocation request.
- InvocationRequest.Resolved - Interface in org.jboss.ejb.server
-
The resolved content of the request.
- invoke(T, EJBMethodLocator, Object...) - Static method in class org.jboss.ejb.client.EJBClient
-
Perform an invocation by method locator on a proxy, returning the result.
- invokeAsync(T, EJBMethodLocator, Object...) - Static method in class org.jboss.ejb.client.EJBClient
-
Perform an asynchronous invocation by method locator on a proxy, returning the future result.
- invokeOneWay(T, EJBMethodLocator, Object...) - Static method in class org.jboss.ejb.client.EJBClient
-
Perform a one-way asynchronous invocation by method locator on a proxy.
- ioExceptionOnEJBClusterMessageWrite(Channel, IOException) - Method in class org.jboss.ejb._private.Logs_$logger
- ioExceptionOnEJBClusterMessageWrite(Channel, IOException) - Method in interface org.jboss.ejb._private.Logs
- ioExceptionOnEJBClusterMessageWrite$str() - Method in class org.jboss.ejb._private.Logs_$logger
- ioExceptionOnEJBResponseWrite(int, Channel, IOException) - Method in class org.jboss.ejb._private.Logs_$logger
- ioExceptionOnEJBResponseWrite(int, Channel, IOException) - Method in interface org.jboss.ejb._private.Logs
- ioExceptionOnEJBResponseWrite$str() - Method in class org.jboss.ejb._private.Logs_$logger
- ioExceptionOnEJBSessionOpenResponseWrite(int, Channel, IOException) - Method in class org.jboss.ejb._private.Logs_$logger
- ioExceptionOnEJBSessionOpenResponseWrite(int, Channel, IOException) - Method in interface org.jboss.ejb._private.Logs
- ioExceptionOnEJBSessionOpenResponseWrite$str() - Method in class org.jboss.ejb._private.Logs_$logger
- ioExceptionOnModuleAvailabilityWrite(Channel, IOException) - Method in class org.jboss.ejb._private.Logs_$logger
- ioExceptionOnModuleAvailabilityWrite(Channel, IOException) - Method in interface org.jboss.ejb._private.Logs
- ioExceptionOnModuleAvailabilityWrite$str() - Method in class org.jboss.ejb._private.Logs_$logger
- ioExceptionOnProceedAsyncResponseWrite(int, Channel, IOException) - Method in class org.jboss.ejb._private.Logs_$logger
- ioExceptionOnProceedAsyncResponseWrite(int, Channel, IOException) - Method in interface org.jboss.ejb._private.Logs
- ioExceptionOnProceedAsyncResponseWrite$str() - Method in class org.jboss.ejb._private.Logs_$logger
- ioExceptionOnTransactionRecoveryResponseWrite(int, Channel, IOException) - Method in class org.jboss.ejb._private.Logs_$logger
- ioExceptionOnTransactionRecoveryResponseWrite(int, Channel, IOException) - Method in interface org.jboss.ejb._private.Logs
- ioExceptionOnTransactionRecoveryResponseWrite$str() - Method in class org.jboss.ejb._private.Logs_$logger
- ioExceptionOnTransactionResponseWrite(int, Channel, IOException) - Method in class org.jboss.ejb._private.Logs_$logger
- ioExceptionOnTransactionResponseWrite(int, Channel, IOException) - Method in interface org.jboss.ejb._private.Logs
- ioExceptionOnTransactionResponseWrite$str() - Method in class org.jboss.ejb._private.Logs_$logger
- isBlockingCaller() - Method in class org.jboss.ejb.client.EJBClientInvocationContext
-
Determine whether this invocation is currently blocking the calling thread.
- isBlockingCaller() - Method in interface org.jboss.ejb.server.Request
-
Determine if this request is blocking a local thread.
- isClientAsync() - Method in class org.jboss.ejb.client.EJBClientInvocationContext
-
Determine whether the method is marked client-asynchronous, meaning that invocation should be asynchronous regardless of whether the server-side method is asynchronous.
- isCompressRequest() - Method in class org.jboss.ejb.client.EJBClientInvocationContext
-
Determine whether the request is expected to be compressed.
- isCompressResponse() - Method in class org.jboss.ejb.client.EJBClientInvocationContext
-
Determine whether the response is expected to be compressed.
- isConnectEagerly() - Method in class org.jboss.ejb.client.legacy.JBossEJBProperties.ClusterNodeConfiguration
- isConnected(URI) - Method in class org.jboss.ejb.client.EJBReceiver
-
Determine if the given target URI is "connected".
- isDefaultConnectEagerly() - Method in class org.jboss.ejb.client.legacy.JBossEJBProperties
- isEJBProxy(Object) - Static method in class org.jboss.ejb.client.EJBClient
-
Determine whether an object is indeed a valid Enterprise Bean proxy object created by this API.
- isEntity() - Method in class org.jboss.ejb.client.EJBLocator
-
Determine if this is an entity locator.
- isEntity() - Method in class org.jboss.ejb.client.EntityEJBLocator
- isForDiscovery() - Method in class org.jboss.ejb.client.EJBClientConnection
-
Determine if this connection definition is intended to be used for discovery.
- isFull(EnumSet<ClientTransactionPolicy>) - Static method in enum class org.jboss.ejb.client.annotation.ClientTransactionPolicy
-
Determine whether the given set is fully populated (or "full"), meaning it contains all possible values.
- isHome() - Method in class org.jboss.ejb.client.EJBHomeLocator
- isHome() - Method in class org.jboss.ejb.client.EJBLocator
-
Determine if this is a home locator.
- isIdempotent() - Method in class org.jboss.ejb.client.EJBClientInvocationContext
-
Determine whether the method is marked idempotent, meaning that the method may be invoked more than one time with no additional effect.
- isSameXid(Xid) - Method in class org.jboss.ejb.client.XidTransactionID
-
Deprecated.Determine whether the given Xid is the same as this Xid.
- isSession() - Method in class org.jboss.ejb.client.AbstractEJBMetaData
-
Determine whether this Enterprise Bean metadata refers to a session Enterprise Bean.
- isSession() - Method in class org.jboss.ejb.client.EJBMetaDataImpl
-
Deprecated.Tests if the enterprise Bean's type is "session".
- isSession() - Method in class org.jboss.ejb.client.EntityEJBMetaData
- isStateful() - Method in class org.jboss.ejb.client.EJBLocator
-
Determine if this is a stateful locator.
- isStateful() - Method in class org.jboss.ejb.client.StatefulEJBLocator
- isStateless() - Method in class org.jboss.ejb.client.EJBLocator
-
Determine if this is a stateless locator.
- isStateless() - Method in class org.jboss.ejb.client.StatelessEJBLocator
- isStatelessSession() - Method in class org.jboss.ejb.client.AbstractEJBMetaData
-
Determine whether this Enterprise Bean metadata refers to a stateless session Enterprise Bean.
- isStatelessSession() - Method in class org.jboss.ejb.client.EJBMetaDataImpl
-
Deprecated.Tests if the enterprise Bean's type is "stateless session".
- isStatelessSession() - Method in class org.jboss.ejb.client.StatelessEJBMetaData
- isSynchronous() - Method in class org.jboss.ejb.client.EJBClientInvocationContext
-
Determine whether the method is definitely synchronous, that is, it is not marked client-async, and the return value of the method is not
void
orFuture<?>
.
J
- JBOSS_AFTER - Static variable in annotation interface org.jboss.ejb.client.annotation.ClientInterceptorPriority
-
The starting range value for provided JBoss "after" interceptors.
- JBOSS_AFTER_END - Static variable in annotation interface org.jboss.ejb.client.annotation.ClientInterceptorPriority
-
The ending range value for provided JBoss "before" interceptors.
- JBOSS_BEFORE - Static variable in annotation interface org.jboss.ejb.client.annotation.ClientInterceptorPriority
-
The starting range value for provided JBoss "before" interceptors.
- JBOSS_BEFORE_END - Static variable in annotation interface org.jboss.ejb.client.annotation.ClientInterceptorPriority
-
The ending range value for provided JBoss "before" interceptors.
- JBossEJBProperties - Class in org.jboss.ejb.client.legacy
-
An object model of the legacy
jboss-ejb.properties
file format. - JBossEJBProperties.AuthenticationConfiguration - Class in org.jboss.ejb.client.legacy
- JBossEJBProperties.ClusterConfiguration - Class in org.jboss.ejb.client.legacy
- JBossEJBProperties.ClusterNodeConfiguration - Class in org.jboss.ejb.client.legacy
- JBossEJBProperties.ConnectionConfiguration - Class in org.jboss.ejb.client.legacy
- JBossEJBProperties.HttpConnectionConfiguration - Class in org.jboss.ejb.client.legacy
K
- Keys - Class in org.jboss.ejb._private
L
- legacyEJBPropertiesDiscoveryConfigurationInUse() - Method in class org.jboss.ejb._private.Logs_$logger
- legacyEJBPropertiesDiscoveryConfigurationInUse() - Method in interface org.jboss.ejb._private.Logs
- legacyEJBPropertiesDiscoveryConfigurationInUse$str() - Method in class org.jboss.ejb._private.Logs_$logger
- legacyEJBPropertiesEJBConfigurationInUse() - Method in class org.jboss.ejb._private.Logs_$logger
- legacyEJBPropertiesEJBConfigurationInUse() - Method in interface org.jboss.ejb._private.Logs
- legacyEJBPropertiesEJBConfigurationInUse$str() - Method in class org.jboss.ejb._private.Logs_$logger
- legacyEJBPropertiesRemotingConfigurationInUse() - Method in class org.jboss.ejb._private.Logs_$logger
- legacyEJBPropertiesRemotingConfigurationInUse() - Method in interface org.jboss.ejb._private.Logs
- legacyEJBPropertiesRemotingConfigurationInUse$str() - Method in class org.jboss.ejb._private.Logs_$logger
- legacyEJBPropertiesSecurityConfigurationInUse() - Method in class org.jboss.ejb._private.Logs_$logger
- legacyEJBPropertiesSecurityConfigurationInUse() - Method in interface org.jboss.ejb._private.Logs
- legacyEJBPropertiesSecurityConfigurationInUse$str() - Method in class org.jboss.ejb._private.Logs_$logger
- LegacyPropertiesConfiguration - Class in org.jboss.ejb.client.legacy
-
Client configuration which is configured through
Properties
. - LegacyPropertiesConfiguration() - Constructor for class org.jboss.ejb.client.legacy.LegacyPropertiesConfiguration
- LIBRARY_AFTER - Static variable in annotation interface org.jboss.ejb.client.annotation.ClientInterceptorPriority
-
The starting range value for library "after" interceptors.
- LIBRARY_AFTER_END - Static variable in annotation interface org.jboss.ejb.client.annotation.ClientInterceptorPriority
-
The ending range value for library "after" interceptors.
- LIBRARY_BEFORE - Static variable in annotation interface org.jboss.ejb.client.annotation.ClientInterceptorPriority
-
The starting range value for library "before" interceptors.
- LIBRARY_BEFORE_END - Static variable in annotation interface org.jboss.ejb.client.annotation.ClientInterceptorPriority
-
The ending range value for library "before" interceptors.
- ListenerHandle - Interface in org.jboss.ejb.server
-
A listener registration handle.
- LOCAL - Static variable in class org.jboss.ejb.client.Affinity
-
The specification for the local Enterprise Beans environment.
- Logs - Interface in org.jboss.ejb._private
-
Primary logging for the main Enterprise Beans client API.
- Logs_$logger - Class in org.jboss.ejb._private
-
Warning this class consists of generated code.
- Logs_$logger(Logger) - Constructor for class org.jboss.ejb._private.Logs_$logger
- lookupFailed(Name, Name, Exception) - Method in class org.jboss.ejb._private.Logs_$logger
- lookupFailed(Name, Name, Exception) - Method in interface org.jboss.ejb._private.Logs
- lookupFailed$str() - Method in class org.jboss.ejb._private.Logs_$logger
M
- main(String[]) - Static method in class org.jboss.ejb.client.Version
-
Print out the current version on
System.out
. - MAIN - Static variable in interface org.jboss.ejb._private.Logs
- MANDATORY - Enum constant in enum class org.jboss.ejb.client.annotation.ClientTransactionPolicy
-
Fail with exception when there is no client-side transaction context; propagate the client-side transaction context when it is present.
- MappingInfo(String, int, InetAddress, int) - Constructor for class org.jboss.ejb.server.ClusterTopologyListener.MappingInfo
- minimumConnectionThreshold(int, ClusterNodeSelector, ClusterNodeSelector) - Static method in interface org.jboss.ejb.client.ClusterNodeSelector
-
Determine the action to take based on a threshold of minimum connections.
- mismatchedMethodLocation() - Method in class org.jboss.ejb._private.Logs_$logger
- mismatchedMethodLocation() - Method in interface org.jboss.ejb._private.Logs
- mismatchedMethodLocation$str() - Method in class org.jboss.ejb._private.Logs_$logger
- ModuleAvailabilityListener - Interface in org.jboss.ejb.server
-
A module availability listener for no-affinity Enterprise Beans.
- moduleAvailable(List<EJBModuleIdentifier>) - Method in interface org.jboss.ejb.server.ModuleAvailabilityListener
- moduleUnavailable(List<EJBModuleIdentifier>) - Method in interface org.jboss.ejb.server.ModuleAvailabilityListener
N
- NAMING_PROVIDER_ATTACHMENT_KEY - Static variable in class org.jboss.ejb._private.Keys
- NamingEJBClientInterceptor - Class in org.jboss.ejb.client
-
Enterprise Beans client interceptor to discover a target location based on naming context information in the Enterprise Beans proxy.
- NamingEJBClientInterceptor() - Constructor for class org.jboss.ejb.client.NamingEJBClientInterceptor
- narrowAsEntity(Class<S>) - Method in class org.jboss.ejb.client.EJBLocator
-
Narrow this locator to the target type as a entity locator.
- narrowAsEntity(Class<S>) - Method in class org.jboss.ejb.client.EntityEJBLocator
- narrowAsHome(Class<S>) - Method in class org.jboss.ejb.client.EJBHomeLocator
- narrowAsHome(Class<S>) - Method in class org.jboss.ejb.client.EJBLocator
-
Narrow this locator to the target type as a home locator.
- narrowAsStateful(Class<S>) - Method in class org.jboss.ejb.client.EJBLocator
-
Narrow this locator to the target type as a stateful locator.
- narrowAsStateful(Class<S>) - Method in class org.jboss.ejb.client.StatefulEJBLocator
- narrowAsStateless(Class<S>) - Method in class org.jboss.ejb.client.EJBLocator
-
Narrow this locator to the target type as a stateless locator.
- narrowAsStateless(Class<S>) - Method in class org.jboss.ejb.client.StatelessEJBLocator
- narrowTo(Class<S>) - Method in class org.jboss.ejb.client.EJBHomeLocator
- narrowTo(Class<S>) - Method in class org.jboss.ejb.client.EJBLocator
-
Narrow this locator to the target type.
- narrowTo(Class<S>) - Method in class org.jboss.ejb.client.EntityEJBLocator
- narrowTo(Class<S>) - Method in class org.jboss.ejb.client.StatefulEJBLocator
- narrowTo(Class<S>) - Method in class org.jboss.ejb.client.StatelessEJBLocator
- NetworkUtil - Class in org.jboss.ejb._private
- NetworkUtil() - Constructor for class org.jboss.ejb._private.NetworkUtil
- NEVER - Enum constant in enum class org.jboss.ejb.client.annotation.ClientTransactionPolicy
-
Invoke without propagating any transaction context; if a client-side transaction context is present, an exception is thrown.
- noAsyncInProgress() - Method in class org.jboss.ejb._private.Logs_$logger
- noAsyncInProgress() - Method in interface org.jboss.ejb._private.Logs
- noAsyncInProgress$str() - Method in class org.jboss.ejb._private.Logs_$logger
- noClusterContextAvailable(String) - Method in class org.jboss.ejb._private.Logs_$logger
- noClusterContextAvailable(String) - Method in interface org.jboss.ejb._private.Logs
- noClusterContextAvailable$str() - Method in class org.jboss.ejb._private.Logs_$logger
- NodeAffinity - Class in org.jboss.ejb.client
-
A single node affinity specification.
- NodeAffinity(String) - Constructor for class org.jboss.ejb.client.NodeAffinity
-
Construct a new instance.
- nodeDoesNotAcceptLocator(String, EJBLocator<?>) - Method in class org.jboss.ejb._private.Logs_$logger
- nodeDoesNotAcceptLocator(String, EJBLocator<?>) - Method in interface org.jboss.ejb._private.Logs
- nodeDoesNotAcceptLocator$str() - Method in class org.jboss.ejb._private.Logs_$logger
- NodeInfo(String, List<ClusterTopologyListener.MappingInfo>) - Constructor for class org.jboss.ejb.server.ClusterTopologyListener.NodeInfo
- noDestinationEstablished(EJBLocator<?>) - Method in class org.jboss.ejb._private.Logs_$logger
- noDestinationEstablished(EJBLocator<?>) - Method in interface org.jboss.ejb._private.Logs
- noDestinationEstablished$str() - Method in class org.jboss.ejb._private.Logs_$logger
- noEJBClientContextAvailable() - Method in class org.jboss.ejb._private.Logs_$logger
- noEJBClientContextAvailable() - Method in interface org.jboss.ejb._private.Logs
- noEJBClientContextAvailable$str() - Method in class org.jboss.ejb._private.Logs_$logger
- noEJBReceiverAvailable(URI) - Method in class org.jboss.ejb._private.Logs_$logger
- noEJBReceiverAvailable(URI) - Method in interface org.jboss.ejb._private.Logs
- noEJBReceiverAvailable$str() - Method in class org.jboss.ejb._private.Logs_$logger
- noEJBReceiverForNode(String) - Method in class org.jboss.ejb._private.Logs_$logger
- noEJBReceiverForNode(String) - Method in interface org.jboss.ejb._private.Logs
- noEJBReceiverForNode$str() - Method in class org.jboss.ejb._private.Logs_$logger
- noInterceptorConstructor(Class<?>) - Method in class org.jboss.ejb._private.Logs_$logger
- noInterceptorConstructor(Class<?>) - Method in interface org.jboss.ejb._private.Logs
- noInterceptorConstructor$str() - Method in class org.jboss.ejb._private.Logs_$logger
- noJBossModules(ConfigurationXMLStreamReader) - Method in class org.jboss.ejb._private.Logs_$logger
- noJBossModules(ConfigurationXMLStreamReader) - Method in interface org.jboss.ejb._private.Logs
- noJBossModules$str() - Method in class org.jboss.ejb._private.Logs_$logger
- noMoreDestinations() - Method in class org.jboss.ejb._private.Logs_$logger
- noMoreDestinations() - Method in interface org.jboss.ejb._private.Logs
- noMoreDestinations$str() - Method in class org.jboss.ejb._private.Logs_$logger
- NONE - Static variable in class org.jboss.ejb.client.Affinity
-
The specification for no particular affinity.
- noReceiverAssociatedWithInvocation() - Method in class org.jboss.ejb._private.Logs_$logger
- noReceiverAssociatedWithInvocation() - Method in interface org.jboss.ejb._private.Logs
- noReceiverAssociatedWithInvocation$str() - Method in class org.jboss.ejb._private.Logs_$logger
- noReceiverContextsInCluster(String) - Method in class org.jboss.ejb._private.Logs_$logger
- noReceiverContextsInCluster(String) - Method in interface org.jboss.ejb._private.Logs
- noReceiverContextsInCluster$str() - Method in class org.jboss.ejb._private.Logs_$logger
- noRemoteTransportOnEJBContext() - Method in class org.jboss.ejb._private.Logs_$logger
- noRemoteTransportOnEJBContext() - Method in interface org.jboss.ejb._private.Logs
- noRemoteTransportOnEJBContext$str() - Method in class org.jboss.ejb._private.Logs_$logger
- noSessionCreated() - Method in class org.jboss.ejb._private.Logs_$logger
- noSessionCreated() - Method in interface org.jboss.ejb._private.Logs
- noSessionCreated$str() - Method in class org.jboss.ejb._private.Logs_$logger
- NOT_SUPPORTED - Enum constant in enum class org.jboss.ejb.client.annotation.ClientTransactionPolicy
-
Invoke without propagating any transaction context whether or not a client-side transaction context is present.
- notifyRegistered(EJBReceiverContext) - Method in interface org.jboss.ejb.client.EJBTransportProvider
-
Notify the provider instance that it has been registered with the given client context.
- notifyRegistered(EJBReceiverContext) - Method in class org.jboss.ejb.protocol.remote.RemoteTransportProvider
- noTransportProvider(EJBLocator<?>, String) - Method in class org.jboss.ejb._private.Logs_$logger
- noTransportProvider(EJBLocator<?>, String) - Method in interface org.jboss.ejb._private.Logs
- noTransportProvider$str() - Method in class org.jboss.ejb._private.Logs_$logger
- noTxAssociatedWithThread() - Method in class org.jboss.ejb._private.Logs_$logger
- noTxAssociatedWithThread() - Method in interface org.jboss.ejb._private.Logs
- noTxAssociatedWithThread$str() - Method in class org.jboss.ejb._private.Logs_$logger
- noTxContextAvailable() - Method in class org.jboss.ejb._private.Logs_$logger
- noTxContextAvailable() - Method in interface org.jboss.ejb._private.Logs
- noTxContextAvailable$str() - Method in class org.jboss.ejb._private.Logs_$logger
- NULL - Static variable in interface org.jboss.ejb.client.EJBReceiverInvocationContext.ResultProducer
-
A result producer which produces a
null
return. - NULL - Static variable in interface org.jboss.ejb.server.CancelHandle
-
A null cancel handle which does nothing.
- nullSessionCreated(Name, Name, Affinity, EJBIdentifier) - Method in class org.jboss.ejb._private.Logs_$logger
- nullSessionCreated(Name, Name, Affinity, EJBIdentifier) - Method in interface org.jboss.ejb._private.Logs
- nullSessionCreated$str() - Method in class org.jboss.ejb._private.Logs_$logger
- nullSessionID(EJBReceiver, StatelessEJBLocator<?>) - Method in class org.jboss.ejb._private.Logs_$logger
- nullSessionID(EJBReceiver, StatelessEJBLocator<?>) - Method in interface org.jboss.ejb._private.Logs
- nullSessionID$str() - Method in class org.jboss.ejb._private.Logs_$logger
- nullViewType() - Method in class org.jboss.ejb._private.Logs_$logger
- nullViewType() - Method in interface org.jboss.ejb._private.Logs
- nullViewType$str() - Method in class org.jboss.ejb._private.Logs_$logger
O
- oneWayInvocation() - Method in class org.jboss.ejb._private.Logs_$logger
- oneWayInvocation() - Method in interface org.jboss.ejb._private.Logs
- oneWayInvocation$str() - Method in class org.jboss.ejb._private.Logs_$logger
- operationInterrupted() - Method in class org.jboss.ejb._private.Logs_$logger
- operationInterrupted() - Method in interface org.jboss.ejb._private.Logs
- operationInterrupted$str() - Method in class org.jboss.ejb._private.Logs_$logger
- org.jboss.ejb._private - package org.jboss.ejb._private
- org.jboss.ejb.client - package org.jboss.ejb.client
- org.jboss.ejb.client.annotation - package org.jboss.ejb.client.annotation
- org.jboss.ejb.client.legacy - package org.jboss.ejb.client.legacy
- org.jboss.ejb.client.naming.ejb - package org.jboss.ejb.client.naming.ejb
- org.jboss.ejb.protocol.remote - package org.jboss.ejb.protocol.remote
- org.jboss.ejb.server - package org.jboss.ejb.server
- outflowTransactionTimeoutElapsed(Transaction) - Method in class org.jboss.ejb._private.Logs_$logger
- outflowTransactionTimeoutElapsed(Transaction) - Method in interface org.jboss.ejb._private.Logs
- outflowTransactionTimeoutElapsed$str() - Method in class org.jboss.ejb._private.Logs_$logger
P
- primaryKeyNotRelevantForSessionBeans() - Method in class org.jboss.ejb._private.Logs_$logger
- primaryKeyNotRelevantForSessionBeans() - Method in interface org.jboss.ejb._private.Logs
- primaryKeyNotRelevantForSessionBeans$str() - Method in class org.jboss.ejb._private.Logs_$logger
- PRIORITY - Static variable in class org.jboss.ejb.client.AuthenticationContextEJBClientInterceptor
- PRIORITY - Static variable in class org.jboss.ejb.client.DiscoveryEJBClientInterceptor
-
This interceptor's priority.
- PRIORITY - Static variable in class org.jboss.ejb.client.NamingEJBClientInterceptor
-
This interceptor's priority.
- PRIORITY - Static variable in class org.jboss.ejb.client.TransactionInterceptor
-
This interceptor's priority.
- PRIORITY - Static variable in class org.jboss.ejb.client.TransactionPostDiscoveryInterceptor
-
This interceptor's priority.
- PRIORITY - Static variable in class org.jboss.ejb.protocol.remote.RemotingEJBClientInterceptor
-
This interceptor's priority.
- PRIVATE_ATTACHMENTS_KEY - Static variable in class org.jboss.ejb.client.EJBClientInvocationContext
- PRIVATE_DATA_KEY - Static variable in class org.jboss.ejb.client.TransactionID
-
Deprecated.
- proceed() - Method in class org.jboss.ejb.client.EJBSessionCreationInvocationContext
-
Proceed with the next interceptor in the chain, calling the resolved receiver in the end.
- proceedAsynchronously() - Method in class org.jboss.ejb.client.EJBReceiverInvocationContext
-
Indicate that the invocation should proceed asynchronously, if it isn't already.
- processInvocation(EJBReceiverInvocationContext) - Method in class org.jboss.ejb.client.EJBReceiver
-
Process the invocation.
- propagate() - Method in enum class org.jboss.ejb.client.annotation.ClientTransactionPolicy
-
Determine whether this transaction policy causes the client-side transaction context (if any) to be propagated to invocations.
- PROPERTY_KEY_CLUSTERS - Static variable in class org.jboss.ejb.client.legacy.JBossEJBProperties
- proxyNotOurs(Object, String) - Method in class org.jboss.ejb._private.Logs_$logger
- proxyNotOurs(Object, String) - Method in interface org.jboss.ejb._private.Logs
- proxyNotOurs$str() - Method in class org.jboss.ejb._private.Logs_$logger
- putAttachment(AttachmentKey<T>, T) - Method in class org.jboss.ejb.client.Attachable
-
Set an attachment on this object.
- putAttachmentIfAbsent(AttachmentKey<T>, T) - Method in class org.jboss.ejb.client.Attachable
-
Set an attachment on this object if an existing attachment does not already exist.
- putProxyAttachment(Object, AttachmentKey<T>, T) - Static method in class org.jboss.ejb.client.EJBClient
-
Set a proxy attachment.
- putProxyAttachmentIfAbsent(Object, AttachmentKey<T>, T) - Static method in class org.jboss.ejb.client.EJBClient
-
Set a proxy attachment if it is not already set.
R
- RANDOM - Static variable in interface org.jboss.ejb.client.ClusterNodeSelector
-
Use a random available node, regardless of whether it is connected.
- RANDOM - Static variable in interface org.jboss.ejb.client.DeploymentNodeSelector
-
A deployment node selector which randomly chooses the next node.
- RANDOM - Static variable in interface org.jboss.ejb.client.DiscoveredURISelector
-
A deployment URI selector which randomly chooses the next URI.
- RANDOM_CONNECTED - Static variable in interface org.jboss.ejb.client.ClusterNodeSelector
-
Always use a random connected node, or fall back to a random unconnected node.
- RANDOM_PREFER_LOCAL - Static variable in interface org.jboss.ejb.client.ClusterNodeSelector
- RANDOM_PREFER_LOCAL - Static variable in interface org.jboss.ejb.client.DeploymentNodeSelector
-
A deployment node selector which check the server name if inside and prefer it if available for selection.
- readExternal(ObjectInput) - Method in class org.jboss.ejb.client.SerializedEJBInvocationHandler
-
Read this object from the input stream.
- readResolve() - Method in class org.jboss.ejb.client.SerializedEJBInvocationHandler
-
Resolve the corresponding invocation handler.
- readResolve() - Method in class org.jboss.ejb.client.SessionID.Serialized
-
Reconstitute the session ID from this serialized representation.
- readResolve() - Method in class org.jboss.ejb.client.TransactionID.Serialized
-
Deprecated.Reconstitute the transaction ID from this serialized representation.
- receivedServerVersionAndMarshallingStrategies(int, Set<String>) - Method in class org.jboss.ejb._private.Logs_$logger
- receivedServerVersionAndMarshallingStrategies(int, Set<String>) - Method in interface org.jboss.ejb._private.Logs
- receivedServerVersionAndMarshallingStrategies$str() - Method in class org.jboss.ejb._private.Logs_$logger
- receiveInvocationRequest(InvocationRequest) - Method in interface org.jboss.ejb.server.Association
-
Receive and execute an invocation request.
- receiveSessionOpenRequest(SessionOpenRequest) - Method in interface org.jboss.ejb.server.Association
-
Receive and execute a session open request.
- registerClusterTopologyListener(ClusterTopologyListener) - Method in interface org.jboss.ejb.server.Association
-
Register a cluster topology listener.
- registerInterceptor(int, EJBClientInterceptor) - Method in class org.jboss.ejb.client.EJBClientContext
-
Deprecated.Please use EJBClientContext.Builder to manipulate the EJBClientInterceptors.
- registerModuleAvailabilityListener(ModuleAvailabilityListener) - Method in interface org.jboss.ejb.server.Association
-
Register a module availability listener.
- RemoteEJBDiscoveryConfigurator - Class in org.jboss.ejb.protocol.remote
- RemoteEJBDiscoveryConfigurator() - Constructor for class org.jboss.ejb.protocol.remote.RemoteEJBDiscoveryConfigurator
- RemoteEJBPermission - Class in org.jboss.ejb.client
-
Represents permission to invoke an Enterprise Bean remotely
- RemoteEJBPermission() - Constructor for class org.jboss.ejb.client.RemoteEJBPermission
-
Construct a new instance.
- RemoteEJBPermission(String) - Constructor for class org.jboss.ejb.client.RemoteEJBPermission
-
Construct a new instance.
- RemoteEJBPermission(String, String) - Constructor for class org.jboss.ejb.client.RemoteEJBPermission
-
Construct a new instance.
- RemoteEJBService - Class in org.jboss.ejb.protocol.remote
-
The remote Enterprise Beans service.
- remoteInvFailed(Throwable) - Method in class org.jboss.ejb._private.Logs_$logger
- remoteInvFailed(Throwable) - Method in interface org.jboss.ejb._private.Logs
- remoteInvFailed$str() - Method in class org.jboss.ejb._private.Logs_$logger
- remoteMessageBadViewType(EJBIdentifier) - Method in class org.jboss.ejb._private.Logs_$logger
- remoteMessageBadViewType(EJBIdentifier) - Method in interface org.jboss.ejb._private.Logs
- remoteMessageBadViewType$str() - Method in class org.jboss.ejb._private.Logs_$logger
- remoteMessageEJBNotStateful(EJBIdentifier) - Method in class org.jboss.ejb._private.Logs_$logger
- remoteMessageEJBNotStateful(EJBIdentifier) - Method in interface org.jboss.ejb._private.Logs
- remoteMessageEJBNotStateful$str() - Method in class org.jboss.ejb._private.Logs_$logger
- remoteMessageNoSuchEJB(EJBIdentifier) - Method in class org.jboss.ejb._private.Logs_$logger
- remoteMessageNoSuchEJB(EJBIdentifier) - Method in interface org.jboss.ejb._private.Logs
- remoteMessageNoSuchEJB$str() - Method in class org.jboss.ejb._private.Logs_$logger
- remoteMessageNoSuchMethod(EJBMethodLocator, EJBIdentifier) - Method in class org.jboss.ejb._private.Logs_$logger
- remoteMessageNoSuchMethod(EJBMethodLocator, EJBIdentifier) - Method in interface org.jboss.ejb._private.Logs
- remoteMessageNoSuchMethod$str() - Method in class org.jboss.ejb._private.Logs_$logger
- remoteMessageSessionNotActive(EJBMethodLocator, EJBIdentifier) - Method in class org.jboss.ejb._private.Logs_$logger
- remoteMessageSessionNotActive(EJBMethodLocator, EJBIdentifier) - Method in interface org.jboss.ejb._private.Logs
- remoteMessageSessionNotActive$str() - Method in class org.jboss.ejb._private.Logs_$logger
- RemoteTransportProvider - Class in org.jboss.ejb.protocol.remote
-
The JBoss Remoting-based transport provider.
- RemoteTransportProvider() - Constructor for class org.jboss.ejb.protocol.remote.RemoteTransportProvider
- REMOTING - Static variable in interface org.jboss.ejb._private.Logs
- RemotingEJBClientInterceptor - Class in org.jboss.ejb.protocol.remote
-
The interceptor responsible for relaying invocation information back into the Remoting-based discovery system.
- RemotingEJBClientInterceptor() - Constructor for class org.jboss.ejb.protocol.remote.RemotingEJBClientInterceptor
- RemotingLegacyConfiguration - Class in org.jboss.ejb.client.legacy
-
The interface to merge Enterprise Bean properties into the Remoting configuration.
- RemotingLegacyConfiguration() - Constructor for class org.jboss.ejb.client.legacy.RemotingLegacyConfiguration
- remove() - Method in class org.jboss.ejb.client.EJBClientInterceptor.Registration
-
Deprecated.Remove this registration.
- removeAttachment(AttachmentKey<T>) - Method in class org.jboss.ejb.client.Attachable
-
Remove and return an attachment value.
- removeAttachment(AttachmentKey<T>, T) - Method in class org.jboss.ejb.client.Attachable
-
Remove an attachment if it has a certain value.
- removeProxyAttachment(Object, AttachmentKey<T>) - Static method in class org.jboss.ejb.client.EJBClient
-
Remove a proxy attachment.
- removeProxyAttachment(Object, AttachmentKey<T>, T) - Static method in class org.jboss.ejb.client.EJBClient
-
Remove a proxy attachment with a particular value.
- removeProxyAttachment(AttachmentKey<T>) - Method in class org.jboss.ejb.client.EJBClientInvocationContext
-
Remove a value attached to the proxy.
- replaceAttachment(AttachmentKey<T>, T) - Method in class org.jboss.ejb.client.Attachable
-
Replace an attachment on this object if an existing attachment exists.
- replaceAttachment(AttachmentKey<T>, T, T) - Method in class org.jboss.ejb.client.Attachable
-
Replace an attachment on this object if an existing attachment exists with a certain value.
- replaceProxyAttachment(Object, AttachmentKey<T>, T) - Static method in class org.jboss.ejb.client.EJBClient
-
Replace a proxy attachment if it is already present.
- replaceProxyAttachment(Object, AttachmentKey<T>, T, T) - Static method in class org.jboss.ejb.client.EJBClient
-
Replace a proxy attachment if it is already present.
- Request - Interface in org.jboss.ejb.server
-
The base type of any Enterprise Bean server request.
- requestCancelled() - Method in class org.jboss.ejb._private.Logs_$logger
- requestCancelled() - Method in interface org.jboss.ejb._private.Logs
- requestCancelled() - Method in class org.jboss.ejb.client.EJBReceiverInvocationContext
-
Indicate that the request was successfully cancelled and that no result is forthcoming.
- requestCancelled$str() - Method in class org.jboss.ejb._private.Logs_$logger
- requestFailed(Exception) - Method in class org.jboss.ejb.client.EJBReceiverInvocationContext
-
Indicate that a request failed locally with the given exception cause.
- requestFailed(Exception, Executor) - Method in class org.jboss.ejb.client.EJBReceiverInvocationContext
-
Indicate that a request failed locally with the given exception cause.
- requestNotSent() - Method in class org.jboss.ejb._private.Logs_$logger
- requestNotSent() - Method in interface org.jboss.ejb._private.Logs
- requestNotSent$str() - Method in class org.jboss.ejb._private.Logs_$logger
- requestRetry() - Method in class org.jboss.ejb.client.AbstractInvocationContext
-
Request that the current operation be retried if possible.
- requestRetry() - Method in class org.jboss.ejb.client.EJBClientInvocationContext
- requestRetry() - Method in class org.jboss.ejb.client.EJBSessionCreationInvocationContext
- RequestSendFailedException - Exception in org.jboss.ejb.client
-
An exception (typically) thrown by
EJBReceiver
s if the receiver couldn't successfully handle a request. - RequestSendFailedException() - Constructor for exception org.jboss.ejb.client.RequestSendFailedException
-
Constructs a new
RequestSendFailedException
instance. - RequestSendFailedException(boolean) - Constructor for exception org.jboss.ejb.client.RequestSendFailedException
-
Constructs a new
RequestSendFailedException
instance. - RequestSendFailedException(String) - Constructor for exception org.jboss.ejb.client.RequestSendFailedException
-
Constructs a new
RequestSendFailedException
instance with an initial message. - RequestSendFailedException(String, boolean) - Constructor for exception org.jboss.ejb.client.RequestSendFailedException
-
Constructs a new
RequestSendFailedException
instance with an initial message. - RequestSendFailedException(String, Throwable) - Constructor for exception org.jboss.ejb.client.RequestSendFailedException
-
Constructs a new
RequestSendFailedException
instance with an initial message and cause. - RequestSendFailedException(String, Throwable, boolean) - Constructor for exception org.jboss.ejb.client.RequestSendFailedException
-
Constructs a new
RequestSendFailedException
instance with an initial message and cause. - RequestSendFailedException(Throwable) - Constructor for exception org.jboss.ejb.client.RequestSendFailedException
-
Constructs a new
RequestSendFailedException
instance with an initial cause. - RequestSendFailedException(Throwable, boolean) - Constructor for exception org.jboss.ejb.client.RequestSendFailedException
-
Constructs a new
RequestSendFailedException
instance with an initial cause. - requireCurrent() - Static method in class org.jboss.ejb.client.EJBClientContext
-
Get the current client context for this thread.
- requiredNodeExcludedFromInvocation(EJBLocator<?>, String, EJBClientInvocationContext) - Method in class org.jboss.ejb._private.Logs_$logger
- requiredNodeExcludedFromInvocation(EJBLocator<?>, String, EJBClientInvocationContext) - Method in interface org.jboss.ejb._private.Logs
- requiredNodeExcludedFromInvocation$str() - Method in class org.jboss.ejb._private.Logs_$logger
- RESPONSE_COMPRESSION_LEVEL - Static variable in class org.jboss.ejb.client.AttachmentKeys
-
Deprecated.
- resultReady(EJBReceiverInvocationContext.ResultProducer) - Method in class org.jboss.ejb.client.EJBReceiverInvocationContext
-
Indicate that the invocation result is ready.
- RETURNED_CONTEXT_DATA_KEY - Static variable in class org.jboss.ejb.client.EJBClientInvocationContext
-
A context data key that may contain a Set of Strings.
- returnedContextDataKeyOfWrongType() - Method in class org.jboss.ejb._private.Logs_$logger
- returnedContextDataKeyOfWrongType() - Method in interface org.jboss.ejb._private.Logs
- returnedContextDataKeyOfWrongType$str() - Method in class org.jboss.ejb._private.Logs_$logger
- ROUND_ROBIN - Static variable in interface org.jboss.ejb.client.ClusterNodeSelector
-
Use available nodes in a round-robin fashion, regardless of whether it is connected.
- ROUND_ROBIN - Static variable in interface org.jboss.ejb.client.DeploymentNodeSelector
-
A deployment node selector which uses an approximate round-robin policy among all of the eligible nodes.
- ROUND_ROBIN - Static variable in interface org.jboss.ejb.client.DiscoveredURISelector
-
A deployment URI selector which uses an approximate round-robin policy among all of the eligible URIs.
S
- selectNode(String[], String, String, String) - Method in interface org.jboss.ejb.client.DeploymentNodeSelector
-
Selects and returns a node from among the
eligibleNodes
to handle the invocation on a deployment represented by the passedappName
,moduleName
anddistinctName
combination. - selectNode(String, String[], String[]) - Method in interface org.jboss.ejb.client.ClusterNodeSelector
-
Returns a node from among the
totalAvailableNodes
, as the target node for Enterprise Beans invocations. - selectNode(List<URI>, EJBLocator<?>) - Method in interface org.jboss.ejb.client.DiscoveredURISelector
-
Selects and returns a URI from among the
eligibleUris
to handle the invocation on a deployment represented by the passed inlocator
. - selectorReturnedNull(Object) - Method in class org.jboss.ejb._private.Logs_$logger
- selectorReturnedNull(Object) - Method in interface org.jboss.ejb._private.Logs
- selectorReturnedNull$str() - Method in class org.jboss.ejb._private.Logs_$logger
- selectorReturnedUnknownNode(Object, String) - Method in class org.jboss.ejb._private.Logs_$logger
- selectorReturnedUnknownNode(Object, String) - Method in interface org.jboss.ejb._private.Logs
- selectorReturnedUnknownNode$str() - Method in class org.jboss.ejb._private.Logs_$logger
- sendRequest() - Method in class org.jboss.ejb.client.EJBClientInvocationContext
-
Proceed with sending the request normally.
- sendRequestCalledDuringWrongPhase() - Method in class org.jboss.ejb._private.Logs_$logger
- sendRequestCalledDuringWrongPhase() - Method in interface org.jboss.ejb._private.Logs
- sendRequestCalledDuringWrongPhase$str() - Method in class org.jboss.ejb._private.Logs_$logger
- SerializedEJBInvocationHandler - Class in org.jboss.ejb.client
-
A serialized Enterprise Bean invocation handler.
- SerializedEJBInvocationHandler() - Constructor for class org.jboss.ejb.client.SerializedEJBInvocationHandler
-
Construct a new instance.
- SerializedEJBInvocationHandler(EJBLocator<?>) - Constructor for class org.jboss.ejb.client.SerializedEJBInvocationHandler
-
Construct a new instance.
- SerializedEJBInvocationHandler(EJBLocator<?>, boolean) - Constructor for class org.jboss.ejb.client.SerializedEJBInvocationHandler
-
Construct a new instance.
- serverUp() - Method in class org.jboss.ejb.protocol.remote.RemoteEJBService
-
Indicate that the server is up, which will allow client invocations to proceed.
- SessionID - Class in org.jboss.ejb.client
-
A session ID for a stateful Enterprise Beans.
- SessionID.Serialized - Class in org.jboss.ejb.client
-
Serialized representation of a session ID..
- SessionOpenRequest - Interface in org.jboss.ejb.server
-
An Enterprise Bean session-open request.
- setBlockingCaller(boolean) - Method in class org.jboss.ejb.client.EJBClientInvocationContext
-
Establish whether this invocation is currently blocking the calling thread.
- setCanBeRetried(boolean) - Method in exception org.jboss.ejb.client.RequestSendFailedException
-
Set the "can be retried" flag.
- setClusterNodeSelector(ClusterNodeSelector) - Method in class org.jboss.ejb.client.EJBClientCluster.Builder
- setClusterNodeSelector(ClusterNodeSelector) - Method in class org.jboss.ejb.client.EJBClientContext.Builder
- setConnectTimeoutMilliseconds(long) - Method in class org.jboss.ejb.client.EJBClientCluster.Builder
- setDefaultCompression(int) - Method in class org.jboss.ejb.client.EJBClientContext.Builder
- setDeploymentNodeSelector(DeploymentNodeSelector) - Method in class org.jboss.ejb.client.EJBClientContext.Builder
- setDestination(URI) - Method in class org.jboss.ejb.client.AbstractInvocationContext
-
Set the resolved destination of this invocation.
- setDestination(URI) - Method in class org.jboss.ejb.client.EJBClientConnection.Builder
-
Set the destination URI.
- setForDiscovery(boolean) - Method in class org.jboss.ejb.client.EJBClientConnection.Builder
-
Set whether this connection should be used for discovery (defaults to
true
). - setInvocationTimeout(long) - Method in class org.jboss.ejb.client.EJBClientContext.Builder
- setInvocationTimeout(Object, long, TimeUnit) - Static method in class org.jboss.ejb.client.EJBClient
-
Set a per-proxy invocation timeout.
- setLocator(EJBLocator<?>) - Method in class org.jboss.ejb.client.SerializedEJBInvocationHandler
-
Set the invocation locator.
- setLocator(EJBLocator<T>) - Method in class org.jboss.ejb.client.AbstractInvocationContext
-
Set the locator for the invocation target.
- setLocator(EJBLocator<T>) - Method in class org.jboss.ejb.client.EJBClientInvocationContext
- setMaximumConnectedClusterNodes(int) - Method in class org.jboss.ejb.client.EJBClientContext.Builder
- setMaximumConnectedNodes(long) - Method in class org.jboss.ejb.client.EJBClientCluster.Builder
- setName(String) - Method in class org.jboss.ejb.client.EJBClientCluster.Builder
- setOverrideConfiguration(AuthenticationConfiguration) - Method in class org.jboss.ejb.client.EJBClientCluster.Builder
- setStrongAffinity(Object, Affinity) - Static method in class org.jboss.ejb.client.EJBClient
-
Change the strong affinity of a proxy.
- setTargetAffinity(Affinity) - Method in class org.jboss.ejb.client.AbstractInvocationContext
-
Set the resolved target affinity of this invocation.
- setTransaction(AbstractTransaction) - Method in class org.jboss.ejb.client.AbstractInvocationContext
-
Set the transaction associated with the invocation.
- setWeakAffinity(Object, Affinity) - Static method in class org.jboss.ejb.client.EJBClient
-
Change the weak affinity of a proxy.
- setWeakAffinity(Affinity) - Method in class org.jboss.ejb.client.AbstractInvocationContext
-
Set the invocation weak affinity.
- simpleConnectionThresholdRandomSelector(int) - Static method in interface org.jboss.ejb.client.ClusterNodeSelector
-
A simple threshold-based random selector.
- skippingConnectionCreationDueToInvalidPortNumber(String, String) - Method in class org.jboss.ejb._private.Logs_$logger
- skippingConnectionCreationDueToInvalidPortNumber(String, String) - Method in interface org.jboss.ejb._private.Logs
- skippingConnectionCreationDueToInvalidPortNumber$str() - Method in class org.jboss.ejb._private.Logs_$logger
- skippingConnectionCreationDueToMissingHostOrPort(String) - Method in class org.jboss.ejb._private.Logs_$logger
- skippingConnectionCreationDueToMissingHostOrPort(String) - Method in interface org.jboss.ejb._private.Logs
- skippingConnectionCreationDueToMissingHostOrPort$str() - Method in class org.jboss.ejb._private.Logs_$logger
- skippingHttpConnectionCreationDueToInvalidUri(String) - Method in class org.jboss.ejb._private.Logs_$logger
- skippingHttpConnectionCreationDueToInvalidUri(String) - Method in interface org.jboss.ejb._private.Logs
- skippingHttpConnectionCreationDueToInvalidUri$str() - Method in class org.jboss.ejb._private.Logs_$logger
- skippingHttpConnectionCreationDueToMissingUri(String) - Method in class org.jboss.ejb._private.Logs_$logger
- skippingHttpConnectionCreationDueToMissingUri(String) - Method in interface org.jboss.ejb._private.Logs
- skippingHttpConnectionCreationDueToMissingUri$str() - Method in class org.jboss.ejb._private.Logs_$logger
- SOURCE_ADDRESS_KEY - Static variable in class org.jboss.ejb.client.EJBClient
-
An invocation context key which is set to the source socket address of the invocation request, if any.
- StatefulEJBLocator<T> - Class in org.jboss.ejb.client
-
A locator for a stateful session Enterprise Bean.
- StatefulEJBLocator(Class<T>, String, String, String, String, SessionID) - Constructor for class org.jboss.ejb.client.StatefulEJBLocator
-
Construct a new instance.
- StatefulEJBLocator(Class<T>, String, String, String, String, SessionID, Affinity) - Constructor for class org.jboss.ejb.client.StatefulEJBLocator
-
Construct a new instance.
- StatefulEJBLocator(Class<T>, String, String, String, SessionID) - Constructor for class org.jboss.ejb.client.StatefulEJBLocator
-
Construct a new instance.
- StatefulEJBLocator(Class<T>, String, String, String, SessionID, Affinity) - Constructor for class org.jboss.ejb.client.StatefulEJBLocator
-
Construct a new instance.
- StatefulEJBLocator(Class<T>, EJBIdentifier, SessionID) - Constructor for class org.jboss.ejb.client.StatefulEJBLocator
-
Construct a new instance.
- StatefulEJBLocator(Class<T>, EJBIdentifier, SessionID, Affinity) - Constructor for class org.jboss.ejb.client.StatefulEJBLocator
-
Construct a new instance.
- StatefulEJBLocator(EJBLocator<T>, SessionID) - Constructor for class org.jboss.ejb.client.StatefulEJBLocator
-
Construct a new instance.
- StatefulEJBLocator(EJBLocator<T>, SessionID, Affinity) - Constructor for class org.jboss.ejb.client.StatefulEJBLocator
-
Construct a new instance.
- StatefulEJBLocator(StatefulEJBLocator<T>, Affinity) - Constructor for class org.jboss.ejb.client.StatefulEJBLocator
-
Construct a new instance.
- StatefulEJBMetaData<T extends jakarta.ejb.EJBObject,
H extends jakarta.ejb.EJBHome> - Class in org.jboss.ejb.client -
EJB metadata for stateful EJBs.
- StatefulEJBMetaData(Class<T>, EJBHomeLocator<H>) - Constructor for class org.jboss.ejb.client.StatefulEJBMetaData
-
Construct a new instance.
- StatelessEJBLocator<T> - Class in org.jboss.ejb.client
-
A locator for a stateless session EJB.
- StatelessEJBLocator(Class<T>, String, String, String) - Constructor for class org.jboss.ejb.client.StatelessEJBLocator
-
Construct a new instance.
- StatelessEJBLocator(Class<T>, String, String, String, String) - Constructor for class org.jboss.ejb.client.StatelessEJBLocator
-
Construct a new instance.
- StatelessEJBLocator(Class<T>, String, String, String, String, Affinity) - Constructor for class org.jboss.ejb.client.StatelessEJBLocator
-
Construct a new instance.
- StatelessEJBLocator(Class<T>, String, String, String, Affinity) - Constructor for class org.jboss.ejb.client.StatelessEJBLocator
-
Construct a new instance.
- StatelessEJBLocator(Class<T>, EJBIdentifier) - Constructor for class org.jboss.ejb.client.StatelessEJBLocator
-
Construct a new instance.
- StatelessEJBLocator(Class<T>, EJBIdentifier, Affinity) - Constructor for class org.jboss.ejb.client.StatelessEJBLocator
-
Construct a new instance.
- StatelessEJBLocator(StatelessEJBLocator<T>, Affinity) - Constructor for class org.jboss.ejb.client.StatelessEJBLocator
-
Construct a new instance.
- StatelessEJBMetaData<T extends jakarta.ejb.EJBObject,
H extends jakarta.ejb.EJBHome> - Class in org.jboss.ejb.client -
Enterprise Beans metadata for stateless Enterprise Beans.
- StatelessEJBMetaData(Class<T>, EJBHomeLocator<H>) - Constructor for class org.jboss.ejb.client.StatelessEJBMetaData
-
Construct a new instance.
- SUPPORTS - Enum constant in enum class org.jboss.ejb.client.annotation.ClientTransactionPolicy
-
Invoke without a transaction if there is no client-side transaction context; propagate the client-side transaction context if it is present.
- supportsProtocol(String) - Method in interface org.jboss.ejb.client.EJBTransportProvider
-
Determine whether this transport provider supports the protocol identified by the given URI scheme.
- supportsProtocol(String) - Method in class org.jboss.ejb.protocol.remote.RemoteTransportProvider
- supportsUriScheme(NamingProvider, String) - Method in class org.jboss.ejb.client.EJBNamingContextFactory
T
- taskFailed(Runnable, Throwable) - Method in class org.jboss.ejb._private.Logs_$logger
- taskFailed(Runnable, Throwable) - Method in interface org.jboss.ejb._private.Logs
- taskFailed$str() - Method in class org.jboss.ejb._private.Logs_$logger
- timedOut() - Method in class org.jboss.ejb._private.Logs_$logger
- timedOut() - Method in interface org.jboss.ejb._private.Logs
- timedOut$str() - Method in class org.jboss.ejb._private.Logs_$logger
- toAbstractEJBMetaData() - Method in class org.jboss.ejb.client.EJBMetaDataImpl
-
Deprecated.
- toString() - Method in class org.jboss.ejb.client.ClusterAffinity
- toString() - Method in class org.jboss.ejb.client.EJBClientCluster
- toString() - Method in class org.jboss.ejb.client.EJBClientConnection
- toString() - Method in class org.jboss.ejb.client.EJBIdentifier
-
Get the Enterprise Beans identifier as a human-readable string.
- toString() - Method in class org.jboss.ejb.client.EJBLocator
- toString() - Method in class org.jboss.ejb.client.EJBMethodLocator
- toString() - Method in class org.jboss.ejb.client.EJBModuleIdentifier
-
Get the Enterprise Beans identifier as a human-readable string.
- toString() - Method in class org.jboss.ejb.client.EJBReceiverInvocationContext
- toString() - Method in class org.jboss.ejb.client.EntityEJBLocator
- toString() - Method in class org.jboss.ejb.client.NodeAffinity
- toString() - Method in class org.jboss.ejb.client.SessionID
- toString() - Method in class org.jboss.ejb.client.StatefulEJBLocator
- toString() - Method in class org.jboss.ejb.client.TransactionID
-
Deprecated.
- toString() - Method in class org.jboss.ejb.client.URIAffinity
- toString() - Method in class org.jboss.ejb.client.UUIDSessionID
- TRANSACTION_ID_KEY - Static variable in class org.jboss.ejb.client.AttachmentKeys
-
Deprecated.
- TRANSACTION_KEY - Static variable in class org.jboss.ejb.client.AttachmentKeys
-
The attachment key for transaction propagation.
- TransactionID - Class in org.jboss.ejb.client
-
Deprecated.Retained only for protocol compatibility.
- TransactionID.Serialized - Class in org.jboss.ejb.client
-
Deprecated.Serialized representation of a transaction ID.
- TransactionInterceptor - Class in org.jboss.ejb.client
-
The client interceptor which associates the current transaction with the invocation.
- TransactionInterceptor() - Constructor for class org.jboss.ejb.client.TransactionInterceptor
-
Construct a new instance.
- transactionNoLongerActive() - Method in class org.jboss.ejb._private.Logs_$logger
- transactionNoLongerActive() - Method in interface org.jboss.ejb._private.Logs
- transactionNoLongerActive$str() - Method in class org.jboss.ejb._private.Logs_$logger
- TransactionPostDiscoveryInterceptor - Class in org.jboss.ejb.client
-
The client interceptor which associates discovery output with the current transaction of the invocation.
- TransactionPostDiscoveryInterceptor() - Constructor for class org.jboss.ejb.client.TransactionPostDiscoveryInterceptor
-
Construct a new instance.
- transactionRecoveryMessageNotSupported(EJBReceiver) - Method in class org.jboss.ejb._private.Logs_$logger
- transactionRecoveryMessageNotSupported(EJBReceiver) - Method in interface org.jboss.ejb._private.Logs
- transactionRecoveryMessageNotSupported$str() - Method in class org.jboss.ejb._private.Logs_$logger
- transformStrongAffinity(Object, UnaryOperator<Affinity>) - Static method in class org.jboss.ejb.client.EJBClient
-
Transform the strong affinity of a proxy.
- txAlreadyAssociatedWithThread() - Method in class org.jboss.ejb._private.Logs_$logger
- txAlreadyAssociatedWithThread() - Method in interface org.jboss.ejb._private.Logs
- txAlreadyAssociatedWithThread$str() - Method in class org.jboss.ejb._private.Logs_$logger
- txEnlistmentDidNotYieldTxId() - Method in class org.jboss.ejb._private.Logs_$logger
- txEnlistmentDidNotYieldTxId() - Method in interface org.jboss.ejb._private.Logs
- txEnlistmentDidNotYieldTxId$str() - Method in class org.jboss.ejb._private.Logs_$logger
- TXN - Static variable in interface org.jboss.ejb._private.Logs
- txNodeIsExcludedForInvocation(String, EJBClientInvocationContext) - Method in class org.jboss.ejb._private.Logs_$logger
- txNodeIsExcludedForInvocation(String, EJBClientInvocationContext) - Method in interface org.jboss.ejb._private.Logs
- txNodeIsExcludedForInvocation$str() - Method in class org.jboss.ejb._private.Logs_$logger
- txNotActiveForThread() - Method in class org.jboss.ejb._private.Logs_$logger
- txNotActiveForThread() - Method in interface org.jboss.ejb._private.Logs
- txNotActiveForThread$str() - Method in class org.jboss.ejb._private.Logs_$logger
U
- unableToInflowTxn(Exception) - Method in class org.jboss.ejb._private.Logs_$logger
- unableToInflowTxn(Exception) - Method in interface org.jboss.ejb._private.Logs
- unableToInflowTxn$str() - Method in class org.jboss.ejb._private.Logs_$logger
- unexpectedClusterNodeSelectorClassType(Class<?>, String) - Method in class org.jboss.ejb._private.Logs_$logger
- unexpectedClusterNodeSelectorClassType(Class<?>, String) - Method in interface org.jboss.ejb._private.Logs
- unexpectedClusterNodeSelectorClassType$str() - Method in class org.jboss.ejb._private.Logs_$logger
- unexpectedException(Throwable) - Method in class org.jboss.ejb._private.Logs_$logger
- unexpectedException(Throwable) - Method in interface org.jboss.ejb._private.Logs
- unexpectedException$str() - Method in class org.jboss.ejb._private.Logs_$logger
- unknownProxy(Object) - Method in class org.jboss.ejb._private.Logs_$logger
- unknownProxy(Object) - Method in interface org.jboss.ejb._private.Logs
- unknownProxy$str() - Method in class org.jboss.ejb._private.Logs_$logger
- UnknownSessionID - Class in org.jboss.ejb.client
-
A session ID of an unknown format.
- unsupportedNamingOperation() - Method in class org.jboss.ejb._private.Logs_$logger
- unsupportedNamingOperation() - Method in interface org.jboss.ejb._private.Logs
- unsupportedNamingOperation$str() - Method in class org.jboss.ejb._private.Logs_$logger
- unsupportedNamingOperationForReadOnlyContext() - Method in class org.jboss.ejb._private.Logs_$logger
- unsupportedNamingOperationForReadOnlyContext() - Method in interface org.jboss.ejb._private.Logs
- unsupportedNamingOperationForReadOnlyContext$str() - Method in class org.jboss.ejb._private.Logs_$logger
- updateStrongAffinity(Affinity) - Method in interface org.jboss.ejb.server.Request
-
Hint to the implementation that the strong affinity of the client proxy should be updated if possible.
- updateWeakAffinity(Affinity) - Method in interface org.jboss.ejb.server.Request
-
Hint to the implementation that the weak affinity of the client proxy should be updated if possible.
- URIAffinity - Class in org.jboss.ejb.client
-
A URI affinity specification.
- URIAffinity(URI) - Constructor for class org.jboss.ejb.client.URIAffinity
-
Construct a new instance.
- useRandomConnectedNode(ClusterNodeSelector) - Static method in interface org.jboss.ejb.client.ClusterNodeSelector
-
Always try to use a random connected node.
- useRandomUnconnectedNode(ClusterNodeSelector) - Static method in interface org.jboss.ejb.client.ClusterNodeSelector
-
Always try to use an unconnected node.
- useRoundRobinConnectedNode(ClusterNodeSelector) - Static method in interface org.jboss.ejb.client.ClusterNodeSelector
-
Always try to round-robin among connected nodes.
- useRoundRobinUnconnectedNode(ClusterNodeSelector) - Static method in interface org.jboss.ejb.client.ClusterNodeSelector
-
Always try to use an unconnected node in a round-robin fashion.
- UserTransactionID - Class in org.jboss.ejb.client
-
Deprecated.Retained only for protocol compatibility.
- UserTransactionID(String, int) - Constructor for class org.jboss.ejb.client.UserTransactionID
-
Deprecated.
- userTxNotSupportedByTxContext() - Method in class org.jboss.ejb._private.Logs_$logger
- userTxNotSupportedByTxContext() - Method in interface org.jboss.ejb._private.Logs
- userTxNotSupportedByTxContext$str() - Method in class org.jboss.ejb._private.Logs_$logger
- UUIDSessionID - Class in org.jboss.ejb.client
-
A UUID-based session ID object.
- UUIDSessionID(UUID) - Constructor for class org.jboss.ejb.client.UUIDSessionID
-
Construct a new instance.
V
- value() - Element in annotation interface org.jboss.ejb.client.annotation.ClientInterceptorPriority
- value() - Element in annotation interface org.jboss.ejb.client.annotation.ClientInterceptors
-
The client interceptors contained by this repeatable annotation.
- value() - Element in annotation interface org.jboss.ejb.client.annotation.ClientTransaction
-
The annotation value.
- valueOf(String) - Static method in enum class org.jboss.ejb.client.annotation.ClientTransactionPolicy
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.jboss.ejb.client.annotation.ClientTransactionPolicy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- Version - Class in org.jboss.ejb.client
- VIEW_CLASS_DATA_COMPRESSION_HINT_ATTACHMENT_KEY - Static variable in class org.jboss.ejb.client.AttachmentKeys
-
Deprecated.
- VIEW_METHOD_DATA_COMPRESSION_HINT_ATTACHMENT_KEY - Static variable in class org.jboss.ejb.client.AttachmentKeys
-
Deprecated.
- viewTypeMismatch(EJBReceiver, Class<?>, Class<?>) - Method in class org.jboss.ejb._private.Logs_$logger
- viewTypeMismatch(EJBReceiver, Class<?>, Class<?>) - Method in interface org.jboss.ejb._private.Logs
- viewTypeMismatch$str() - Method in class org.jboss.ejb._private.Logs_$logger
W
- WEAK_AFFINITY - Static variable in class org.jboss.ejb.client.AttachmentKeys
-
The preferred node or cluster for invocations from this proxy.
- WEAK_AFFINITY_CONTEXT_KEY - Static variable in class org.jboss.ejb.client.Affinity
-
Key which will be used in the invocation context data for passing around the weak affinity associated with a Enterprise Bean.
- withAddedInterceptors(EJBClientInterceptor...) - Method in class org.jboss.ejb.client.EJBClientContext
-
Get a copy of this context with the given interceptor(s) added.
- withAddedTransportProviders(EJBTransportProvider...) - Method in class org.jboss.ejb.client.EJBClientContext
-
Get a copy of this context with the given transport provider(s) added.
- withName(String) - Method in class org.jboss.ejb.client.EJBClientPermission
- withNewAffinity(Affinity) - Method in class org.jboss.ejb.client.EJBHomeLocator
- withNewAffinity(Affinity) - Method in class org.jboss.ejb.client.EJBLocator
-
Create a copy of this locator, but with the new given affinity.
- withNewAffinity(Affinity) - Method in class org.jboss.ejb.client.EntityEJBLocator
- withNewAffinity(Affinity) - Method in class org.jboss.ejb.client.StatefulEJBLocator
- withNewAffinity(Affinity) - Method in class org.jboss.ejb.client.StatelessEJBLocator
- withoutSession() - Method in class org.jboss.ejb.client.StatefulEJBLocator
-
Get a copy of this stateful Enterprise Beans locator, but without any session ID.
- withSession(SessionID) - Method in class org.jboss.ejb.client.EJBLocator
-
Create a copy of this locator, but with the given stateful session ID.
- withSession(SessionID) - Method in class org.jboss.ejb.client.StatefulEJBLocator
- withSession(SessionID) - Method in class org.jboss.ejb.client.StatelessEJBLocator
- withSessionAndAffinity(SessionID, Affinity) - Method in class org.jboss.ejb.client.EJBLocator
-
Create a copy of this locator, but with the given affinity and stateful session ID.
- withSessionAndAffinity(SessionID, Affinity) - Method in class org.jboss.ejb.client.StatefulEJBLocator
- withSessionAndAffinity(SessionID, Affinity) - Method in class org.jboss.ejb.client.StatelessEJBLocator
- writeCancelResponse() - Method in interface org.jboss.ejb.server.Request
-
Write a response indicating that the request was successfully cancelled.
- writeException(Exception) - Method in interface org.jboss.ejb.server.Request
-
Write a message indicating that an exception was thrown by the operation.
- writeExternal(ObjectOutput) - Method in class org.jboss.ejb.client.SerializedEJBInvocationHandler
-
Write this object to the output stream.
- writeInvocationResult(Object) - Method in interface org.jboss.ejb.server.InvocationRequest.Resolved
-
Write the invocation result message.
- writeNoSuchEJB() - Method in interface org.jboss.ejb.server.Request
-
Write a message indicating that the Enterprise Bean is not found on this server.
- writeNoSuchMethod() - Method in interface org.jboss.ejb.server.InvocationRequest
-
Write a message indicating that the method is not found on the Enterprise Beans.
- writeNotStateful() - Method in interface org.jboss.ejb.server.Request
-
Write a message indicating that given Enterprise Bean is not actually stateful.
- writeProceedAsync() - Method in interface org.jboss.ejb.server.InvocationRequest
-
Write a message indicating that this is an async request.
- writeReplace() - Method in class org.jboss.ejb.client.SessionID
-
Substitute this session ID with a serialized representation.
- writeReplace() - Method in class org.jboss.ejb.client.TransactionID
-
Deprecated.Substitute this transaction ID with a serialized representation.
- writeSessionNotActive() - Method in interface org.jboss.ejb.server.InvocationRequest
-
Write a message indicating that the session is inactive.
- writeWrongViewType() - Method in interface org.jboss.ejb.server.Request
-
Write a message indicating that the Enterprise Bean exists but the locator does not refer to a remote view.
X
- XidTransactionID - Class in org.jboss.ejb.client
-
Deprecated.Retained only for protocol compatibility.
- XidTransactionID(Xid) - Constructor for class org.jboss.ejb.client.XidTransactionID
-
Deprecated.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form