JBoss EJB client 1.0.5.Final

org.jboss.ejb.client
Class EJBClientInterceptor.Registration

java.lang.Object
  extended by org.jboss.ejb.client.EJBClientInterceptor.Registration
All Implemented Interfaces:
Comparable<EJBClientInterceptor.Registration>
Enclosing interface:
EJBClientInterceptor

public static class EJBClientInterceptor.Registration
extends Object
implements Comparable<EJBClientInterceptor.Registration>

An interceptor registration handle.


Method Summary
 int compareTo(EJBClientInterceptor.Registration o)
           
 void remove()
          Remove this registration.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

remove

public void remove()
Remove this registration.


compareTo

public int compareTo(EJBClientInterceptor.Registration o)
Specified by:
compareTo in interface Comparable<EJBClientInterceptor.Registration>

JBoss EJB client 1.0.5.Final

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.