public interface PresentationManager
Note that the getClassData and getDynamicMethodMarshaller methods maintain caches to avoid redundant computation.
Modifier and Type | Interface and Description |
---|---|
static interface |
PresentationManager.ClassData |
static interface |
PresentationManager.StubFactory
Creates the actual stub needed for RMI-IIOP remote references.
|
static interface |
PresentationManager.StubFactoryFactory
Creates StubFactory and Tie instances.
|
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 org.jboss.com.sun.CORBA.ORBUseDynamicStub property.
|
PresentationManager.ClassData getClassData(Class<?> cls)
DynamicMethodMarshaller getDynamicMethodMarshaller(Method method)
PresentationManager.StubFactoryFactory getStubFactoryFactory(boolean isDynamic)
void setStubFactoryFactory(boolean isDynamic, PresentationManager.StubFactoryFactory sff)
Tie getTie()
boolean useDynamicStubs()
Copyright © 2018 JBoss by Red Hat. All rights reserved.