public abstract class StubFactoryFactoryDynamicBase extends StubFactoryFactoryBase
| Modifier and Type | Field and Description |
|---|---|
protected ORBUtilSystemException |
wrapper |
| Constructor and Description |
|---|
StubFactoryFactoryDynamicBase() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
createsDynamicStubs()
Return whether or not this StubFactoryFactory creates StubFactory
instances that create dynamic stubs and ties.
|
PresentationManager.StubFactory |
createStubFactory(String className,
boolean isIDLStub,
String remoteCodeBase,
Class expectedClass,
ClassLoader classLoader)
Create a stub factory for stubs for the interface whose type is given by
className.
|
Tie |
getTie(Class cls)
Return a Tie for the given class.
|
abstract PresentationManager.StubFactory |
makeDynamicStubFactory(PresentationManager pm,
PresentationManager.ClassData classData,
ClassLoader classLoader) |
getStubNameprotected final ORBUtilSystemException wrapper
public PresentationManager.StubFactory createStubFactory(String className, boolean isIDLStub, String remoteCodeBase, Class expectedClass, ClassLoader classLoader)
PresentationManager.StubFactoryFactoryclassName - The name of the remote interface as a Java class name.isIDLStub - True if className identifies an IDL stub, else false.remoteCodeBase - The CodeBase to use for loading Stub classes, if
necessary (may be null or unused).expectedClass - The expected stub type (may be null or unused).classLoader - The classLoader to use (may be null).public abstract PresentationManager.StubFactory makeDynamicStubFactory(PresentationManager pm, PresentationManager.ClassData classData, ClassLoader classLoader)
public Tie getTie(Class cls)
PresentationManager.StubFactoryFactorypublic boolean createsDynamicStubs()
PresentationManager.StubFactoryFactoryCopyright © 2018 JBoss by Red Hat. All rights reserved.