InterviewSolution
| 1. |
Does The Corba Specification Define Any Specific Capabilities For A Factory Object? |
|
Answer» The CORBA LIFECYCLE specification defines a GenericFactory interface from which all factories should INHERIT, but this is not REQUIRED. The CORBA specification also defines a FACTORY for factories, known as a factory finder. The factory finder is a just a CORBA factory which ACT as a factory for other factory interfaces. The CORBA Lifecycle specification defines a GenericFactory interface from which all factories should inherit, but this is not required. The CORBA specification also defines a factory for factories, known as a factory finder. The factory finder is a just a CORBA factory which act as a factory for other factory interfaces. |
|