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 java.lang.Object implements PresentationManager.StubFactoryFactory
-
-
Constructor Summary
Constructors Constructor Description StubFactoryFactoryBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getStubName(java.lang.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
-
-
-
-
Method Detail
-
getStubName
public java.lang.String getStubName(java.lang.String fullName)
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
-
-