Class StubIORImpl

java.lang.Object
com.sun.corba.ee.impl.ior.StubIORImpl
All Implemented Interfaces:
Serializable

public class StubIORImpl extends Object implements Serializable
This class implements a very simply IOR representation which must be completely ORBImpl free so that this class can be used in the implementation of a portable StubDelegateImpl.
See Also:
  • Constructor Details

    • StubIORImpl

      public StubIORImpl()
    • StubIORImpl

      public StubIORImpl(Object obj)
  • Method Details