2011-06-13



extends:   |
           v

implements: <--

note: interface Op appears twice below


class java.rmi.UnicastRemoteObject   interface java.rmi.Remote   interface Op
   |                                                       |      |
   v                                                       v      v
abstract class OpImpl <------------------------  interface OpRemote
   |
   v
class OpInni, abstract class OpMethod


class OpProxy <-- interface java.io.Serializable,  interface Op

