|
|||||||||
| Home >> All >> com >> mjh >> [ switchrmi overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.mjh.switchrmi
Class RmiHandler

java.lang.Objectcom.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
|
|||||||||
| Home >> All >> com >> mjh >> [ switchrmi overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.mjh.switchrmi.RmiHandler