Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.mjh.switchrmi
Class RmiHandler  view RmiHandler download RmiHandler.java

java.lang.Object
  extended bycom.mjh.switchrmi.RmiHandler

public class RmiHandler
extends java.lang.Object


Field Summary
private static java.util.HashMap applicationScope
           
private static org.apache.log4j.Logger log
           
private  RmiRequest request
           
private  RmiResponse response
           
 
Constructor Summary
RmiHandler()
           
 
Method Summary
 java.lang.Object clientInvoke(java.lang.reflect.Method method, java.lang.Object[] args, RmiContext context)
           
private  java.lang.Object findTarget(RmiContext context, RmiSessionScopeAccess session)
           
 void handleFault(java.lang.Exception ex, RmiContext context)
           
 void reset()
           
 void serviceInvoke(RmiContext context, RmiSessionScopeAccess session)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

applicationScope

private static java.util.HashMap applicationScope

log

private static final org.apache.log4j.Logger log

request

private RmiRequest request

response

private RmiResponse response
Constructor Detail

RmiHandler

public RmiHandler()
Method Detail

clientInvoke

public java.lang.Object clientInvoke(java.lang.reflect.Method method,
                                     java.lang.Object[] args,
                                     RmiContext context)
                              throws java.lang.Exception

findTarget

private java.lang.Object findTarget(RmiContext context,
                                    RmiSessionScopeAccess session)
                             throws java.lang.Exception

serviceInvoke

public void serviceInvoke(RmiContext context,
                          RmiSessionScopeAccess session)

reset

public void reset()

handleFault

public void handleFault(java.lang.Exception ex,
                        RmiContext context)
                 throws java.lang.Exception