1 | Container type defines a framework for a component developer. These interfaces are not CORBA objects therefore distinguished as local objects. |
2 | Container implementation type specifies the interaction pattern with the POA and CORBA services based on policies. |
3 | These descriptions are given in a component descriptor (XML). |
4 | These descriptions are used by the container factory to create a POA when the container is defined. |
5 | External types: Home interface and the application interfaces. Home interface contains factories for creating new objects and finders for existing objects. (EJBHome+EJBObject). |