org.iids.aos.agent.proxy.auth
Class AuthAgentProxyHandler

java.lang.Object
  extended by org.iids.aos.agent.proxy.AgentProxyHandler
      extended by org.iids.aos.agent.proxy.auth.AuthAgentProxyHandler

public class AuthAgentProxyHandler
extends AgentProxyHandler

Author:
rjtimmer

Nested Class Summary
 
Nested classes/interfaces inherited from class org.iids.aos.agent.proxy.AgentProxyHandler
AgentProxyHandler.Mode
 
Field Summary
 
Fields inherited from class org.iids.aos.agent.proxy.AgentProxyHandler
subject
 
Constructor Summary
AuthAgentProxyHandler(AuthInterface subject, AgentHandle local)
           
AuthAgentProxyHandler(AuthInterface subject, AgentHandle local, AgentHandle remote)
           
AuthAgentProxyHandler(AuthInterface subject, AgentHandle local, AgentHandle remote, boolean assignNewHandle)
           
 
Method Summary
protected  java.lang.Object invokeRequest(java.lang.String methName, java.lang.Object[] args)
           
 
Methods inherited from class org.iids.aos.agent.proxy.AgentProxyHandler
close, finalize, findMethod, getAgentHandle, getHandler, handleRequest, isClosed, run
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthAgentProxyHandler

public AuthAgentProxyHandler(AuthInterface subject,
                             AgentHandle local)

AuthAgentProxyHandler

public AuthAgentProxyHandler(AuthInterface subject,
                             AgentHandle local,
                             AgentHandle remote)

AuthAgentProxyHandler

public AuthAgentProxyHandler(AuthInterface subject,
                             AgentHandle local,
                             AgentHandle remote,
                             boolean assignNewHandle)
Method Detail

invokeRequest

protected java.lang.Object invokeRequest(java.lang.String methName,
                                         java.lang.Object[] args)
                                  throws java.lang.Exception
Overrides:
invokeRequest in class AgentProxyHandler
Throws:
java.lang.Exception


Copyright © 2003, 2004 IIDS Group. All Rights Reserved.