Package | Description |
---|---|
org.jboss.ejb._private | |
org.jboss.ejb.client | |
org.jboss.ejb.server |
Modifier and Type | Method and Description |
---|---|
String |
Logs_$logger.remoteMessageNoSuchMethod(EJBMethodLocator methodLocator,
EJBIdentifier ejbIdentifier) |
String |
Logs.remoteMessageNoSuchMethod(EJBMethodLocator methodLocator,
EJBIdentifier ejbIdentifier) |
String |
Logs_$logger.remoteMessageSessionNotActive(EJBMethodLocator methodLocator,
EJBIdentifier locator) |
String |
Logs.remoteMessageSessionNotActive(EJBMethodLocator methodLocator,
EJBIdentifier locator) |
Modifier and Type | Method and Description |
---|---|
static EJBMethodLocator |
EJBMethodLocator.forMethod(Method method)
Get a method locator for the given reflection method.
|
EJBMethodLocator |
EJBClientInvocationContext.getMethodLocator()
Get the EJB method locator.
|
Modifier and Type | Method and Description |
---|---|
EJBClientContext.Builder |
EJBClientContext.Builder.addMethodInterceptor(String className,
EJBMethodLocator methodLocator,
Class<? extends EJBClientInterceptor> interceptorClass) |
EJBClientContext.Builder |
EJBClientContext.Builder.addMethodInterceptor(String className,
EJBMethodLocator methodLocator,
EJBClientInterceptor interceptor) |
boolean |
EJBMethodLocator.equals(EJBMethodLocator other)
Determine whether this object is equal to another.
|
static <T> Object |
EJBClient.invoke(T proxy,
EJBMethodLocator methodLocator,
Object... args)
Perform an invocation by method locator on a proxy, returning the result.
|
static <T> Future<?> |
EJBClient.invokeAsync(T proxy,
EJBMethodLocator methodLocator,
Object... args)
Perform an asynchronous invocation by method locator on a proxy, returning the future result.
|
static <T> void |
EJBClient.invokeOneWay(T proxy,
EJBMethodLocator methodLocator,
Object... args)
Perform a one-way asynchronous invocation by method locator on a proxy.
|
Modifier and Type | Method and Description |
---|---|
EJBMethodLocator |
InvocationRequest.getMethodLocator()
Get the EJB method locator.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.