org.jboss.proxy
Class SecurityInterceptor

java.lang.Object
  extended byorg.jboss.proxy.Interceptor (src) 
      extended byorg.jboss.proxy.SecurityInterceptor
All Implemented Interfaces:
java.io.Externalizable, java.io.Serializable

public class SecurityInterceptor
extends Interceptor (src)

The client-side proxy for an EJB Home object.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jboss.proxy.Interceptor (src)
nextInterceptor
 
Constructor Summary
SecurityInterceptor()
          No-argument constructor for externalization.
 
Method Summary
 java.lang.Object invoke(Invocation (src)  invocation)
           
 
Methods inherited from class org.jboss.proxy.Interceptor (src)
getNext, readExternal, setNext, writeExternal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityInterceptor

public SecurityInterceptor()
No-argument constructor for externalization.

Method Detail

invoke

public java.lang.Object invoke(Invocation (src)  invocation)
                        throws java.lang.Throwable
Specified by:
invoke in class Interceptor (src)
Throws:
java.lang.Throwable