|
|||||||||
| 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 RmiResponseImpl

java.lang.Objectcom.mjh.switchrmi.RmiResponseImpl
- All Implemented Interfaces:
- RmiResponse, java.io.Serializable
- public class RmiResponseImpl
- extends java.lang.Object
- implements java.io.Serializable, RmiResponse
- extends java.lang.Object
| Field Summary | |
private java.lang.Object |
object
|
private RmiRequest |
request
|
| Constructor Summary | |
RmiResponseImpl(java.lang.Object obj)
|
|
RmiResponseImpl(RmiRequest req,
java.lang.Object obj)
|
|
| Method Summary | |
java.lang.Object |
getObject()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
request
private transient RmiRequest request
object
private java.lang.Object object
| Constructor Detail |
RmiResponseImpl
public RmiResponseImpl(java.lang.Object obj)
RmiResponseImpl
public RmiResponseImpl(RmiRequest req, java.lang.Object obj)
| Method Detail |
getObject
public java.lang.Object getObject()
- Specified by:
getObjectin interfaceRmiResponse
|
|||||||||
| 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.RmiResponseImpl