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.StubFactoryFactory
dynamicImpl
private static InvocationInterceptor
nullInvocationInterceptor
private static PresentationManager.StubFactoryFactory
staticImpl
-
Constructor Summary
Constructors Modifier Constructor Description private
PresentationDefaults()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description private static boolean
getBooleanPropertyValue(java.lang.String propName, boolean def)
(package private) static PresentationManager.StubFactoryFactory
getDynamicStubFactoryFactory()
static InvocationInterceptor
getNullInvocationInterceptor()
static PresentationManager.StubFactoryFactory
getStaticStubFactoryFactory()
static boolean
inAppServer()
static PresentationManagerImpl
makeOrbPresentationManager()
static PresentationManager.StubFactory
makeStaticStubFactory(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()
-
-