Uses of Class
org.objectweb.jeremie.libs.stub_factories.std.StdStub

Packages that use StdStub
org.objectweb.jeremie.libs.services.registry Provides an implementation of a simple naming service and a number of programming interfaces for accessing the service. 
org.objectweb.jeremie.libs.services.registry.jndi Provides a JNDI Service Provider Interface (SPI) for the Jeremie registry. 
org.objectweb.jeremie.libs.stub_factories.std Provides default implementations of a Jeremie reference, stub and stub factory. 
 

Uses of StdStub in org.objectweb.jeremie.libs.services.registry
 

Subclasses of StdStub in org.objectweb.jeremie.libs.services.registry
 class RegistryImpl_Stub
          Jeremie optimised stub for RegistryImpl
 

Uses of StdStub in org.objectweb.jeremie.libs.services.registry.jndi
 

Subclasses of StdStub in org.objectweb.jeremie.libs.services.registry.jndi
 class JRMIReferenceImpl_Stub
          Jeremie optimised stub for JRMIReferenceImpl
 

Uses of StdStub in org.objectweb.jeremie.libs.stub_factories.std
 

Subclasses of StdStub in org.objectweb.jeremie.libs.stub_factories.std
 class OptStub
          Provides an implementation of a stub that contains optimized Jeremie references able to perform type-specific marshalling of remote method invocation data.