com.mjh.switchrmi
Class RmiClientInvocationHandler

java.lang.Object
  |
  +--com.mjh.switchrmi.RmiInvocationHandlerBase
        |
        +--com.mjh.switchrmi.RmiClientInvocationHandler
All Implemented Interfaces:
java.lang.reflect.InvocationHandler

public class RmiClientInvocationHandler
extends RmiInvocationHandlerBase


Constructor Summary
RmiClientInvocationHandler(java.lang.String url, java.lang.Class[] intrfaces)
           
RmiClientInvocationHandler(java.lang.String url, java.lang.Class[] intrfaces, java.lang.String protocolName, javax.naming.Context ctx)
           
 
Method Summary
 java.lang.Object rmiInvoke(java.lang.Object target, java.lang.reflect.Method method, java.lang.Object[] args)
           
 java.lang.String toString()
           
 
Methods inherited from class com.mjh.switchrmi.RmiInvocationHandlerBase
invoke
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RmiClientInvocationHandler

public RmiClientInvocationHandler(java.lang.String url,
                                  java.lang.Class[] intrfaces)

RmiClientInvocationHandler

public RmiClientInvocationHandler(java.lang.String url,
                                  java.lang.Class[] intrfaces,
                                  java.lang.String protocolName,
                                  javax.naming.Context ctx)
Method Detail

rmiInvoke

public java.lang.Object rmiInvoke(java.lang.Object target,
                                  java.lang.reflect.Method method,
                                  java.lang.Object[] args)
                           throws java.lang.Throwable
Specified by:
rmiInvoke in class RmiInvocationHandlerBase
java.lang.Throwable

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2002-2002 Michael J. Henderson & Associates, LLC. All Rights Reserved.