Package org.jboss.ejb.client
Class EJBClientInterceptor.Registration
java.lang.Object
org.jboss.ejb.client.EJBClientInterceptor.Registration
- All Implemented Interfaces:
Comparable<EJBClientInterceptor.Registration>
- Enclosing interface:
- EJBClientInterceptor
@Deprecated
public static class EJBClientInterceptor.Registration
extends Object
implements Comparable<EJBClientInterceptor.Registration>
Deprecated.
Please use EJBClientContext.Builder to manipulate the EJBClientInterceptors.
An interceptor registration handle.
-
Method Summary
Modifier and TypeMethodDescriptionintDeprecated.voidremove()Deprecated.Remove this registration.
-
Method Details
-
remove
public void remove()Deprecated.Remove this registration. -
compareTo
Deprecated.- Specified by:
compareToin interfaceComparable<EJBClientInterceptor.Registration>
-