Class StubFactoryStaticImpl
- java.lang.Object
-
- com.sun.corba.ee.impl.presentation.rmi.StubFactoryBase
-
- com.sun.corba.ee.impl.presentation.rmi.StubFactoryStaticImpl
-
- All Implemented Interfaces:
PresentationManager.StubFactory
public class StubFactoryStaticImpl extends StubFactoryBase
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Class
stubClass
-
Fields inherited from class com.sun.corba.ee.impl.presentation.rmi.StubFactoryBase
classData
-
-
Constructor Summary
Constructors Constructor Description StubFactoryStaticImpl(java.lang.Class cls)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
makeStub()
Create a new dynamic stub.-
Methods inherited from class com.sun.corba.ee.impl.presentation.rmi.StubFactoryBase
getTypeIds
-
-
-
-
Method Detail
-
makeStub
public Object makeStub()
Description copied from interface:PresentationManager.StubFactory
Create a new dynamic stub. It has the type that was used to create this factory.- Returns:
- The dynamic stub
-
-