Uses of Class
org.jboss.ejb.client.EJBMethodLocator
-
Packages that use EJBMethodLocator Package Description org.jboss.ejb._private org.jboss.ejb.client org.jboss.ejb.server -
-
Uses of EJBMethodLocator in org.jboss.ejb._private
Methods in org.jboss.ejb._private with parameters of type EJBMethodLocator Modifier and Type Method Description StringLogs_$logger. remoteMessageNoSuchMethod(EJBMethodLocator methodLocator, EJBIdentifier ejbIdentifier)StringLogs. remoteMessageNoSuchMethod(EJBMethodLocator methodLocator, EJBIdentifier ejbIdentifier)StringLogs_$logger. remoteMessageSessionNotActive(EJBMethodLocator methodLocator, EJBIdentifier locator)StringLogs. remoteMessageSessionNotActive(EJBMethodLocator methodLocator, EJBIdentifier locator) -
Uses of EJBMethodLocator in org.jboss.ejb.client
Methods in org.jboss.ejb.client that return EJBMethodLocator Modifier and Type Method Description static EJBMethodLocatorEJBMethodLocator. forMethod(Method method)Get a method locator for the given reflection method.EJBMethodLocatorEJBClientInvocationContext. getMethodLocator()Get the Enterprise Beans method locator.Methods in org.jboss.ejb.client with parameters of type EJBMethodLocator Modifier and Type Method Description EJBClientContext.BuilderEJBClientContext.Builder. addMethodInterceptor(String className, EJBMethodLocator methodLocator, Class<? extends EJBClientInterceptor> interceptorClass)EJBClientContext.BuilderEJBClientContext.Builder. addMethodInterceptor(String className, EJBMethodLocator methodLocator, EJBClientInterceptor interceptor)booleanEJBMethodLocator. equals(EJBMethodLocator other)Determine whether this object is equal to another.static <T> ObjectEJBClient. 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> voidEJBClient. invokeOneWay(T proxy, EJBMethodLocator methodLocator, Object... args)Perform a one-way asynchronous invocation by method locator on a proxy. -
Uses of EJBMethodLocator in org.jboss.ejb.server
Methods in org.jboss.ejb.server that return EJBMethodLocator Modifier and Type Method Description EJBMethodLocatorInvocationRequest. getMethodLocator()Get the Enterprise Beans method locator.
-