站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 server API Documentation 英文版文档

SecurityInterceptor (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档


org.jboss.proxy
Class SecurityInterceptor

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

public class SecurityInterceptor
extends Interceptor

The client-side proxy for an EJB Home object.

Version:
$Revision: 1.10 $
Author:
Marc Fleury
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jboss.proxy.Interceptor
nextInterceptor
 
Constructor Summary
SecurityInterceptor()
          No-argument constructor for externalization.
 
Method Summary
 Object invoke(Invocation invocation)
           
 
Methods inherited from class org.jboss.proxy.Interceptor
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 Object invoke(Invocation invocation)
              throws Throwable
Specified by:
invoke in class Interceptor
Throws:
Throwable


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.