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

LocalIIOPInvoker (JBoss IIOP Plugin API) - JBoss 3.2.7 iiop API Documentation 英文版文档


org.jboss.proxy.ejb
Interface LocalIIOPInvoker

All Known Implementing Classes:
EjbHomeCorbaServant, EjbObjectCorbaServant

public interface LocalIIOPInvoker

Interface used by local IIOP invocations.

Version:
$Revision: 1.1.2.1 $
Author:
Francisco Reverbel

Method Summary
 Object invoke(String opName, Object[] arguments, Transaction tx, Principal identity, Object credential)
           
 

Method Detail

invoke

public Object invoke(String opName,
                     Object[] arguments,
                     Transaction tx,
                     Principal identity,
                     Object credential)
              throws Exception
Throws:
Exception


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