Class PresentationDefaults
- java.lang.Object
-
- com.sun.corba.ee.spi.presentation.rmi.PresentationDefaults
-
public abstract class PresentationDefaults extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private static PresentationManager.StubFactoryFactorydynamicImplprivate static InvocationInterceptornullInvocationInterceptorprivate static PresentationManager.StubFactoryFactorystaticImpl
-
Constructor Summary
Constructors Modifier Constructor Description privatePresentationDefaults()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description private static booleangetBooleanPropertyValue(java.lang.String propName, boolean def)(package private) static PresentationManager.StubFactoryFactorygetDynamicStubFactoryFactory()static InvocationInterceptorgetNullInvocationInterceptor()static PresentationManager.StubFactoryFactorygetStaticStubFactoryFactory()static booleaninAppServer()static PresentationManagerImplmakeOrbPresentationManager()static PresentationManager.StubFactorymakeStaticStubFactory(java.lang.Class stubClass)
-
-
-
Field Detail
-
staticImpl
private static PresentationManager.StubFactoryFactory staticImpl
-
dynamicImpl
private static PresentationManager.StubFactoryFactory dynamicImpl
-
nullInvocationInterceptor
private static InvocationInterceptor nullInvocationInterceptor
-
-
Method Detail
-
getDynamicStubFactoryFactory
static PresentationManager.StubFactoryFactory getDynamicStubFactoryFactory()
-
getStaticStubFactoryFactory
public static PresentationManager.StubFactoryFactory getStaticStubFactoryFactory()
-
makeStaticStubFactory
public static PresentationManager.StubFactory makeStaticStubFactory(java.lang.Class stubClass)
-
getNullInvocationInterceptor
public static InvocationInterceptor getNullInvocationInterceptor()
-
inAppServer
public static boolean inAppServer()
-
getBooleanPropertyValue
private static boolean getBooleanPropertyValue(java.lang.String propName, boolean def)
-
makeOrbPresentationManager
public static PresentationManagerImpl makeOrbPresentationManager()
-
-