Class StubFactoryFactoryBase
java.lang.Object
com.sun.corba.ee.impl.presentation.rmi.StubFactoryFactoryBase
- All Implemented Interfaces:
PresentationManager.StubFactoryFactory
- Direct Known Subclasses:
StubFactoryFactoryDynamicBase
,StubFactoryFactoryStaticImpl
public abstract class StubFactoryFactoryBase
extends Object
implements PresentationManager.StubFactoryFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetStubName
(String fullName) Returns the stub classname for the given interface name.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.sun.corba.ee.spi.presentation.rmi.PresentationManager.StubFactoryFactory
createsDynamicStubs, createStubFactory, getTie
-
Constructor Details
-
StubFactoryFactoryBase
public StubFactoryFactoryBase()
-
-
Method Details
-
getStubName
Returns the stub classname for the given interface name.- Specified by:
getStubName
in interfacePresentationManager.StubFactoryFactory
- Parameters:
fullName
- fully qualified name remote class- Returns:
- the stub name
-