Skip navigation links
JBoss EJB client 4.0.0.Beta13
A B C D E F G H I J L M N O P R S T U V W X 

A

AbstractEJBMetaData<T extends javax.ejb.EJBObject,H extends javax.ejb.EJBHome> - Class in org.jboss.ejb.client
Abstract base class for all EJB metadata.
addClientConnection(EJBClientConnection) - Method in class org.jboss.ejb.client.EJBClientContext.Builder
 
addInterceptor(EJBClientInterceptor) - Method in class org.jboss.ejb.client.EJBClientContext.Builder
 
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.
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.
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 passed networkAddress and networkMask.
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.EJBClientConnection.Builder
Construct a new instance.
Builder() - Constructor for class org.jboss.ejb.client.EJBClientContext.Builder
Construct a new instance.

C

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.
cannotConvertToStateful(EJBLocator<?>) - Method in interface org.jboss.ejb._private.Logs
 
cannotCreateEJBReceiverDueToUnknownTarget(String) - Method in interface org.jboss.ejb._private.Logs
 
cannotEnlistTx() - Method in interface org.jboss.ejb._private.Logs
 
cannotInstantiateCallbackHandler(String, ReflectiveOperationException) - Method in interface org.jboss.ejb._private.Logs
 
cannotInstantiateDeploymentNodeSelector(String, ReflectiveOperationException) - Method in interface org.jboss.ejb._private.Logs
 
cannotRetryRequest() - Method in interface org.jboss.ejb._private.Logs
 
cannotSpecifyBothCallbackHandlerAndUserPass() - Method in interface org.jboss.ejb._private.Logs
 
cannotSpecifyBothPlainTextAndEncodedPassword() - Method in interface org.jboss.ejb._private.Logs
 
channelCanNoLongerProcessMessages(Channel) - Method in interface org.jboss.ejb._private.Logs
 
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 Type 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.
ClientTransaction - Annotation Type in org.jboss.ejb.client.annotation
Indicate the client-side transaction handling policy for the associated EJB interface or method.
ClientTransactionPolicy - Enum in org.jboss.ejb.client.annotation
The transaction policy for the client side of an EJB interface or method.
close() - Method in interface org.jboss.ejb.server.ListenerHandle
Close the handle, unsubscribing the listener.
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(SessionID) - Method in class org.jboss.ejb.client.SessionID
 
COMPRESS_RESPONSE - Static variable in class org.jboss.ejb.client.AttachmentKeys
Deprecated.
CompressionHint - Annotation Type in org.jboss.ejb.client.annotation
A hint to the EJB client API that the data being communicated between the EJB client and the server via the EJBReceiver(s) should be compressed.
configure(Consumer<DiscoveryProvider>, Consumer<RegistryProvider>) - Method in class org.jboss.ejb.client.legacy.DiscoveryLegacyConfiguration
 
configure(EJBClientContext.Builder) - Static method in class org.jboss.ejb.client.legacy.LegacyPropertiesConfiguration
 
configure(Consumer<DiscoveryProvider>, Consumer<RegistryProvider>) - Method in class org.jboss.ejb.protocol.remote.RemoteEJBDiscoveryConfigurator
 
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 interface org.jboss.ejb._private.Logs
 
couldNotDecodeBase64Password(Exception) - Method in interface org.jboss.ejb._private.Logs
 
couldNotLoadProxyClass(String) - Method in interface org.jboss.ejb._private.Logs
 
create(EJBLocator<T>) - Static method in class org.jboss.ejb.client.EJBHandle
Construct a new instance.
create(EJBHomeLocator<T>) - Static method in class org.jboss.ejb.client.EJBHomeHandle
Construct a new instance.
create(Class<T>, EJBIdentifier, Affinity) - Static method in class org.jboss.ejb.client.EJBHomeLocator
Construct a new instance.
create(String, String...) - Static method in class org.jboss.ejb.client.EJBMethodLocator
Construct a new instance via method.
create(Class<T>, EJBIdentifier, Object, Affinity) - Static method in class org.jboss.ejb.client.EntityEJBLocator
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, SessionID, Affinity) - Static method in class org.jboss.ejb.client.StatefulEJBLocator
Construct a new instance.
create(Class<T>, EJBHomeLocator<H>) - Static method in class org.jboss.ejb.client.StatefulEJBMetaData
Construct a new instance.
create(Class<T>, EJBIdentifier, Affinity) - Static method in class org.jboss.ejb.client.StatelessEJBLocator
Construct a new instance.
create(EJBLocator<T>, Affinity) - Static method in class org.jboss.ejb.client.StatelessEJBLocator
Construct a new instance.
create(Class<T>, EJBHomeLocator<H>) - Static method in class org.jboss.ejb.client.StatelessEJBMetaData
Construct a new instance.
create(Association, RemotingTransactionService) - Static method in class org.jboss.ejb.protocol.remote.RemoteEJBService
Create a new remote EJB service instance.
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>) - Method in class org.jboss.ejb.client.EJBNamingContextFactory
 
createSession(Class<T>, String, String, String, String) - Static method in class org.jboss.ejb.client.EJBClient
Create a new EJB session.
createSession(Affinity, Class<T>, String, String, String, String) - Static method in class org.jboss.ejb.client.EJBClient
Create a new EJB session.
createSession(URI, Class<T>, String, String, String, String) - Static method in class org.jboss.ejb.client.EJBClient
Create a new EJB session.
createSession(Class<T>, String, String, String) - Static method in class org.jboss.ejb.client.EJBClient
Create a new EJB session.
createSession(Affinity, Class<T>, String, String, String) - Static method in class org.jboss.ejb.client.EJBClient
Create a new EJB session.
createSession(URI, Class<T>, String, String, String) - Static method in class org.jboss.ejb.client.EJBClient
Create a new EJB session.
createSession(StatelessEJBLocator<T>) - Static method in class org.jboss.ejb.client.EJBClient
Create a new EJB session.
createSession(StatelessEJBLocator<T>) - 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.
createSessionID(byte[]) - Static method in class org.jboss.ejb.client.SessionID
Create a session ID object for the given encoded representation.
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
 
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 a EJB client context.
discardingInvocationResult(short) - Method in interface org.jboss.ejb._private.Logs
 
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 interface org.jboss.ejb._private.Logs
 
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.
DiscoveryLegacyConfiguration - Class in org.jboss.ejb.client.legacy
The interface to merge EJB 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 EJB discovery.
EJBClient - Class in org.jboss.ejb.client
The main EJB client API class.
EJBClientConnection - Class in org.jboss.ejb.client
Information about a configured connection on an EJB 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 EJB client context.
EJBClientContext.Builder - Class in org.jboss.ejb.client
A builder for EJB client contexts.
EJBClientInterceptor - Interface in org.jboss.ejb.client
An EJB client interceptor, possibly protocol-specific.
EJBClientInvocationContext - Class in org.jboss.ejb.client
An invocation context for EJB invocations from an EJB client
EJBClientPermission - Class in org.jboss.ejb.client
The class for various general EJB 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 javax.ejb.EJBObject> - Class in org.jboss.ejb.client
A handle for an EJB interface.
EJBHandle(EJBLocator<T>) - Constructor for class org.jboss.ejb.client.EJBHandle
Construct a new instance.
EJBHomeHandle<T extends javax.ejb.EJBHome> - Class in org.jboss.ejb.client
A handle for an EJB home interface.
EJBHomeHandle(EJBHomeLocator<T>) - Constructor for class org.jboss.ejb.client.EJBHomeHandle
Construct a new instance.
EJBHomeLocator<T extends javax.ejb.EJBHome> - Class in org.jboss.ejb.client
A locator for an EJB's home interface.
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, String) - 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>, String, String, String) - 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(Class<T>, EJBIdentifier) - 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 EJB located within a container.
EJBIdentifier(String, String, String, String) - Constructor for class org.jboss.ejb.client.EJBIdentifier
Construct a new instance.
ejbIsAlreadyStateful() - Method in interface org.jboss.ejb._private.Logs
 
EJBLocator<T> - Class in org.jboss.ejb.client
An identifier for an EJB proxy invocation target instance, suitable for use as a hash key or a serialized token.
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 EJB method.
EJBMethodLocator(String, String...) - Constructor for class org.jboss.ejb.client.EJBMethodLocator
Construct a new instance.
EJBNamingContextFactory - Class in org.jboss.ejb.client
The naming context factory for EJB JNDI names.
EJBNamingContextFactory() - Constructor for class org.jboss.ejb.client.EJBNamingContextFactory
 
EJBReceiver - Class in org.jboss.ejb.client
A receiver for EJB 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 EJB receiver implementations in order to perform operations on the client context.
EJBReceiverInvocationContext - Class in org.jboss.ejb.client
The context used for an EJB 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
 
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 EJB 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 interface org.jboss.ejb._private.Logs
 
ElytronLegacyConfiguration - Class in org.jboss.ejb.client.legacy
The interface to merge EJB properties into the Elytron configuration.
ElytronLegacyConfiguration() - Constructor for class org.jboss.ejb.client.legacy.ElytronLegacyConfiguration
 
emptyBeanName() - Method in interface org.jboss.ejb._private.Logs
 
emptyModuleName() - Method in interface org.jboss.ejb._private.Logs
 
EntityEJBLocator<T extends javax.ejb.EJBObject> - Class in org.jboss.ejb.client
A locator for an entity EJB.
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, 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(EntityEJBLocator<T>, Affinity) - Constructor for class org.jboss.ejb.client.EntityEJBLocator
Construct a new instance.
EntityEJBMetaData<T extends javax.ejb.EJBObject,H extends javax.ejb.EJBHome> - Class in org.jboss.ejb.client
EJB metadata for entity EJBs.
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(Affinity) - Method in class org.jboss.ejb.client.Affinity
 
equals(Object) - Method in class org.jboss.ejb.client.ClusterAffinity
 
equals(Affinity) - Method in class org.jboss.ejb.client.ClusterAffinity
 
equals(ClusterAffinity) - Method in class org.jboss.ejb.client.ClusterAffinity
 
equals(Object) - Method in class org.jboss.ejb.client.EJBClientPermission
 
equals(Permission) - Method in class org.jboss.ejb.client.EJBClientPermission
 
equals(EJBClientPermission) - Method in class org.jboss.ejb.client.EJBClientPermission
 
equals(Object) - Method in class org.jboss.ejb.client.EJBHandle
Determine whether this object is equal to another.
equals(EJBHandle<?>) - 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(EJBHomeHandle<?>) - 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(EJBLocator<?>) - Method in class org.jboss.ejb.client.EJBHomeLocator
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(Object) - Method in class org.jboss.ejb.client.EJBIdentifier
Determine if this EJB identifier is equal to the given object.
equals(EJBIdentifier) - Method in class org.jboss.ejb.client.EJBIdentifier
Determine if this EJB 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(EJBLocator<?>) - 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(EJBMethodLocator) - 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.EntityEJBLocator
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(EntityEJBLocator<?>) - 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(Affinity) - Method in class org.jboss.ejb.client.NodeAffinity
 
equals(NodeAffinity) - 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(EJBLocator<?>) - Method in class org.jboss.ejb.client.StatefulEJBLocator
Determine whether this object is equal to another.
equals(StatefulEJBLocator<?>) - 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(EJBLocator<?>) - Method in class org.jboss.ejb.client.StatelessEJBLocator
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(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.URIAffinity
 
equals(URIAffinity) - Method in class org.jboss.ejb.client.URIAffinity
 
equals(Object) - Method in class org.jboss.ejb.server.ModuleAvailabilityListener.ModuleIdentifier
 

F

Failed(Exception) - Constructor for class org.jboss.ejb.client.EJBReceiverInvocationContext.ResultProducer.Failed
Construct a new instance.
failedToConstructEndpoint(IOException) - Method in interface org.jboss.ejb._private.Logs
 
failedToCreateScopedEjbClientContext(Exception) - Method in interface org.jboss.ejb._private.Logs
 
failedToFindEjbClientConfigFileSpecifiedBySysProp(Exception, String) - Method in interface org.jboss.ejb._private.Logs
 
failedToReadEjbClientConfigFile(Exception, String) - Method in interface org.jboss.ejb._private.Logs
 
failedToSendInvocationCancellationMessage(short, Exception) - Method in interface org.jboss.ejb._private.Logs
 
failIfTransactionAbsent() - Method in enum 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 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 EJB.
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 EJB.
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
 
forUri(URI) - Static method in class org.jboss.ejb.client.Affinity
Get the affinity specification corresponding to the given URI.
fromClassPath(ClassLoader, String) - Static method in class org.jboss.ejb.client.legacy.JBossEJBProperties
 
fromClassPath() - 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

getActions() - Method in class org.jboss.ejb.client.EJBClientPermission
 
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.server.ModuleAvailabilityListener.ModuleIdentifier
 
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
 
getBeanName() - Method in class org.jboss.ejb.client.EJBIdentifier
Get the bean name.
getBeanName() - Method in class org.jboss.ejb.client.EJBLocator
Get the EJB bean name.
getCallbackHandlerClassName() - Method in class org.jboss.ejb.client.legacy.JBossEJBProperties.AuthenticationConfiguration
 
getCallbackHandlerSupplier() - Method in class org.jboss.ejb.client.legacy.JBossEJBProperties.AuthenticationConfiguration
 
getClientContext() - Method in class org.jboss.ejb.client.EJBClientInvocationContext
Get the EJB 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.
getClientInvocationContext() - Method in class org.jboss.ejb.client.EJBReceiverInvocationContext
Get the client invocation context associated with this receiver invocation context.
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
 
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
 
getConnectionList() - Method in class org.jboss.ejb.client.legacy.JBossEJBProperties
 
getContextData() - Method in class org.jboss.ejb.client.EJBClientInvocationContext
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
 
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.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
 
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.server.ModuleAvailabilityListener.ModuleIdentifier
 
getEJBHome() - Method in class org.jboss.ejb.client.AbstractEJBMetaData
Get the EJB 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 EJB.
getEJBLocator() - Method in interface org.jboss.ejb.server.InvocationRequest.Resolved
Get the EJB 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
 
getFutureResult(T) - Static method in class org.jboss.ejb.client.EJBClient
Get the future result of an operation.
getFutureResult() - 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
 
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 EJB identifier for this locator.
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.EJBClientInvocationContext
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.
getMappingInfoList() - Method in class org.jboss.ejb.server.ClusterTopologyListener.NodeInfo
 
getMaximumAllowedConnectedNodes() - Method in class org.jboss.ejb.client.legacy.JBossEJBProperties.ClusterConfiguration
 
getMechanismRealm() - Method in class org.jboss.ejb.client.legacy.JBossEJBProperties.AuthenticationConfiguration
 
getMethodLocator() - Method in class org.jboss.ejb.client.EJBClientInvocationContext
Get the EJB method locator.
getMethodLocator() - Method in interface org.jboss.ejb.server.InvocationRequest
Get the EJB 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.
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.server.ModuleAvailabilityListener.ModuleIdentifier
 
getNamingProvider() - Method in class org.jboss.ejb.client.EJBReceiverInvocationContext
Get the naming provider attached to this invocation, if any.
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.
 
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
 
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 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(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() - Method in class org.jboss.ejb.client.EJBClientInvocationContext
Get the EJB receiver associated with this invocation.
getReceiver(EJBReceiverContext, String) - Method in interface org.jboss.ejb.client.EJBTransportProvider
Get an EJB 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
 
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 interface org.jboss.ejb._private.Logs
 
getSessionId() - Method in class org.jboss.ejb.client.StatefulEJBLocator
Get the session ID associated with this locator.
getSourceAddress(URI) - Method in class org.jboss.ejb.client.EJBReceiver
Query the expected or actual source IP address configured for the given target URI.
getSourceAddress() - Method in class org.jboss.ejb.server.ClusterTopologyListener.MappingInfo
 
getStrongAffinity(Object) - Static method in class org.jboss.ejb.client.EJBClient
Get the strong affinity of a proxy.
getTransaction() - Method in class org.jboss.ejb.client.EJBClientInvocationContext
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.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.EJBClientInvocationContext
Get the invoked view class.
getViewType() - Method in class org.jboss.ejb.client.EJBLocator
Get the view type of this locator.
getWeakAffinity(Object) - Static method in class org.jboss.ejb.client.EJBClient
Get the current weak affinity of a proxy.
getWeakAffinity() - Method in class org.jboss.ejb.client.EJBClientInvocationContext
Get the invocation weak affinity.
getWeakAffinity() - Method in interface org.jboss.ejb.server.InvocationRequest.Resolved
Get the weak affinity of the request.
getXid() - Method in class org.jboss.ejb.client.XidTransactionID
Deprecated.
Get the corresponding XID for this transaction.
greeting(String) - Method in interface org.jboss.ejb._private.Logs
 

H

handleInvocation(EJBClientInvocationContext) - Method in interface org.jboss.ejb.client.EJBClientInterceptor
Handle the invocation.
handleInvocation(EJBClientInvocationContext) - Method in class org.jboss.ejb.client.TransactionInterceptor
 
handleInvocationResult(EJBClientInvocationContext) - Method in interface org.jboss.ejb.client.EJBClientInterceptor
Handle the invocation result.
handleInvocationResult(EJBClientInvocationContext) - Method in class org.jboss.ejb.client.TransactionInterceptor
 
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.EJBClientPermission
 
hashCode() - Method in class org.jboss.ejb.client.EJBHandle
Get the hash code for this EJB handle.
hashCode() - Method in class org.jboss.ejb.client.EJBHomeHandle
Get the hash code for this EJB 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.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
 
hashCode() - Method in class org.jboss.ejb.server.ModuleAvailabilityListener.ModuleIdentifier
 
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 Type 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
 
implies(Permission) - Method in class org.jboss.ejb.client.EJBClientPermission
 
implies(EJBClientPermission) - Method in class org.jboss.ejb.client.EJBClientPermission
 
in(ClientTransactionPolicy) - Method in enum org.jboss.ejb.client.annotation.ClientTransactionPolicy
Determine whether this instance is equal to one of the given instances.
in(ClientTransactionPolicy, ClientTransactionPolicy) - Method in enum 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 org.jboss.ejb.client.annotation.ClientTransactionPolicy
Determine whether this instance is equal to one of the given instances.
in(ClientTransactionPolicy...) - Method in enum org.jboss.ejb.client.annotation.ClientTransactionPolicy
Determine whether this instance is equal to one of the given instances.
incorrectConnectionTimeoutValueForCluster(String, String, String) - Method in interface org.jboss.ejb._private.Logs
 
incorrectConnectionTimeoutValueForConnection(String, String, String) - Method in interface org.jboss.ejb._private.Logs
 
incorrectConnectionTimeoutValueForNodeInCluster(String, String, String, String) - Method in interface org.jboss.ejb._private.Logs
 
incorrectInvocationTimeoutValue(String, String) - Method in interface org.jboss.ejb._private.Logs
 
incorrectMaxAllowedConnectedNodesValueForCluster(String, String, String) - Method in interface org.jboss.ejb._private.Logs
 
incorrectReconnectTasksTimeoutValue(String, String) - Method in interface org.jboss.ejb._private.Logs
 
initialModuleAvailabilityReportNotReceived(EJBReceiver) - Method in interface org.jboss.ejb._private.Logs
 
invalidMessageReceived(int) - Method in interface org.jboss.ejb._private.Logs
 
invalidTransactionType(int) - Method in interface org.jboss.ejb._private.Logs
 
invalidViewTypeForInvocation(String) - Method in interface org.jboss.ejb._private.Logs
 
InvocationRequest - Interface in org.jboss.ejb.server
An EJB 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.
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.
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 EJB 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
 
isFull(EnumSet<ClientTransactionPolicy>) - Static method in enum 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 EJB metadata refers to a session EJB.
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 EJB metadata refers to a stateless session EJB.
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 or Future<?>.

J

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
 

L

legacyEJBPropertiesDiscoveryConfigurationInUse() - Method in interface org.jboss.ejb._private.Logs
 
legacyEJBPropertiesEJBConfigurationInUse() - Method in interface org.jboss.ejb._private.Logs
 
legacyEJBPropertiesRemotingConfigurationInUse() - Method in interface org.jboss.ejb._private.Logs
 
legacyEJBPropertiesSecurityConfigurationInUse() - Method in interface org.jboss.ejb._private.Logs
 
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
 
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 EJB environment.
Logs - Interface in org.jboss.ejb._private
Primary logging for the main EJB client API.
lookupFailed(Name, Name, Exception) - Method in interface org.jboss.ejb._private.Logs
 

M

MAIN - Static variable in interface org.jboss.ejb._private.Logs
 
main(String[]) - Static method in class org.jboss.ejb.client.Version
Print out the current version on System.out.
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 interface org.jboss.ejb._private.Logs
 
ModuleAvailabilityListener - Interface in org.jboss.ejb.server
A module availability listener for no-affinity EJBs.
ModuleAvailabilityListener.ModuleIdentifier - Class in org.jboss.ejb.server
 
moduleAvailable(List<ModuleAvailabilityListener.ModuleIdentifier>) - Method in interface org.jboss.ejb.server.ModuleAvailabilityListener
 
ModuleIdentifier(String, String, String) - Constructor for class org.jboss.ejb.server.ModuleAvailabilityListener.ModuleIdentifier
 
moduleUnavailable(List<ModuleAvailabilityListener.ModuleIdentifier>) - Method in interface org.jboss.ejb.server.ModuleAvailabilityListener
 

N

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
 
noAsyncInProgress() - Method in interface org.jboss.ejb._private.Logs
 
noClusterContextAvailable(String) - Method in interface org.jboss.ejb._private.Logs
 
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 interface org.jboss.ejb._private.Logs
 
NodeInfo(String, List<ClusterTopologyListener.MappingInfo>) - Constructor for class org.jboss.ejb.server.ClusterTopologyListener.NodeInfo
 
noEJBClientContextAvailable() - Method in interface org.jboss.ejb._private.Logs
 
noEJBReceiverAvailable(EJBLocator<?>) - Method in interface org.jboss.ejb._private.Logs
 
noEJBReceiverForNode(String) - Method in interface org.jboss.ejb._private.Logs
 
NONE - Static variable in class org.jboss.ejb.client.Affinity
The specification for no particular affinity.
noReceiverAssociatedWithInvocation() - Method in interface org.jboss.ejb._private.Logs
 
noReceiverContextsInCluster(String) - Method in interface org.jboss.ejb._private.Logs
 
noRemoteTransportOnEJBContext() - Method in interface org.jboss.ejb._private.Logs
 
noSessionCreated() - Method in interface org.jboss.ejb._private.Logs
 
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
 
noTxAssociatedWithThread() - Method in interface org.jboss.ejb._private.Logs
 
noTxContextAvailable() - Method in interface org.jboss.ejb._private.Logs
 
NULL - Static variable in interface org.jboss.ejb.server.CancelHandle
A null cancel handle which does nothing.
nullSessionCreated(Name, Name, Affinity, EJBIdentifier) - Method in interface org.jboss.ejb._private.Logs
 
nullViewType() - Method in interface org.jboss.ejb._private.Logs
 

O

oneWayInvocation() - Method in interface org.jboss.ejb._private.Logs
 
operationInterrupted() - Method in interface org.jboss.ejb._private.Logs
 
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
 

P

primaryKeyNotRelevantForSessionBeans() - Method in interface org.jboss.ejb._private.Logs
 
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.
 
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 org.jboss.ejb.client.annotation.ClientTransactionPolicy
Determine whether this transaction policy causes the client-side transaction context (if any) to be propagated to invocations.
proxyNotOurs(Object, String) - Method in interface org.jboss.ejb._private.Logs
 
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.

R

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.
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 interface org.jboss.ejb._private.Logs
 
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.
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
 
RemoteEJBService - Class in org.jboss.ejb.protocol.remote
The remote EJB service.
remoteInvFailed(Throwable) - Method in interface org.jboss.ejb._private.Logs
 
remoteMessageBadViewType(EJBIdentifier) - Method in interface org.jboss.ejb._private.Logs
 
remoteMessageEJBNotStateful(EJBIdentifier) - Method in interface org.jboss.ejb._private.Logs
 
remoteMessageNoSuchEJB(EJBIdentifier) - Method in interface org.jboss.ejb._private.Logs
 
remoteMessageNoSuchMethod(EJBMethodLocator, EJBIdentifier) - Method in interface org.jboss.ejb._private.Logs
 
remoteMessageSessionNotActive(EJBMethodLocator, EJBIdentifier) - Method in interface org.jboss.ejb._private.Logs
 
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
 
RemotingLegacyConfiguration - Class in org.jboss.ejb.client.legacy
The interface to merge EJB properties into the Remoting configuration.
RemotingLegacyConfiguration() - Constructor for class org.jboss.ejb.client.legacy.RemotingLegacyConfiguration
 
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(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.
Request - Interface in org.jboss.ejb.server
The base type of any EJB server request.
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.
RequestSendFailedException - Exception in org.jboss.ejb.client
An exception (typically) thrown by EJBReceivers if the receiver couldn't successfully handle a request.
RequestSendFailedException() - 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(Throwable) - Constructor for exception org.jboss.ejb.client.RequestSendFailedException
Constructs a new RequestSendFailedException instance with an initial cause.
RequestSendFailedException(String, Throwable) - Constructor for exception org.jboss.ejb.client.RequestSendFailedException
Constructs a new RequestSendFailedException instance with an initial message and 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 interface org.jboss.ejb._private.Logs
 
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.
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[]) - Method in interface org.jboss.ejb.client.ClusterNodeSelector
Returns a node from among the totalAvailableNodes, as the target node for EJB invocations.
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 passed appName, moduleName and distinctName combination.
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 in locator.
sendRequest() - Method in class org.jboss.ejb.client.EJBClientInvocationContext
Proceed with sending the request normally.
sendRequestCalledDuringWrongPhase() - Method in interface org.jboss.ejb._private.Logs
 
SerializedEJBInvocationHandler - Class in org.jboss.ejb.client
A serialized EJB 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 EJB.
SessionID.Serialized - Class in org.jboss.ejb.client
Serialized representation of a session ID..
SessionOpenRequest - Interface in org.jboss.ejb.server
An EJB session-open request.
setBlockingCaller(boolean) - Method in class org.jboss.ejb.client.EJBClientInvocationContext
Establish whether this invocation is currently blocking the calling thread.
setDestination(URI) - Method in class org.jboss.ejb.client.EJBClientConnection.Builder
Set the destination URI.
setInvocationTimeout(Object, long, TimeUnit) - Static method in class org.jboss.ejb.client.EJBClient
Set a per-proxy invocation timeout.
setInvocationTimeout(long) - Method in class org.jboss.ejb.client.EJBClientContext.Builder
 
setLocator(EJBLocator<T>) - Method in class org.jboss.ejb.client.EJBClientInvocationContext
Set the locator for the invocation target.
setLocator(EJBLocator<?>) - Method in class org.jboss.ejb.client.SerializedEJBInvocationHandler
Set the invocation locator.
setReceiver(EJBReceiver) - Method in class org.jboss.ejb.client.EJBClientInvocationContext
Set the EJB receiver associated with this invocation.
setStrongAffinity(Object, Affinity) - Static method in class org.jboss.ejb.client.EJBClient
Change the strong affinity of a proxy.
setTransaction(Transaction) - Method in class org.jboss.ejb.client.EJBClientInvocationContext
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.EJBClientInvocationContext
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 interface org.jboss.ejb._private.Logs
 
skippingConnectionCreationDueToMissingHostOrPort(String) - Method in interface org.jboss.ejb._private.Logs
 
StatefulEJBLocator<T> - Class in org.jboss.ejb.client
A locator for a stateful session EJB.
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>, 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>, EJBIdentifier, 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(StatefulEJBLocator<T>, 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.
StatefulEJBMetaData<T extends javax.ejb.EJBObject,H extends javax.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, Affinity) - 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>, EJBIdentifier, 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(StatelessEJBLocator<T>, Affinity) - Constructor for class org.jboss.ejb.client.StatelessEJBLocator
Construct a new instance.
StatelessEJBMetaData<T extends javax.ejb.EJBObject,H extends javax.ejb.EJBHome> - Class in org.jboss.ejb.client
EJB metadata for stateless EJBs.
StatelessEJBMetaData(Class<T>, EJBHomeLocator<H>) - Constructor for class org.jboss.ejb.client.StatelessEJBMetaData
Construct a new instance.
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

timedOut() - Method in interface org.jboss.ejb._private.Logs
 
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.EJBIdentifier
Get the EJB identifier as a human-readable string.
toString() - Method in class org.jboss.ejb.client.EJBLocator
 
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
 
transactionNoLongerActive() - Method in interface org.jboss.ejb._private.Logs
 
transactionRecoveryMessageNotSupported(EJBReceiver) - Method in interface org.jboss.ejb._private.Logs
 
transformStrongAffinity(Object, UnaryOperator<Affinity>) - Static method in class org.jboss.ejb.client.EJBClient
Transform the strong affinity of a proxy.
txAlreadyAssociatedWithThread() - Method in interface org.jboss.ejb._private.Logs
 
txEnlistmentDidNotYieldTxId() - Method in interface org.jboss.ejb._private.Logs
 
TXN - Static variable in interface org.jboss.ejb._private.Logs
 
txNodeIsExcludedForInvocation(String, EJBClientInvocationContext) - Method in interface org.jboss.ejb._private.Logs
 
txNotActiveForThread() - Method in interface org.jboss.ejb._private.Logs
 

U

unableToInflowTxn(Exception) - Method in interface org.jboss.ejb._private.Logs
 
unexpectedClusterNodeSelectorClassType(Class<?>, String) - Method in interface org.jboss.ejb._private.Logs
 
unknownProxy(Object) - Method in interface org.jboss.ejb._private.Logs
 
UnknownSessionID - Class in org.jboss.ejb.client
A session ID of an unknown format.
unsupportedNamingOperation() - Method in interface org.jboss.ejb._private.Logs
 
unsupportedNamingOperationForReadOnlyContext() - Method in interface org.jboss.ejb._private.Logs
 
URIAffinity - Class in org.jboss.ejb.client
A URI affinity specification.
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 interface org.jboss.ejb._private.Logs
 
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

valueOf(String) - Static method in enum org.jboss.ejb.client.annotation.ClientTransactionPolicy
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jboss.ejb.client.annotation.ClientTransactionPolicy
Returns an array containing the constants of this enum type, 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.

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 EJB.
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.
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 EJB 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 EJB 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 EJB.
writeNotStateful() - Method in interface org.jboss.ejb.server.Request
Write a message indicating that given EJB is not actually stateful.
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 EJB 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.
 
A B C D E F G H I J L M N O P R S T U V W X 
Skip navigation links
JBoss EJB client 4.0.0.Beta13

Copyright © 2017 JBoss by Red Hat. All rights reserved.