The stubs look like RMI-iiop stubs from "rmic -iiop".
On Thu, 2006-06-29 at 10:57 -0400, Rick McGuire wrote:
> This question is sort of related to my earlier one. To write my
> NamingContext implementation class, I really needed to use the generated
> NamingContextExtPOA class (generated using the -fserver option on
> idlj). The Sun implementation in the jdk includes the generated server
> binding classes. The Geronimo CORBA spec jars do not. Anybody wishing
> to run code written to the server bindings is going to require these
> classes to run.
>
> The Sun code is also shipping generated Stub classes (for example,
> org.omg.CosNaming includes _BindingIteratorStub.class,
> _NamingContextExtStub.class, and _NamingContextStub.class). It also
> includes _BindingIteratorImpBase and _NamingContextImplBase classes in
> the org.omg.CosNaming package. I'm not sure how those were generated
> nor what they contain.
>
> Rick
>
>