Uses of Class
org.jboss.ejb.client.EJBMethodLocator
Packages that use EJBMethodLocator
-
Uses of EJBMethodLocator in org.jboss.ejb._private
Methods in org.jboss.ejb._private with parameters of type EJBMethodLocatorModifier and TypeMethodDescriptionfinal StringLogs_$logger.remoteMessageNoSuchMethod(EJBMethodLocator methodLocator, EJBIdentifier ejbIdentifier) Logs.remoteMessageNoSuchMethod(EJBMethodLocator methodLocator, EJBIdentifier ejbIdentifier) final StringLogs_$logger.remoteMessageSessionNotActive(EJBMethodLocator methodLocator, EJBIdentifier locator) Logs.remoteMessageSessionNotActive(EJBMethodLocator methodLocator, EJBIdentifier locator) -
Uses of EJBMethodLocator in org.jboss.ejb.client
Methods in org.jboss.ejb.client that return EJBMethodLocatorModifier and TypeMethodDescriptionstatic EJBMethodLocatorGet a method locator for the given reflection method.EJBClientInvocationContext.getMethodLocator()Get the Enterprise Beans method locator.Methods in org.jboss.ejb.client with parameters of type EJBMethodLocatorModifier and TypeMethodDescriptionEJBClientContext.Builder.addMethodInterceptor(String className, EJBMethodLocator methodLocator, Class<? extends EJBClientInterceptor> interceptorClass) EJBClientContext.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 EJBMethodLocatorModifier and TypeMethodDescriptionInvocationRequest.getMethodLocator()Get the Enterprise Beans method locator.