| Package | Description |
|---|---|
| org.jboss.ejb.client | |
| org.jboss.ejb.protocol.remote |
| Modifier and Type | Method and Description |
|---|---|
static <T> EJBMethodLocator |
EJBMethodLocator.create(String methodName,
String... parameterTypeNames)
Construct a new instance via method.
|
EJBMethodLocator |
EJBClientInvocationContext.getMethodLocator()
Get the EJB method locator.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
RemoteServer.IncomingInvocation.getMethodLocator() |
Copyright © 2016 JBoss by Red Hat. All rights reserved.