public final class PresentationManagerImpl extends Object implements PresentationManager
PresentationManager.ClassData, PresentationManager.StubFactory, PresentationManager.StubFactoryFactory| Constructor and Description |
|---|
PresentationManagerImpl(boolean useDynamicStubs) |
| Modifier and Type | Method and Description |
|---|---|
PresentationManager.ClassData |
getClassData(Class cls)
Get the ClassData for a particular class.
|
DynamicMethodMarshaller |
getDynamicMethodMarshaller(Method method)
Given a particular method, return a DynamicMethodMarshaller
for that method.
|
PresentationManager.StubFactoryFactory |
getStubFactoryFactory(boolean isDynamic)
Return the registered StubFactoryFactory.
|
Tie |
getTie()
Equivalent to getStubFactoryFactory( true ).getTie( null ).
|
void |
setStubFactoryFactory(boolean isDynamic,
PresentationManager.StubFactoryFactory sff)
Register the StubFactoryFactory.
|
boolean |
useDynamicStubs()
Returns the value of the com.sun.CORBA.ORBUseDynamicStub
property.
|
public DynamicMethodMarshaller getDynamicMethodMarshaller(Method method)
PresentationManagergetDynamicMethodMarshaller in interface PresentationManagerpublic PresentationManager.ClassData getClassData(Class cls)
PresentationManagergetClassData in interface PresentationManagerpublic PresentationManager.StubFactoryFactory getStubFactoryFactory(boolean isDynamic)
PresentationManagergetStubFactoryFactory in interface PresentationManagerpublic void setStubFactoryFactory(boolean isDynamic,
PresentationManager.StubFactoryFactory sff)
PresentationManagersetStubFactoryFactory in interface PresentationManagerpublic Tie getTie()
PresentationManagergetTie in interface PresentationManagerpublic boolean useDynamicStubs()
PresentationManageruseDynamicStubs in interface PresentationManagerCopyright © 2018 JBoss by Red Hat. All rights reserved.