Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.jst.j2ee.core/rose/common.cat')
-rw-r--r--plugins/org.eclipse.jst.j2ee.core/rose/common.cat6287
1 files changed, 0 insertions, 6287 deletions
diff --git a/plugins/org.eclipse.jst.j2ee.core/rose/common.cat b/plugins/org.eclipse.jst.j2ee.core/rose/common.cat
deleted file mode 100644
index 1dce4423f..000000000
--- a/plugins/org.eclipse.jst.j2ee.core/rose/common.cat
+++ /dev/null
@@ -1,6287 +0,0 @@
-
-(object Petal
- version 50
- _written "Rose 8.3.0407.2800"
- charSet 0)
-
-(object Class_Category "common"
- is_unit TRUE
- is_loaded TRUE
- attributes (list Attribute_Set
- (object Attribute
- tool "Ecore"
- name "basePackage"
- value (value Text "org.eclipse.jst.j2ee"))
- (object Attribute
- tool "Ecore"
- name "nsURI"
- value (value Text "common.xmi"))
- (object Attribute
- tool "Ecore"
- name "prefix"
- value (value Text "Common")))
- quid "38C08F0F038D"
- visible_categories (list visibility_relationship_list
- (object Visibility_Relationship
- quid "39B7E48C0067"
- supplier "Logical View::ejb"
- quidu "3780E272032D")
- (object Visibility_Relationship
- quid "39AB2BF100FA"
- supplier "Logical View::application"
- quidu "38C03008014E"))
- exportControl "Public"
- logical_models (list unit_reference_list
- (object Class "EjbRef"
- quid "371BC78202B3"
- documentation
-|The ejb-refType is used by ejb-ref elements for the
-|declaration of a reference to an enterprise bean's home. The
-|declaration consists of:
-|
-| - an optional description
-| - the EJB reference name used in the code of
-| the Deployment Component that's referencing the enterprise
-| bean
-| - the expected type of the referenced enterprise bean
-| - the expected home and remote interfaces of the referenced
-| enterprise bean
-| - optional ejb-link information, used to specify the
-| referenced enterprise bean
-
- class_attributes (list class_attribute_list
- (object ClassAttribute "name"
- quid "371BD4000185"
- documentation
-|The ejb-ref-name element contains the name of an EJB reference. This is the JNDI name that the servlet code uses to get a reference to the enterprise bean.
-|Example: <ejb-ref-name>ejb/Payroll</ejb-ref-name>
-
- type "String"
- exportControl "Public")
- (object ClassAttribute "type"
- attributes (list Attribute_Set
- (object Attribute
- tool "Ecore"
- name "isUnsettable"
- value TRUE))
- quid "371BD413018C"
- documentation
-|The ejb-ref-type element contains the expected type of the referenced enterprise bean. The ejb-ref-type element must be one of the following:
-|<ejb-ref-type>Entity</ejb-ref-type>
-|<ejb-ref-type>Session</ejb-ref-type>
-
- type "EjbRefType"
- quidu "38C126FB0081"
- exportControl "Public")
- (object ClassAttribute "home"
- quid "371BD425032D"
- documentation
-|The home element contains the fully-qualified name of the enterprise bean’s home interface.
-|Example: <home>com.aardvark.payroll.PayrollHome</home>
-
- type "String"
- exportControl "Public")
- (object ClassAttribute "remote"
- quid "371BD42E0073"
- documentation "The remote element contains the fully-qualified name of the enterprise bean’s remote interface."
- type "String"
- exportControl "Public")
- (object ClassAttribute "link"
- quid "371BD45B028A"
- documentation
-|The ejb-link element is used in the ejb-ref element to specify that an EJB reference is linked to an enterprise bean in the encompassing J2EE Application package. The value of the ejb-link element must be the ejb-name of an enterprise bean in the same J2EE Application package.
-|Example: <ejb-link>EmployeeRecord</ejb-link>
-
- type "String"
- exportControl "Public")
- (object ClassAttribute "description"
- quid "38BDD87602E5"
- documentation
-|@version J2EE1.4 deprecated, becomes descriptions
-|The description element is used by the ejb-jar file producer to provide text describing the parent element. The description element should include any information that the ejb-jar file producer wants to provide to the consumer of the ejb-jar file (i.e. to the Deployer). Typically, the tools used by the ejb-jar file consumer will display the description when processing the parent element.
-
- type "String"
- exportControl "Public")))
- (object Class "EnvEntry"
- quid "371BC77800E2"
- documentation
-|The env-entryType is used to declare an application's
-|environment entry. The declaration consists of an optional
-|description, the name of the environment entry, and an
-|optional value. If a value is not specified, one must be
-|supplied during deployment.
-|
-|It is used by env-entry elements.
-
- class_attributes (list class_attribute_list
- (object ClassAttribute "description"
- quid "371BD3710392"
- documentation
-|@version J2EE1.4 deprecated, becomes descriptions
-|The description element is used by the ejb-jar file producer to provide text describing the parent element. The description element should include any information that the ejb-jar file producer wants to provide to the consumer of the ejb-jar file (i.e. to the Deployer). Typically, the tools used by the ejb-jar file consumer will display the description when processing the parent element.
-
- type "String"
- exportControl "Public")
- (object ClassAttribute "name"
- quid "371BD3780111"
- documentation
-|The env-entry-name element contains the name of a
-| Deployment Component's environment entry. The name
-| is a JNDI name relative to the java:comp/env
-| context. The name must be unique within a
-| Deployment Component. The uniqueness
-| constraints must be defined within the declared
-| context.
-|
-| Example:
-|
-| <env-entry-name>minAmount</env-entry-name>
-
- type "String"
- exportControl "Public")
- (object ClassAttribute "value"
- quid "371BD38003A8"
- documentation
-|The env-entry-value designates the value of a
-| Deployment Component's environment entry. The value
-| must be a String that is valid for the
-| constructor of the specified type that takes a
-| single String parameter, or for java.lang.Character,
-| a single character.
-|
-| Example:
-|
-| <env-entry-value>100.00</env-entry-value>
-
- type "String"
- exportControl "Public")
- (object ClassAttribute "type"
- attributes (list Attribute_Set
- (object Attribute
- tool "Ecore"
- name "isUnsettable"
- value TRUE))
- quid "38BDD8340091"
- documentation
-|The env-entry-type element contains the fully-qualified Java type of the environment entry value that is expected by the application client’s code. The following are the legal values of env-entry-type: java.lang.Bool-ean, java.lang.String, java.lang.Integer, java.lang.Double, java.lang.Byte, java.lang.Short, java.lang.Long, and java.lang.Float.
-|Example: <env-entry-type>java.lang.Boolean</env-entry-type>
-
- type "EnvEntryType"
- quidu "38BDD7A60315"
- exportControl "Public")))
- (object Class "ResourceRef"
- quid "371BC79303C6"
- documentation
-|The resource-refType contains a declaration of a
-|Deployment Component's reference to an external resource. It
-|consists of an optional description, the resource manager
-|connection factory reference name, the indication of the
-|resource manager connection factory type expected by the
-|Deployment Component code, the type of authentication
-|(Application or Container), and an optional specification of
-|the shareability of connections obtained from the resource
-|(Shareable or Unshareable).
-|
-|Example:
-|
-|<resource-ref>
-| <res-ref-name>jdbc/EmployeeAppDB</res-ref-name>
-| <res-type>javax.sql.DataSource</res-type>
-| <res-auth>Container</res-auth>
-| <res-sharing-scope>Shareable</res-sharing-scope>
-|</resource-ref>
-
- class_attributes (list class_attribute_list
- (object ClassAttribute "description"
- quid "371BD5580338"
- documentation
-|@version J2EE1.4 deprecated, becomes descriptions
-|The description element is used by the ejb-jar file producer to provide text describing the parent element. The description element should include any information that the ejb-jar file producer wants to provide to the consumer of the ejb-jar file (i.e. to the Deployer). Typically, the tools used by the ejb-jar file consumer will display the description when processing the parent element.
-
- type "String"
- exportControl "Public")
- (object ClassAttribute "name"
- quid "371BD55F0310"
- documentation
-|The res-ref-name element specifies the name of a
-| resource manager connection factory reference.
-| The name is a JNDI name relative to the
-| java:comp/env context.
-| The name must be unique within a Deployment File.
-
- type "String"
- exportControl "Public")
- (object ClassAttribute "type"
- quid "371BD575024A"
- documentation
-|The res-type element specifies the type of the data
-| source. The type is specified by the fully qualified
-| Java language class or interface
-| expected to be implemented by the data source.
-
- type "String"
- exportControl "Public")
- (object ClassAttribute "auth"
- attributes (list Attribute_Set
- (object Attribute
- tool "Ecore"
- name "isUnsettable"
- value TRUE))
- quid "38BDD8D900AC"
- documentation
-|The res-auth element specifies whether the enterprise bean code signs on programmatically to the resource manager, or whether the Container will sign on to the resource manager on behalf of the bean. In the latter case, the Container uses information that is supplied by the Deployer. The value of this element must be one of the two following:
-|<res-auth>Application</res-auth>
-|<res-auth>Container</res-auth>
-
- type "ResAuthTypeBase"
- quidu "38C09ED400B4"
- exportControl "Public")
- (object ClassAttribute "link"
- quid "39A9C7430008"
- documentation "@version J2EE1.4 deprecated"
- type "String"
- exportControl "Public")
- (object ClassAttribute "resSharingScope"
- attributes (list Attribute_Set
- (object Attribute
- tool "Ecore"
- name "isUnsettable"
- value TRUE))
- quid "39BF27FC03DB"
- documentation
-|The res-sharing-scope element specifies whether connections obtained
-|through the given resource manager connection factory reference can be
-|shared. The value of this element, if specified, must be one of the
-|two following: Shareable, Unshareable
-|
-|The default value is Shareable.
-|
-
- type "ResSharingScopeType"
- quidu "39BF288C00A3"
- exportControl "Public")))
- (object Class "EnvEntryType"
- quid "38BDD7A60315"
- documentation
-|@version J2EE1.3 added Character
-|String=0
-|Integer=1
-|Boolean=2
-|Double=3
-|Byte=4
-|Short=5
-|Long=6
-|Float=7
-|Character=8
-
- stereotype "enumeration"
- class_attributes (list class_attribute_list
- (object ClassAttribute "String"
- quid "39A9C7D800CB"
- exportControl "Public")
- (object ClassAttribute "Integer"
- quid "39A9C7DB009D"
- exportControl "Public")
- (object ClassAttribute "Boolean"
- quid "39A9C7E200ED"
- exportControl "Public")
- (object ClassAttribute "Double"
- quid "39A9C7E401C3"
- exportControl "Public")
- (object ClassAttribute "Byte"
- quid "39A9C7E600E9"
- exportControl "Public")
- (object ClassAttribute "Short"
- quid "39A9C7EF02FF"
- exportControl "Public")
- (object ClassAttribute "Long"
- quid "39A9C7F103D4"
- exportControl "Public")
- (object ClassAttribute "Float"
- quid "39A9C7F302F1"
- exportControl "Public")
- (object ClassAttribute "Character"
- quid "39886ADD03A8"
- exportControl "Public"))
- language "Java")
- (object Class "SecurityRoleRef"
- quid "371BC7A0025C"
- documentation
-|The security-role-refType contains the declaration of a
-|security role reference in a component's or a
-|Deployment Component's code. The declaration consists of an
-|optional description, the security role name used in the
-|code, and an optional link to a security role. If the
-|security role is not specified, the Deployer must choose an
-|appropriate security role.
-
- class_attributes (list class_attribute_list
- (object ClassAttribute "name"
- quid "371BD4BC0135"
- documentation
-|The value of the role-name element must be the String used
-| as the parameter to the
-| EJBContext.isCallerInRole(String roleName) method or the
-| HttpServletRequest.isUserInRole(String role) method.
-
- type "String"
- exportControl "Public")
- (object ClassAttribute "description"
- quid "38BDD89D01C8"
- documentation
-|@version J2EE1.4 deprecated, becomes descriptions
-|The description element is used by the ejb-jar file producer to provide text describing the parent element. The description element should include any information that the ejb-jar file producer wants to provide to the consumer of the ejb-jar file (i.e. to the Deployer). Typically, the tools used by the ejb-jar file consumer will display the description when processing the parent element.
-
- type "String"
- exportControl "Public")
- (object ClassAttribute "link"
- quid "38BDD8AC0134"
- documentation
-|The role-link element is a reference to a defined
-| security role. The role-link element must contain
-| the name of one of the security roles defined in the
-| security-role elements.
-|
-
- type "String"
- exportControl "Public")))
- (object Class "ResAuthTypeBase"
- quid "38C09ED400B4"
- documentation
-|CONTAINER=0
-|Container=1
-|Application=2
-|SERVLET=3
-|
-
- stereotype "enumeration"
- class_attributes (list class_attribute_list
- (object ClassAttribute "Container"
- quid "3EA6D8F301E7"
- exportControl "Public")
- (object ClassAttribute "Application"
- quid "3EA6D9000178"
- exportControl "Public")
- (object ClassAttribute "SERVLET"
- quid "3EAFED8B0138"
- exportControl "Public"))
- language "Java")
- (object Class "EjbRefType"
- quid "38C126FB0081"
- documentation
-|Session=0
-|Entity=1
-
- stereotype "enumeration"
- class_attributes (list class_attribute_list
- (object ClassAttribute "Session"
- quid "39A9C7C601D3"
- exportControl "Public")
- (object ClassAttribute "Entity"
- quid "39A9C7CD0242"
- exportControl "Public"))
- language "Java")
- (object Class "SecurityRole"
- attributes (list Attribute_Set
- (object Attribute
- tool "Java"
- name "cg_style"
- value "Default_EJB"))
- quid "38C031FE012D"
- documentation
-|The security-roleType contains the definition of a security
-|role. The definition consists of an optional description of the
-|security role, and the security role name.
-|
-|Example:
-|
-| <security-role>
-| <description>
-| This role includes all employees who are authorized
-| to access the employee service application.
-| </description>
-| <role-name>employee</role-name>
-| </security-role>
-
- class_attributes (list class_attribute_list
- (object ClassAttribute "description"
- quid "38C032690159"
- documentation "@deprecated See descriptions"
- type "String"
- exportControl "Public")
- (object ClassAttribute "roleName"
- quid "38C0327D014D"
- documentation
-|The role-name element contains the name of a role. This element must contain a non-empty string.
-|
-
- type "String"
- exportControl "Public"))
- language "Java")
- (object Class "ResourceEnvRef"
- quid "39BF207200D3"
- documentation
-|The resource-env-refType is used to define
-|resource-env-type elements. It contains a declaration of a
-|Deployment Component's reference to an administered object
-|associated with a resource in the Deployment Component's
-|environment. It consists of an optional description, the
-|resource environment reference name, and an indication of
-|the resource environment reference type expected by the
-|Deployment Component code.
-|
-|Example:
-|
-|<resource-env-ref>
-| <resource-env-ref-name>jms/StockQueue
-| </resource-env-ref-name>
-| <resource-env-ref-type>javax.jms.Queue
-| </resource-env-ref-type>
-|</resource-env-ref>
-
- class_attributes (list class_attribute_list
- (object ClassAttribute "description"
- quid "39BF21C20177"
- documentation
-|@version J2EE1.4 deprecated, becomes descriptions
-|The description is used by the ejb-jar file producer to provide text describing the resource env ref.
-|
-|The description should include any information that the ejb-jar file producer wants to provide to the consumer of the ejb-jar file (i.e. to the Deployer). Typically, the tools used by the ejb-jar file consumer will display the description when processing the list of dependents.
-
- stereotype "0..1"
- type "String"
- exportControl "Public")
- (object ClassAttribute "name"
- quid "39BF21CD03C1"
- documentation
-|The resource-env-ref-name element specifies the name
-| of a resource environment reference; its value is
-| the environment entry name used in
-| the Deployment Component code. The name is a JNDI
-| name relative to the java:comp/env context and must
-| be unique within a Deployment Component.
-
- type "String"
- exportControl "Public")))
- (object Class "ResSharingScopeType"
- quid "39BF288C00A3"
- documentation
-|Shareable=0
-|Unshareable=1
-
- stereotype "enumeration"
- class_attributes (list class_attribute_list
- (object ClassAttribute "Shareable"
- quid "39BF28AE00A2"
- exportControl "Public")
- (object ClassAttribute "Unshareable"
- quid "39BF28B0027C"
- exportControl "Public")))
- (object Class "EJBLocalRef"
- quid "398862E20101"
- documentation
-|@version J2EE1.3
-|The ejb-local-refType is used by ejb-local-ref elements for
-|the declaration of a reference to an enterprise bean's local
-|home. The declaration consists of:
-|
-| - an optional description
-| - the EJB reference name used in the code of the Deployment
-| Component that's referencing the enterprise bean
-| - the expected type of the referenced enterprise bean
-| - the expected local home and local interfaces of the
-| referenced enterprise bean
-| - optional ejb-link information, used to specify the
-| referenced enterprise bean
-
- superclasses (list inheritance_relationship_list
- (object Inheritance_Relationship
- quid "3E91E66A0374"
- supplier "Logical View::common::EjbRef"
- quidu "371BC78202B3"))
- class_attributes (list class_attribute_list
- (object ClassAttribute "localHome"
- quid "3E4BE9E1035D"
- type "String"
- exportControl "Public")
- (object ClassAttribute "local"
- quid "3E4BE9EC00B9"
- type "String"
- exportControl "Public")))
- (object Class "RunAsSpecifiedIdentity"
- quid "39BF2C9E02C8"
- documentation
-|The security-identity element specifies whether the caller's security identity is to be used for the execution of the methods of the enterprise bean or whether a specific run-as identity is to be used. It contains an optional description and a specification of the security identity to be used.
-|
-
- superclasses (list inheritance_relationship_list
- (object Inheritance_Relationship
- quid "39BF2D0F0130"
- supplier "Logical View::common::SecurityIdentity"
- quidu "39BF2C040245")))
- (object Class "Identity"
- quid "39BF2DA40058"
- documentation
-|Specifies the run-as identity to be used for the execution of the methods of an enterprise bean. It contains an optional description, and the name of a security role.
-|
-
- class_attributes (list class_attribute_list
- (object ClassAttribute "description"
- quid "39BF2DDC00B3"
- documentation
-|@version J2EE1.4 deprecated, becomes descriptions
-|The description is used by the ejb-jar file producer to provide text describing the run as identity.
-|
-|The description should include any information that the ejb-jar file producer wants to provide to the consumer of the ejb-jar file (i.e. to the Deployer). Typically, the tools used by the ejb-jar file consumer will display the description when processing the list of dependents.
-
- stereotype "0..1"
- type "String"
- exportControl "Public")
- (object ClassAttribute "roleName"
- quid "39BF2DEB00F1"
- documentation
-|The role-name element contains the name of a security role.
-|
-|The name must conform to the lexical rules for an NMTOKEN.
-
- type "String"
- exportControl "Public")))
- (object Class "IconType"
- quid "3E4A99EE003A"
- documentation
-|@version J2EE1.4
-|The icon type contains small-icon and large-icon elements
-|that specify the file names for small and large GIF or
-|JPEG icon images used to represent the parent element in a
-|GUI tool.
-|
-|The xml:lang attribute defines the language that the
-|icon file names are provided in. Its value is "en" (English)
-|by default.
-
- class_attributes (list class_attribute_list
- (object ClassAttribute "smallIcon"
- quid "3E4A9A16027C"
- documentation
-|The small-icon element contains the name of a file
-| containing a small (16 x 16) icon image. The file
-| name is a relative path within the Deployment
-| Component's Deployment File.
-|
-| The image may be either in the JPEG or GIF format.
-| The icon can be used by tools.
-|
-| Example:
-|
-| <small-icon>employee-service-icon16x16.jpg</small-icon>
-
- stereotype "0..1"
- type "String"
- exportControl "Public")
- (object ClassAttribute "largeIcon"
- quid "3E4A9A1D00E1"
- documentation
-|The large-icon element contains the name of a file
-| containing a large
-| (32 x 32) icon image. The file name is a relative
-| path within the Deployment Component's Deployment
-| File.
-|
-| The image may be either in the JPEG or GIF format.
-| The icon can be used by tools.
-|
-| Example:
-|
-| <large-icon>employee-service-icon32x32.jpg</large-icon>
-|
-
- stereotype "0..1"
- type "String"
- exportControl "Public")
- (object ClassAttribute "lang"
- quid "3E4A9AC101C4"
- type "String"
- exportControl "Public")))
- (object Class "DisplayName"
- quid "3E4A9922000E"
- documentation
-|@version J2EE1.4
-|The display-name type contains a short name that is intended
-|to be displayed by tools. It is used by display-name
-|elements. The display name need not be unique.
-|
-|Example:
-|
-|...
-| <display-name xml:lang="en">Employee Self Service</display-name>
-|
-|The value of the xml:lang attribute is "en" (English) by default.
-
- class_attributes (list class_attribute_list
- (object ClassAttribute "lang"
- quid "3E4A993C0106"
- type "String"
- exportControl "Public")
- (object ClassAttribute "value"
- quid "3E4A99510341"
- stereotype "0..1"
- type "String"
- exportControl "Public")))
- (object Class "MessageDestinationRef"
- quid "3E4C1F52028C"
- documentation
-|@version J2EE1.4
-|The message-destination-ref element contains a declaration
-|of Deployment Component's reference to a message destination
-|associated with a resource in Deployment Component's
-|environment. It consists of:
-|
-| - an optional description
-| - the message destination reference name
-| - the message destination type
-| - a specification as to whether the
-| destination is used for
-| consuming or producing messages, or both
-| - a link to the message destination
-|
-|Examples:
-|
-|<message-destination-ref>
-| <message-destination-ref-name>jms/StockQueue
-| </message-destination-ref-name>
-| <message-destination-type>javax.jms.Queue
-| </message-destination-type>
-| <message-destination-usage>Consumes
-| </message-destination-usage>
-| <message-destination-link>CorporateStocks
-| </message-destination-link>
-|</message-destination-ref>
-
- class_attributes (list class_attribute_list
- (object ClassAttribute "name"
- quid "3E4C1F7C01D8"
- type "String"
- exportControl "Public")
- (object ClassAttribute "type"
- quid "3E4C1F910002"
- type "String"
- exportControl "Public")
- (object ClassAttribute "usage"
- quid "3E4C1F9E02AA"
- type "MessageDestinationUsageType"
- quidu "3EAED1C200A8"
- exportControl "Public")
- (object ClassAttribute "link"
- quid "3E4C1FBF00EE"
- type "String"
- exportControl "Public")))
- (object Class "MessageDestination"
- quid "3E4C211001CF"
- documentation
-|@version J2EE1.4
-|The message-destinationType specifies a message
-|destination. The logical destination described by this
-|element is mapped to a physical destination by the Deployer.
-|
-|The message destination element contains:
-|
-| - an optional description
-| - an optional display-name
-| - an optional icon
-| - a message destination name which must be unique
-| among message destination names within the same
-| Deployment File.
-|
-|Example:
-|
-|<message-destination>
-| <message-destination-name>CorporateStocks
-| </message-destination-name>
-|</message-destination>
-
- superclasses (list inheritance_relationship_list
- (object Inheritance_Relationship
- quid "3E9D5FC6011C"
- supplier "Logical View::common::CompatibilityDescriptionGroup"
- quidu "4023ADF20197"))
- class_attributes (list class_attribute_list
- (object ClassAttribute "name"
- quid "3E4D2CFC03CD"
- documentation
-|The message-destination-name element specifies a
-| name for a message destination. This name must be
-| unique among the names of message destinations
-| within the Deployment File.
-
- type "String"
- exportControl "Public")))
- (object Class "ParamValue"
- quid "3E4C221202C1"
- documentation
-|@version J2EE1.4
-|This type is a general type that can be used to declare
-|parameter/value lists.
-
- class_attributes (list class_attribute_list
- (object ClassAttribute "name"
- quid "3E4C22430217"
- documentation "The param-name element contains the name of a parameter."
- type "String"
- exportControl "Public")
- (object ClassAttribute "value"
- quid "3E4D426D03C6"
- documentation "The param-value element contains the value of a parameter."
- type "String"
- exportControl "Public")
- (object ClassAttribute "description"
- quid "3F7868BE0236"
- documentation "@version J2EE1.4 deprecated, becomes descriptions"
- type "String"
- exportControl "Public")))
- (object Class "DescriptionGroup"
- quid "3E4D451F01FB"
- documentation
-|@version J2EE1.4
-|This group keeps the usage of the contained description related
-|elements consistent across J2EE deployment descriptors.
- )
- (object Class "JNDIEnvRefsGroup"
- quid "3E4D53950349"
- documentation
-|@version J2EE1.4
-|This group keeps the usage of the contained JNDI environment
-|reference elements consistent across J2EE deployment descriptors.
-
- superclasses (list inheritance_relationship_list
- (object Inheritance_Relationship
- quid "4023B1F8006C"
- supplier "Logical View::common::CompatibilityDescriptionGroup"
- quidu "4023ADF20197"))
- abstract TRUE)
- (object Class "SecurityIdentity"
- quid "39BF2C040245"
- documentation
-|The security-identity element specifies whether the caller's security identity is to be used for the execution of the methods of the enterprise bean or whether a specific run-as identity is to be used. It
-|contains an optional description and a specification of the security identity to be used.
-|
-
- class_attributes (list class_attribute_list
- (object ClassAttribute "description"
- quid "398871C20279"
- documentation "@version J2EE1.4 deprecated, becomes descriptions"
- type "String"
- exportControl "Public")))
- (object Class "UseCallerIdentity"
- quid "39BF2C9002F0"
- documentation
-|The use-caller-identity element specifies that the caller's security identity be used as the security identity for the execution of the enterprise bean's methods.
-|
-
- superclasses (list inheritance_relationship_list
- (object Inheritance_Relationship
- quid "39BF2D0A007F"
- supplier "Logical View::common::SecurityIdentity"
- quidu "39BF2C040245")))
- (object Class "Description"
- quid "3E4A98D602E0"
- documentation
-|@version J2EE1.4
-|The description type is used by a description element to
-|provide text describing the parent element. The elements
-|that use this type should include any information that the
-|Deployment Component's Deployment File file producer wants
-|to provide to the consumer of the Deployment Component's
-|Deployment File (i.e., to the Deployer). Typically, the
-|tools used by such a Deployment File consumer will display
-|the description when processing the parent element that
-|contains the description.
-|
-|The lang attribute defines the language that the
-|description is provided in. The default value is "en" (English).
-
- class_attributes (list class_attribute_list
- (object ClassAttribute "lang"
- quid "3E4A98E001AE"
- type "String"
- exportControl "Public")
- (object ClassAttribute "value"
- quid "3E4A98E900DF"
- type "String"
- exportControl "Public")))
- (object Class "MessageDestinationUsageType"
- quid "3EAED1C200A8"
- stereotype "enumeration"
- class_attributes (list class_attribute_list
- (object ClassAttribute "Consumes"
- quid "3EAED1DD016F"
- exportControl "Public")
- (object ClassAttribute "Produces"
- quid "3EAED1F40190"
- exportControl "Public")
- (object ClassAttribute "ConsumesProduces"
- quid "3EAED1F90332"
- exportControl "Public")))
- (object Class "QName"
- quid "3F3BEF5D02C0"
- class_attributes (list class_attribute_list
- (object ClassAttribute "namespaceURI"
- quid "3F3BEF7000DD"
- type "String"
- exportControl "Public")
- (object ClassAttribute "localPart"
- quid "3F3BEFDE0230"
- type "String"
- exportControl "Public")
- (object ClassAttribute "combinedQName"
- quid "3F4391D100FA"
- type "String"
- exportControl "Public")
- (object ClassAttribute "internalPrefixOrNsURI"
- quid "3F437DD203B6"
- type "String"
- exportControl "Public")))
- (object Class "Listener"
- quid "39BFB26001BD"
- documentation
-|@version J2EE1.4 moved from webapp
-|
-|Declares a class in the application must be registered as a web application listener bean.
-
- superclasses (list inheritance_relationship_list
- (object Inheritance_Relationship
- quid "4058AE790141"
- supplier "Logical View::common::CompatibilityDescriptionGroup"
- quidu "4023ADF20197")))
- (object Class "CompatibilityDescriptionGroup"
- quid "4023ADF20197"
- superclasses (list inheritance_relationship_list
- (object Inheritance_Relationship
- quid "4023AE8701D8"
- supplier "Logical View::common::DescriptionGroup"
- quidu "3E4D451F01FB"))
- class_attributes (list class_attribute_list
- (object ClassAttribute "smallIcon"
- quid "4023AE130145"
- type "String"
- exportControl "Public")
- (object ClassAttribute "largeIcon"
- quid "4023AE1D009F"
- type "String"
- exportControl "Public")
- (object ClassAttribute "description"
- quid "4023AE25029F"
- type "String"
- exportControl "Public")
- (object ClassAttribute "displayName"
- quid "4023AE3001C9"
- type "String"
- exportControl "Public")))
- (object Association "$UNNAMED$0"
- quid "3904632A005C"
- roles (list role_list
- (object Role "/linkedSecurityRole"
- quid "3904632B016C"
- label "/linkedSecurityRole"
- supplier "Logical View::common::SecurityRole"
- quidu "38C031FE012D"
- keys (list class_attribute_list
- (object ClassAttribute "name"
- quid "3989605401D3"
- type "String"))
- client_cardinality (value cardinality "0..1")
- is_navigable TRUE)
- (object Role "$UNNAMED$1"
- quid "3904632B01BC"
- supplier "Logical View::common::SecurityRoleRef"
- quidu "371BC7A0025C")))
- (object Association "$UNNAMED$2"
- quid "398ED2980285"
- roles (list role_list
- (object Role "/linkedEJB"
- quid "398ED29A00B1"
- label "/linkedEJB"
- supplier "Logical View::ejb::EnterpriseBean"
- quidu "3780E71A010A"
- keys (list class_attribute_list
- (object ClassAttribute "name"
- quid "3989606A0116"
- type "String"))
- client_cardinality (value cardinality "0..n")
- is_navigable TRUE)
- (object Role "$UNNAMED$3"
- quid "398ED29A0151"
- supplier "Logical View::common::EjbRef"
- quidu "371BC78202B3")))
- (object Association "$UNNAMED$4"
- quid "399784A702BA"
- documentation
-|The resource-env-ref-type element specifies the type
-| of a resource environment reference. It is the
-| fully qualified name of a Java language class or
-| interface.
-
- roles (list role_list
- (object Role "type"
- quid "399784A802A7"
- documentation
-|The resource-env-ref-type element specifies the type
-| of a resource environment reference. It is the
-| fully qualified name of a Java language class or
-| interface.
-
- label "type"
- supplier "Logical View::java::JavaClass"
- quidu "36549FCC00FA"
- client_cardinality (value cardinality "1")
- Containment "By Reference"
- is_navigable TRUE)
- (object Role "$UNNAMED$5"
- quid "399784A802D0"
- supplier "Logical View::common::ResourceEnvRef"
- quidu "39BF207200D3"
- is_aggregate TRUE)))
- (object Association "$UNNAMED$6"
- quid "39BF2DB5023D"
- roles (list role_list
- (object Role "identity"
- quid "39BF2DB601D1"
- documentation "Optional specifies the run-as identity to be used for the execution of the methods of an enterprise bean. It contains an optional description, and the name of a security role."
- label "identity"
- supplier "Logical View::common::Identity"
- quidu "39BF2DA40058"
- client_cardinality (value cardinality "0..1")
- Containment "By Value"
- is_navigable TRUE)
- (object Role "$UNNAMED$7"
- quid "39BF2DB601D2"
- supplier "Logical View::common::RunAsSpecifiedIdentity"
- quidu "39BF2C9E02C8"
- is_aggregate TRUE)))
- (object Association "$UNNAMED$8"
- quid "3E4D43320152"
- roles (list role_list
- (object Role "icons"
- quid "3E4D43350016"
- label "icons"
- supplier "Logical View::common::IconType"
- quidu "3E4A99EE003A"
- client_cardinality (value cardinality "0..n")
- Containment "By Value"
- is_navigable TRUE)
- (object Role "$UNNAMED$9"
- quid "3E4D4335002A"
- supplier "Logical View::common::DescriptionGroup"
- quidu "3E4D451F01FB"
- is_aggregate TRUE)))
- (object Association "$UNNAMED$10"
- quid "3E4D43540133"
- roles (list role_list
- (object Role "displayNames"
- quid "3E4D43550152"
- label "displayNames"
- supplier "Logical View::common::DisplayName"
- quidu "3E4A9922000E"
- client_cardinality (value cardinality "0..n")
- Containment "By Value"
- is_navigable TRUE)
- (object Role "$UNNAMED$11"
- quid "3E4D43550166"
- supplier "Logical View::common::DescriptionGroup"
- quidu "3E4D451F01FB"
- is_aggregate TRUE)))
- (object Association "$UNNAMED$12"
- quid "3E4D434D0255"
- roles (list role_list
- (object Role "descriptions"
- quid "3E4D434E012A"
- label "descriptions"
- supplier "Logical View::common::Description"
- quidu "3E4A98D602E0"
- client_cardinality (value cardinality "0..n")
- Containment "By Value"
- is_navigable TRUE)
- (object Role "$UNNAMED$13"
- quid "3E4D434E0152"
- supplier "Logical View::common::DescriptionGroup"
- quidu "3E4D451F01FB"
- is_aggregate TRUE)))
- (object Association "$UNNAMED$14"
- quid "3E4C23ED00C5"
- roles (list role_list
- (object Role "descriptions"
- quid "3E4C23EE0153"
- label "descriptions"
- supplier "Logical View::common::Description"
- quidu "3E4A98D602E0"
- client_cardinality (value cardinality "0..n")
- Containment "By Value"
- is_navigable TRUE)
- (object Role "$UNNAMED$15"
- quid "3E4C23EE0167"
- supplier "Logical View::common::ResourceRef"
- quidu "371BC79303C6"
- is_aggregate TRUE)))
- (object Association "$UNNAMED$16"
- quid "3E4C0B37005A"
- roles (list role_list
- (object Role "descriptions"
- quid "3E4C0B380084"
- documentation "@version J2EE1.4"
- label "descriptions"
- supplier "Logical View::common::Description"
- quidu "3E4A98D602E0"
- client_cardinality (value cardinality "0..n")
- Containment "By Value"
- is_navigable TRUE)
- (object Role "$UNNAMED$17"
- quid "3E4C0B38008E"
- supplier "Logical View::common::EnvEntry"
- quidu "371BC77800E2"
- is_aggregate TRUE)))
- (object Association "$UNNAMED$18"
- quid "3E53ED900289"
- roles (list role_list
- (object Role "descriptions"
- quid "3E53ED9101EA"
- label "descriptions"
- supplier "Logical View::common::Description"
- quidu "3E4A98D602E0"
- client_cardinality (value cardinality "0..n")
- Containment "By Value"
- is_navigable TRUE)
- (object Role "$UNNAMED$19"
- quid "3E53ED910262"
- supplier "Logical View::common::SecurityRoleRef"
- quidu "371BC7A0025C"
- is_aggregate TRUE)))
- (object Association "$UNNAMED$20"
- quid "3E4D26DC03E6"
- roles (list role_list
- (object Role "descriptions"
- quid "3E4D26DE02DB"
- label "descriptions"
- supplier "Logical View::common::Description"
- quidu "3E4A98D602E0"
- client_cardinality (value cardinality "0..n")
- Containment "By Value"
- is_navigable TRUE)
- (object Role "$UNNAMED$21"
- quid "3E4D26DE0303"
- supplier "Logical View::common::SecurityRole"
- quidu "38C031FE012D"
- is_aggregate TRUE)))
- (object Association "$UNNAMED$22"
- quid "3E4C23800295"
- roles (list role_list
- (object Role "descriptions"
- quid "3E4C2382011B"
- label "descriptions"
- supplier "Logical View::common::Description"
- quidu "3E4A98D602E0"
- client_cardinality (value cardinality "0..n")
- Containment "By Value"
- is_navigable TRUE)
- (object Role "$UNNAMED$23"
- quid "3E4C2382012F"
- supplier "Logical View::common::ResourceEnvRef"
- quidu "39BF207200D3"
- is_aggregate TRUE)))
- (object Association "descriptions"
- quid "3E4C0978022E"
- roles (list role_list
- (object Role "descriptions"
- quid "3E4C09790230"
- documentation "@version J2EE1.4"
- label "descriptions"
- supplier "Logical View::common::Description"
- quidu "3E4A98D602E0"
- client_cardinality (value cardinality "0..n")
- Containment "By Value"
- is_navigable TRUE)
- (object Role "$UNNAMED$24"
- quid "3E4C0979023A"
- supplier "Logical View::common::EjbRef"
- quidu "371BC78202B3"
- is_aggregate TRUE)))
- (object Association "$UNNAMED$25"
- quid "3E4C20210031"
- roles (list role_list
- (object Role "descriptions"
- quid "3E4C202101CC"
- label "descriptions"
- supplier "Logical View::common::Description"
- quidu "3E4A98D602E0"
- client_cardinality (value cardinality "0..n")
- Containment "By Value"
- is_navigable TRUE)
- (object Role "$UNNAMED$26"
- quid "3E4C202101E0"
- supplier "Logical View::common::MessageDestinationRef"
- quidu "3E4C1F52028C"
- is_aggregate TRUE)))
- (object Association "$UNNAMED$27"
- quid "3E5679FE0087"
- roles (list role_list
- (object Role "descriptions"
- quid "3E5679FE0344"
- documentation "@version J2EE1.4"
- label "descriptions"
- supplier "Logical View::common::Description"
- quidu "3E4A98D602E0"
- client_cardinality (value cardinality "0..n")
- Containment "By Value"
- is_navigable TRUE)
- (object Role "$UNNAMED$28"
- quid "3E5679FE0362"
- supplier "Logical View::common::SecurityIdentity"
- quidu "39BF2C040245"
- is_aggregate TRUE)))
- (object Association "$UNNAMED$29"
- quid "3E4C22270090"
- roles (list role_list
- (object Role "descriptions"
- quid "3E4C222703C5"
- label "descriptions"
- supplier "Logical View::common::Description"
- quidu "3E4A98D602E0"
- client_cardinality (value cardinality "0..n")
- Containment "By Value"
- is_navigable TRUE)
- (object Role "$UNNAMED$30"
- quid "3E4C222703D9"
- supplier "Logical View::common::ParamValue"
- quidu "3E4C221202C1"
- is_aggregate TRUE)))
- (object Association "$UNNAMED$31"
- quid "3E95CA660065"
- documentation "@version J2EE1.4"
- roles (list role_list
- (object Role "descriptions"
- quid "3E95CA66032C"
- label "descriptions"
- supplier "Logical View::common::Description"
- quidu "3E4A98D602E0"
- client_cardinality (value cardinality "0..n")
- Containment "By Value"
- is_navigable TRUE)
- (object Role "$UNNAMED$32"
- quid "3E95CA66035E"
- supplier "Logical View::common::Identity"
- quidu "39BF2DA40058"
- is_aggregate TRUE))))
- logical_presentations (list unit_reference_list
- (object ClassDiagram "Refs to Resources"
- quid "39044F8402E5"
- title "Refs to Resources"
- documentation "@version J2EE1.4 deprecated"
- zoom 100
- max_height 28350
- max_width 21600
- origin_x 0
- origin_y 2720
- items (list diagram_item_list
- (object ClassView "Class" "Logical View::common::EjbRefType" @1
- ShowCompartmentStereotypes TRUE
- IncludeAttribute TRUE
- IncludeOperation TRUE
- location (2545, 441)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object ItemLabel
- Parent_View @1
- location (2382, 357)
- fill_color 13434879
- nlines 1
- max_width 326
- justify 0
- label "EjbRefType")
- stereotype (object ItemLabel
- Parent_View @1
- location (2382, 307)
- fill_color 13434879
- anchor 10
- nlines 1
- max_width 323
- justify 0
- label "<<enumeration>>")
- icon_style "Label"
- line_color 3342489
- fill_color 13434879
- quidu "38C126FB0081"
- width 344
- height 292
- annotation 8
- autoResize TRUE)
- (object NoteView @2
- location (2432, 2147)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object ItemLabel
- Parent_View @2
- location (1703, 1894)
- fill_color 13434879
- nlines 10
- max_width 1422
- label
-|@version J2EE1.3
-|ADDED resSharingScope:ResSharingScopeType
-|
-|The res-sharing-scope element specifies whether connections obtained through the given resource manager connection factory reference can be shared. The value of this element, if specified, must be one of the two following:
-| Shareable
-| Unshareable
-|
-|The default value is Shareable.
- )
- line_color 4227072
- fill_color 13434833
- width 1482
- height 519)
- (object ClassView "Class" "Logical View::common::ResSharingScopeType" @3
- ShowCompartmentStereotypes TRUE
- IncludeAttribute TRUE
- IncludeOperation TRUE
- location (472, 2252)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object ItemLabel
- Parent_View @3
- location (249, 2168)
- fill_color 13434879
- nlines 1
- max_width 446
- justify 0
- label "ResSharingScopeType")
- stereotype (object ItemLabel
- Parent_View @3
- location (249, 2118)
- fill_color 13434879
- anchor 10
- nlines 1
- max_width 446
- justify 0
- label "<<enumeration>>")
- icon_style "Icon"
- line_color 4227072
- fill_color 13434833
- quidu "39BF288C00A3"
- width 464
- height 292
- annotation 8
- autoResize TRUE)
- (object AttachView "" @4
- stereotype TRUE
- line_color 4227072
- client @2
- supplier @3
- vertices (list Points
- (1690, 2261)
- (704, 2261))
- line_style 3
- origin_attachment (1690, 2261)
- terminal_attachment (704, 2261))
- (object NoteView @5
- location (1963, 1691)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object ItemLabel
- Parent_View @5
- location (1400, 1597)
- fill_color 13434879
- nlines 3
- max_width 1090
- label
-|Deprecated:
-|description becomes descriptions:List<DescriptionType>
-|link becomes ??
- )
- line_color 3342489
- fill_color 13434879
- width 1150
- height 200)
- (object ClassView "Class" "Logical View::common::SecurityRole" @6
- ShowCompartmentStereotypes TRUE
- IncludeOperation TRUE
- location (1599, 1451)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object ItemLabel
- Parent_View @6
- location (1518, 1375)
- nlines 2
- max_width 162
- justify 0
- label "SecurityRole")
- icon_style "Icon"
- line_color 3342489
- fill_color 16777215
- quidu "38C031FE012D"
- height 176
- annotation 8
- autoResize TRUE)
- (object ClassView "Class" "Logical View::common::SecurityRoleRef" @7
- ShowCompartmentStereotypes TRUE
- IncludeAttribute TRUE
- IncludeOperation TRUE
- location (2624, 1424)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object ItemLabel
- Parent_View @7
- location (2446, 1299)
- fill_color 13434879
- nlines 1
- max_width 356
- justify 0
- label "SecurityRoleRef")
- icon_style "Icon"
- line_color 3342489
- fill_color 13434879
- quidu "371BC7A0025C"
- width 374
- height 274
- annotation 8
- autoResize TRUE)
- (object AssociationViewNew "$UNNAMED$0" @8
- location (2063, 1454)
- stereotype TRUE
- line_color 3342489
- quidu "3904632A005C"
- roleview_list (list RoleViews
- (object RoleView "/linkedSecurityRole" @9
- Parent_View @8
- location (1151, 174)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object SegLabel @10
- Parent_View @9
- location (1912, 1496)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- anchor 1
- anchor_loc 1
- nlines 1
- max_width 372
- justify 0
- label "+/linkedSecurityRole"
- pctDist 0.404624
- height 42
- orientation 0)
- stereotype TRUE
- line_color 3342489
- quidu "3904632B016C"
- client @8
- supplier @6
- vertices (list Points
- (2063, 1454)
- (1689, 1454))
- line_style 3
- origin_attachment (2063, 1454)
- terminal_attachment (1689, 1454)
- label (object SegLabel @11
- Parent_View @9
- location (1739, 1402)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- anchor 2
- anchor_loc 1
- nlines 1
- max_width 15
- justify 0
- label "0..1"
- pctDist 0.867052
- height 53
- orientation 1))
- (object RoleView "$UNNAMED$1" @12
- Parent_View @8
- location (1151, 174)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object SegLabel @13
- Parent_View @12
- location (2361, 1413)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- hidden TRUE
- anchor 1
- anchor_loc 1
- nlines 1
- max_width 307
- justify 0
- label ""
- pctDist 0.800000
- height 42
- orientation 0)
- stereotype TRUE
- line_color 3342489
- quidu "3904632B01BC"
- client @8
- supplier @7
- vertices (list Points
- (2063, 1454)
- (2437, 1454))
- line_style 3
- origin_attachment (2063, 1454)
- terminal_attachment (2437, 1454)
- label (object SegLabel @14
- Parent_View @12
- location (2295, 1454)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- anchor 5
- anchor_loc 1
- nlines 1
- max_width 244
- justify 0
- label "name : String"
- pctDist 0.900000
- height 12
- orientation 1))))
- (object ClassView "Class" "Logical View::common::EJBLocalRef" @15
- ShowCompartmentStereotypes TRUE
- IncludeAttribute TRUE
- IncludeOperation TRUE
- ShowOperationSignature TRUE
- location (288, 736)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object ItemLabel
- Parent_View @15
- location (109, 609)
- fill_color 13434879
- nlines 2
- max_width 358
- justify 0
- label "EJBLocalRef")
- icon_style "Icon"
- line_color 32768
- fill_color 13434833
- quidu "398862E20101"
- width 376
- height 278
- annotation 8
- autoResize TRUE)
- (object ClassView "Class" "Logical View::java::JavaClass" @16
- ShowCompartmentStereotypes TRUE
- SuppressAttribute TRUE
- SuppressOperation TRUE
- IncludeAttribute TRUE
- IncludeOperation TRUE
- location (1328, 2656)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object ItemLabel
- Parent_View @16
- location (1214, 2602)
- nlines 1
- max_width 228
- justify 0
- label "JavaClass")
- icon_style "Icon"
- line_color 3342489
- fill_color 16777215
- quidu "36549FCC00FA"
- width 246
- height 132
- annotation 8
- autoResize TRUE)
- (object ClassView "Class" "Logical View::common::ResourceEnvRef" @17
- ShowCompartmentStereotypes TRUE
- IncludeAttribute TRUE
- IncludeOperation TRUE
- location (416, 2608)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object ItemLabel
- Parent_View @17
- location (151, 2481)
- fill_color 13434879
- nlines 2
- max_width 530
- justify 0
- label "ResourceEnvRef")
- icon_style "Icon"
- line_color 4227072
- fill_color 13434833
- quidu "39BF207200D3"
- width 548
- height 278
- annotation 8
- autoResize TRUE)
- (object AssociationViewNew "$UNNAMED$4" @18
- location (947, 2681)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- stereotype TRUE
- line_color 32768
- quidu "399784A702BA"
- roleview_list (list RoleViews
- (object RoleView "type" @19
- Parent_View @18
- location (595, 777)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object SegLabel @20
- Parent_View @19
- location (1126, 2737)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- anchor 1
- anchor_loc 1
- nlines 1
- max_width 108
- justify 0
- label "+type"
- pctDist 0.696335
- height 56
- orientation 1)
- stereotype TRUE
- line_color 3342489
- quidu "399784A802A7"
- client @18
- supplier @16
- vertices (list Points
- (947, 2681)
- (1205, 2681))
- line_style 3
- origin_attachment (947, 2681)
- terminal_attachment (1205, 2681)
- label (object SegLabel @21
- Parent_View @19
- location (1149, 2628)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- anchor 2
- anchor_loc 1
- nlines 1
- max_width 15
- justify 0
- label "1"
- pctDist 0.783691
- height 54
- orientation 0))
- (object RoleView "$UNNAMED$5" @22
- Parent_View @18
- location (595, 777)
- stereotype TRUE
- line_color 3342489
- quidu "399784A802D0"
- client @18
- supplier @17
- vertices (list Points
- (947, 2681)
- (690, 2681))
- line_style 3
- origin_attachment (947, 2681)
- terminal_attachment (690, 2681))))
- (object ClassView "Class" "Logical View::common::Description" @23
- ShowCompartmentStereotypes TRUE
- IncludeAttribute TRUE
- IncludeOperation TRUE
- location (1472, 2416)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object ItemLabel
- Parent_View @23
- location (1344, 2314)
- fill_color 13434879
- nlines 1
- max_width 256
- justify 0
- label "Description")
- icon_style "Icon"
- line_color 3342489
- fill_color 15778042
- quidu "3E4A98D602E0"
- width 274
- height 228
- annotation 8
- autoResize TRUE)
- (object AssociationViewNew "$UNNAMED$22" @24
- location (1012, 2518)
- stereotype TRUE
- line_color 3342489
- quidu "3E4C23800295"
- roleview_list (list RoleViews
- (object RoleView "$UNNAMED$23" @25
- Parent_View @24
- location (-571, 1996)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object SegLabel @26
- Parent_View @25
- location (755, 2477)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- hidden TRUE
- anchor 1
- anchor_loc 1
- nlines 1
- max_width 450
- justify 0
- label ""
- pctDist 0.800000
- height 42
- orientation 1)
- stereotype TRUE
- line_color 3342489
- quidu "3E4C2382012F"
- client @24
- supplier @17
- vertices (list Points
- (1012, 2518)
- (690, 2518))
- line_style 3
- origin_attachment (1012, 2518)
- terminal_attachment (690, 2518))
- (object RoleView "descriptions" @27
- Parent_View @24
- location (-571, 1996)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object SegLabel @28
- Parent_View @27
- location (1062, 2484)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- anchor 1
- anchor_loc 1
- nlines 1
- max_width 260
- justify 0
- label "+descriptions"
- pctDist 0.158416
- height 35
- orientation 0)
- stereotype TRUE
- line_color 3342489
- quidu "3E4C2382011B"
- client @24
- supplier @23
- vertices (list Points
- (1012, 2518)
- (1335, 2518))
- line_style 3
- origin_attachment (1012, 2518)
- terminal_attachment (1335, 2518)
- label (object SegLabel @29
- Parent_View @27
- location (1275, 2486)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- anchor 2
- anchor_loc 1
- nlines 1
- max_width 15
- justify 0
- label "0..n"
- pctDist 0.818482
- height 33
- orientation 0))))
- (object ClassView "Class" "Logical View::common::ResourceRef" @30
- ShowCompartmentStereotypes TRUE
- IncludeAttribute TRUE
- IncludeOperation TRUE
- location (496, 1728)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object ItemLabel
- Parent_View @30
- location (101, 1507)
- fill_color 13434879
- nlines 2
- max_width 790
- justify 0
- label "ResourceRef")
- icon_style "Icon"
- line_color 3342489
- fill_color 13434879
- quidu "371BC79303C6"
- width 808
- height 466
- annotation 8
- autoResize TRUE)
- (object AttachView "" @31
- stereotype TRUE
- line_color 4227072
- client @2
- supplier @30
- vertices (list Points
- (1690, 1897)
- (900, 1897))
- line_style 3
- origin_attachment (1690, 1897)
- terminal_attachment (900, 1897))
- (object AttachView "" @32
- stereotype TRUE
- line_color 3342489
- client @30
- supplier @5
- vertices (list Points
- (900, 1716)
- (1387, 1704))
- line_style 0)
- (object ClassView "Class" "Logical View::common::Description" @33
- ShowCompartmentStereotypes TRUE
- IncludeAttribute TRUE
- IncludeOperation TRUE
- location (1600, 512)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object ItemLabel
- Parent_View @33
- location (1472, 410)
- fill_color 13434879
- nlines 1
- max_width 256
- justify 0
- label "Description")
- icon_style "Icon"
- line_color 3342489
- fill_color 15778042
- quidu "3E4A98D602E0"
- width 274
- height 228
- annotation 8
- autoResize TRUE)
- (object AssociationViewNew "$UNNAMED$14" @34
- location (815, 735)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- stereotype TRUE
- line_color 3342489
- quidu "3E4C23ED00C5"
- roleview_list (list RoleViews
- (object RoleView "descriptions" @35
- Parent_View @34
- location (307, -1087)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object SegLabel @36
- Parent_View @35
- location (1221, 582)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- anchor 1
- anchor_loc 1
- nlines 1
- max_width 260
- justify 0
- label "+descriptions"
- pctDist 0.681347
- height 41
- orientation 0)
- stereotype TRUE
- line_color 3342489
- quidu "3E4C23EE0153"
- client @34
- supplier @33
- vertices (list Points
- (815, 735)
- (815, 622)
- (1463, 622))
- line_style 3
- origin_attachment (815, 735)
- terminal_attachment (1463, 622)
- label (object SegLabel @37
- Parent_View @35
- location (1392, 584)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- anchor 2
- anchor_loc 1
- nlines 1
- max_width 15
- justify 0
- label "0..n"
- pctDist 0.908031
- height 39
- orientation 0))
- (object RoleView "$UNNAMED$15" @38
- Parent_View @34
- location (307, -1087)
- stereotype TRUE
- line_color 3342489
- quidu "3E4C23EE0167"
- client @34
- supplier @30
- vertices (list Points
- (815, 735)
- (815, 1494))
- line_style 3
- origin_attachment (815, 735)
- terminal_attachment (815, 1494))))
- (object ClassView "Class" "Logical View::ejb::EnterpriseBean" @39
- ShowCompartmentStereotypes TRUE
- IncludeOperation TRUE
- location (1648, 192)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics TRUE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object ItemLabel
- Parent_View @39
- location (1554, 88)
- nlines 2
- max_width 188
- justify 0
- label "EnterpriseBean")
- icon_style "Icon"
- line_color 3342489
- fill_color 16777215
- quidu "3780E71A010A"
- width 206
- height 232
- annotation 8
- autoResize TRUE)
- (object ClassView "Class" "Logical View::common::EjbRef" @40
- ShowCompartmentStereotypes TRUE
- IncludeAttribute TRUE
- IncludeOperation TRUE
- location (288, 272)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object ItemLabel
- Parent_View @40
- location (110, 76)
- fill_color 13434879
- nlines 1
- max_width 356
- justify 0
- label "EjbRef")
- icon_style "Icon"
- line_color 3342489
- fill_color 13434879
- quidu "371BC78202B3"
- width 374
- height 416
- annotation 8
- autoResize TRUE)
- (object AssociationViewNew "descriptions" @41
- location (969, 400)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- stereotype TRUE
- line_color 3342489
- quidu "3E4C0978022E"
- roleview_list (list RoleViews
- (object RoleView "descriptions" @42
- Parent_View @41
- location (681, 144)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object SegLabel @43
- Parent_View @42
- location (1270, 365)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- anchor 1
- anchor_loc 1
- nlines 1
- max_width 260
- justify 0
- label "+descriptions"
- pctDist 0.608602
- height 36
- orientation 0)
- stereotype TRUE
- line_color 3342489
- quidu "3E4C09790230"
- client @41
- supplier @33
- vertices (list Points
- (969, 400)
- (1463, 400))
- line_style 3
- origin_attachment (969, 400)
- terminal_attachment (1463, 400)
- label (object SegLabel @44
- Parent_View @42
- location (1475, 361)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- anchor 2
- anchor_loc 1
- nlines 1
- max_width 15
- justify 0
- label "0..n"
- pctDist 1.025806
- height 40
- orientation 0))
- (object RoleView "$UNNAMED$24" @45
- Parent_View @41
- location (681, 144)
- stereotype TRUE
- line_color 3342489
- quidu "3E4C0979023A"
- client @41
- supplier @40
- vertices (list Points
- (969, 400)
- (475, 400))
- line_style 3
- origin_attachment (969, 400)
- terminal_attachment (475, 400))))
- (object AssociationViewNew "$UNNAMED$2" @46
- location (1010, 141)
- stereotype TRUE
- line_color 3342489
- quidu "398ED2980285"
- roleview_list (list RoleViews
- (object RoleView "/linkedEJB" @47
- Parent_View @46
- location (738, -211)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object SegLabel @48
- Parent_View @47
- location (1336, 102)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- anchor 1
- anchor_loc 1
- nlines 1
- max_width 228
- justify 0
- label "+/linkedEJB"
- pctDist 0.611276
- height 40
- orientation 0)
- stereotype TRUE
- line_color 3342489
- quidu "398ED29A00B1"
- client @46
- supplier @39
- vertices (list Points
- (1010, 141)
- (1545, 141))
- line_style 3
- origin_attachment (1010, 141)
- terminal_attachment (1545, 141)
- label (object SegLabel @49
- Parent_View @47
- location (1450, 164)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- anchor 2
- anchor_loc 1
- nlines 1
- max_width 15
- justify 0
- label "0..n"
- pctDist 0.824607
- height 23
- orientation 1))
- (object RoleView "$UNNAMED$3" @50
- Parent_View @46
- location (738, -211)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- stereotype TRUE
- line_color 3342489
- quidu "398ED29A0151"
- client @46
- supplier @40
- vertices (list Points
- (1010, 141)
- (475, 141))
- line_style 3
- origin_attachment (1010, 141)
- terminal_attachment (475, 141)
- label (object SegLabel @51
- Parent_View @50
- location (616, 141)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- anchor 5
- anchor_loc 1
- nlines 1
- max_width 244
- justify 0
- label "name : String"
- pctDist 0.900000
- height 12
- orientation 1))))
- (object InheritView "" @52
- stereotype TRUE
- line_color 3342489
- quidu "3E91E66A0374"
- client @15
- supplier @40
- vertices (list Points
- (288, 596)
- (288, 480))
- line_style 0)))
- (object ClassDiagram "Security"
- quid "3B7951F8018D"
- title "Security"
- documentation
-|The env-entry-name element contains the name of a
-| Deployment Component's environment entry. The name
-| is a JNDI name relative to the java:comp/env
-| context. The name must be unique within a
-| Deployment Component. The uniqueness
-| constraints must be defined within the declared
-| context.
-|
-| Example:
-|
-| <env-entry-name>minAmount</env-entry-name>
-
- zoom 100
- max_height 28350
- max_width 21600
- origin_x 0
- origin_y 1837
- items (list diagram_item_list
- (object ClassView "Class" "Logical View::common::UseCallerIdentity" @53
- ShowCompartmentStereotypes TRUE
- IncludeAttribute TRUE
- IncludeOperation TRUE
- location (512, 2118)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object ItemLabel
- Parent_View @53
- location (411, 2041)
- fill_color 13434879
- nlines 2
- max_width 202
- justify 0
- label "UseCallerIdentity")
- icon_style "Icon"
- line_color 4227072
- fill_color 13434833
- quidu "39BF2C9002F0"
- width 220
- height 178
- annotation 8
- autoResize TRUE)
- (object ClassView "Class" "Logical View::ejb::EnterpriseBean" @54
- ShowCompartmentStereotypes TRUE
- IncludeAttribute TRUE
- IncludeOperation TRUE
- location (416, 1232)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics TRUE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object ItemLabel
- Parent_View @54
- location (165, 1028)
- fill_color 13434879
- nlines 1
- max_width 502
- justify 0
- label "EnterpriseBean")
- icon_style "Icon"
- line_color 3342489
- fill_color 13434879
- quidu "3780E71A010A"
- width 520
- height 432
- annotation 8
- autoResize TRUE)
- (object ClassView "Class" "Logical View::webapplication::Servlet" @55
- ShowCompartmentStereotypes TRUE
- IncludeAttribute TRUE
- IncludeOperation TRUE
- location (1664, 1504)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object ItemLabel
- Parent_View @55
- location (1281, 1275)
- fill_color 13434879
- nlines 1
- max_width 766
- justify 0
- label "Servlet")
- icon_style "Icon"
- line_color 3342489
- fill_color 13434879
- quidu "38C079140251"
- width 784
- height 482
- annotation 8
- autoResize TRUE)
- (object ClassView "Class" "Logical View::common::SecurityIdentity" @56
- ShowCompartmentStereotypes TRUE
- IncludeAttribute TRUE
- IncludeOperation TRUE
- location (864, 1664)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object ItemLabel
- Parent_View @56
- location (686, 1586)
- fill_color 13434879
- nlines 1
- max_width 356
- justify 0
- label "SecurityIdentity")
- icon_style "Icon"
- line_color 4227072
- fill_color 13434833
- quidu "39BF2C040245"
- width 374
- height 180
- annotation 8
- autoResize TRUE)
- (object InheritView "" @57
- stereotype TRUE
- line_color 4227072
- quidu "39BF2D0A007F"
- client @53
- supplier @56
- vertices (list Points
- (580, 2028)
- (792, 1754))
- line_style 0)
- (object AssociationViewNew "" @58
- location (705, 1510)
- stereotype TRUE
- line_color 3342489
- quidu "39BF2C1F018F"
- roleview_list (list RoleViews
- (object RoleView "" @59
- Parent_View @58
- location (-159, -26)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object SegLabel @60
- Parent_View @59
- location (625, 1490)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- hidden TRUE
- anchor 1
- anchor_loc 1
- nlines 1
- max_width 450
- justify 0
- label ""
- pctDist 0.800000
- height 42
- orientation 0)
- stereotype TRUE
- line_color 3342489
- quidu "39BF2C200264"
- client @58
- supplier @54
- vertices (list Points
- (705, 1510)
- (641, 1448))
- line_style 0)
- (object RoleView "securityIdentity" @61
- Parent_View @58
- location (-159, -26)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object SegLabel @62
- Parent_View @61
- location (566, 1576)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- anchor 1
- anchor_loc 1
- nlines 1
- max_width 299
- justify 0
- label "+securityIdentity"
- pctDist -0.603746
- height 145
- orientation 1)
- stereotype TRUE
- line_color 3342489
- quidu "39BF2C200263"
- client @58
- supplier @56
- vertices (list Points
- (705, 1510)
- (770, 1573))
- line_style 0
- label (object SegLabel @63
- Parent_View @61
- location (814, 1515)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- anchor 2
- anchor_loc 1
- nlines 1
- max_width 15
- justify 0
- label "0..1"
- pctDist 0.889576
- height 73
- orientation 0))))
- (object ClassView "Class" "Logical View::common::SecurityRoleRef" @64
- ShowCompartmentStereotypes TRUE
- IncludeAttribute TRUE
- IncludeOperation TRUE
- location (336, 336)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object ItemLabel
- Parent_View @64
- location (158, 211)
- fill_color 13434879
- nlines 1
- max_width 356
- justify 0
- label "SecurityRoleRef")
- icon_style "Icon"
- line_color 3342489
- fill_color 13434879
- quidu "371BC7A0025C"
- width 374
- height 274
- annotation 8
- autoResize TRUE)
- (object ClassView "Class" "Logical View::common::SecurityRole" @65
- ShowCompartmentStereotypes TRUE
- IncludeAttribute TRUE
- IncludeOperation TRUE
- location (1584, 304)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object ItemLabel
- Parent_View @65
- location (1406, 202)
- fill_color 13434879
- nlines 1
- max_width 356
- justify 0
- label "SecurityRole")
- icon_style "Icon"
- line_color 3342489
- fill_color 13434879
- quidu "38C031FE012D"
- width 374
- height 228
- annotation 8
- autoResize TRUE)
- (object AssociationViewNew "$UNNAMED$0" @66
- location (960, 281)
- stereotype TRUE
- line_color 3342489
- quidu "3904632A005C"
- roleview_list (list RoleViews
- (object RoleView "$UNNAMED$1" @67
- Parent_View @66
- location (-381, -107)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object SegLabel @68
- Parent_View @67
- location (705, 204)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- hidden TRUE
- anchor 1
- anchor_loc 1
- nlines 1
- max_width 307
- justify 0
- label ""
- pctDist 0.585052
- height 78
- orientation 1)
- stereotype TRUE
- line_color 3342489
- quidu "3904632B01BC"
- client @66
- supplier @64
- vertices (list Points
- (960, 281)
- (523, 281))
- line_style 3
- origin_attachment (960, 281)
- terminal_attachment (523, 281)
- label (object SegLabel @69
- Parent_View @67
- location (664, 281)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- anchor 5
- anchor_loc 1
- nlines 1
- max_width 244
- justify 0
- label "name : String"
- pctDist 0.900000
- height 12
- orientation 1))
- (object RoleView "/linkedSecurityRole" @70
- Parent_View @66
- location (-381, -107)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object SegLabel @71
- Parent_View @70
- location (1172, 238)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- anchor 1
- anchor_loc 1
- nlines 1
- max_width 372
- justify 0
- label "+/linkedSecurityRole"
- pctDist 0.487113
- height 44
- orientation 0)
- stereotype TRUE
- line_color 3342489
- quidu "3904632B016C"
- client @66
- supplier @65
- vertices (list Points
- (960, 281)
- (1397, 281))
- line_style 3
- origin_attachment (960, 281)
- terminal_attachment (1397, 281)
- label (object SegLabel @72
- Parent_View @70
- location (1351, 342)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- anchor 2
- anchor_loc 1
- nlines 1
- max_width 15
- justify 0
- label "0..1"
- pctDist 0.896907
- height 61
- orientation 1))))
- (object ClassView "Class" "Logical View::common::RunAsSpecifiedIdentity" @73
- ShowCompartmentStereotypes TRUE
- IncludeAttribute TRUE
- IncludeOperation TRUE
- location (1120, 2128)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object ItemLabel
- Parent_View @73
- location (894, 2078)
- fill_color 13434879
- nlines 1
- max_width 452
- justify 0
- label "RunAsSpecifiedIdentity")
- icon_style "Icon"
- line_color 4227072
- fill_color 13434833
- quidu "39BF2C9E02C8"
- width 470
- height 124
- annotation 8
- autoResize TRUE)
- (object AssociationViewNew "" @74
- location (1313, 1905)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- stereotype TRUE
- line_color 3342489
- quidu "39982A2E0255"
- roleview_list (list RoleViews
- (object RoleView "" @75
- Parent_View @74
- location (216, -168)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object SegLabel @76
- Parent_View @75
- location (1393, 1750)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- hidden TRUE
- anchor 1
- anchor_loc 1
- nlines 1
- max_width 450
- justify 0
- label ""
- pctDist 0.800000
- height 42
- orientation 0)
- stereotype TRUE
- line_color 3342489
- quidu "39982A2F018E"
- client @74
- supplier @55
- vertices (list Points
- (1313, 1905)
- (1450, 1745))
- line_style 0)
- (object RoleView "runAs" @77
- Parent_View @74
- location (216, -168)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object SegLabel @78
- Parent_View @77
- location (1172, 1983)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- anchor 1
- anchor_loc 1
- nlines 1
- max_width 136
- justify 0
- label "+runAs"
- pctDist 0.717360
- height 57
- orientation 1)
- stereotype TRUE
- line_color 3342489
- quidu "39982A2F0184"
- client @74
- supplier @73
- vertices (list Points
- (1313, 1905)
- (1173, 2065))
- line_style 0
- label (object SegLabel @79
- Parent_View @77
- location (1296, 2013)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- anchor 2
- anchor_loc 1
- nlines 1
- max_width 15
- justify 0
- label "0..1"
- pctDist 0.437963
- height 58
- orientation 0))))
- (object InheritView "" @80
- stereotype TRUE
- line_color 4227072
- quidu "39BF2D0F0130"
- client @73
- supplier @56
- vertices (list Points
- (1085, 2065)
- (914, 1754))
- line_style 0)
- (object ClassView "Class" "Logical View::common::Description" @81
- ShowCompartmentStereotypes TRUE
- IncludeAttribute TRUE
- IncludeOperation TRUE
- location (1120, 880)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object ItemLabel
- Parent_View @81
- location (992, 778)
- fill_color 13434879
- nlines 1
- max_width 256
- justify 0
- label "Description")
- icon_style "Icon"
- line_color 3342489
- fill_color 13434879
- quidu "3E4A98D602E0"
- width 274
- height 228
- annotation 8
- autoResize TRUE)
- (object AssociationViewNew "$UNNAMED$27" @82
- location (987, 1283)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- stereotype TRUE
- line_color 3342489
- quidu "3E5679FE0087"
- roleview_list (list RoleViews
- (object RoleView "descriptions" @83
- Parent_View @82
- location (120, -384)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object SegLabel @84
- Parent_View @83
- location (1181, 1107)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- anchor 1
- anchor_loc 1
- nlines 1
- max_width 260
- justify 0
- label "+descriptions"
- pctDist 0.750403
- height 130
- orientation 1)
- stereotype TRUE
- line_color 3342489
- quidu "3E5679FE0344"
- client @82
- supplier @81
- vertices (list Points
- (987, 1283)
- (1080, 994))
- line_style 0
- label (object SegLabel @85
- Parent_View @83
- location (1007, 1044)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- anchor 2
- anchor_loc 1
- nlines 1
- max_width 15
- justify 0
- label "0..n"
- pctDist 0.773758
- height 57
- orientation 0))
- (object RoleView "$UNNAMED$28" @86
- Parent_View @82
- location (120, -384)
- stereotype TRUE
- line_color 3342489
- quidu "3E5679FE0362"
- client @82
- supplier @56
- vertices (list Points
- (987, 1283)
- (892, 1573))
- line_style 0)))
- (object AssociationViewNew "$UNNAMED$18" @87
- location (482, 869)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- stereotype TRUE
- line_color 3342489
- quidu "3E53ED900289"
- roleview_list (list RoleViews
- (object RoleView "descriptions" @88
- Parent_View @87
- location (76, 513)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object SegLabel @89
- Parent_View @88
- location (814, 835)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- anchor 1
- anchor_loc 1
- nlines 1
- max_width 260
- justify 0
- label "+descriptions"
- pctDist 0.662088
- height 35
- orientation 0)
- stereotype TRUE
- line_color 3342489
- quidu "3E53ED9101EA"
- client @87
- supplier @81
- vertices (list Points
- (482, 869)
- (983, 869))
- line_style 3
- origin_attachment (482, 869)
- terminal_attachment (983, 869)
- label (object SegLabel @90
- Parent_View @88
- location (919, 920)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- anchor 2
- anchor_loc 1
- nlines 1
- max_width 15
- justify 0
- label "0..n"
- pctDist 0.872845
- height 51
- orientation 1))
- (object RoleView "$UNNAMED$19" @91
- Parent_View @87
- location (76, 513)
- stereotype TRUE
- line_color 3342489
- quidu "3E53ED910262"
- client @87
- supplier @64
- vertices (list Points
- (482, 869)
- (378, 869)
- (378, 473))
- line_style 3
- origin_attachment (482, 869)
- terminal_attachment (378, 473))))
- (object AssociationViewNew "$UNNAMED$20" @92
- location (1634, 751)
- stereotype TRUE
- line_color 3342489
- quidu "3E4D26DC03E6"
- roleview_list (list RoleViews
- (object RoleView "$UNNAMED$21" @93
- Parent_View @92
- location (1364, -89)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object SegLabel @94
- Parent_View @93
- location (1593, 485)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- hidden TRUE
- anchor 1
- anchor_loc 1
- nlines 1
- max_width 450
- justify 0
- label ""
- pctDist 0.800000
- height 42
- orientation 0)
- stereotype TRUE
- line_color 3342489
- quidu "3E4D26DE0303"
- client @92
- supplier @65
- vertices (list Points
- (1634, 751)
- (1634, 417))
- line_style 3
- origin_attachment (1634, 751)
- terminal_attachment (1634, 417))
- (object RoleView "descriptions" @95
- Parent_View @92
- location (1364, -89)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object SegLabel @96
- Parent_View @95
- location (1443, 776)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- anchor 1
- anchor_loc 1
- nlines 1
- max_width 260
- justify 0
- label "+descriptions"
- pctDist 0.575000
- height 36
- orientation 1)
- stereotype TRUE
- line_color 3342489
- quidu "3E4D26DE02DB"
- client @92
- supplier @81
- vertices (list Points
- (1634, 751)
- (1634, 811)
- (1257, 811))
- line_style 3
- origin_attachment (1634, 751)
- terminal_attachment (1257, 811)
- label (object SegLabel @97
- Parent_View @95
- location (1344, 849)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- anchor 2
- anchor_loc 1
- nlines 1
- max_width 15
- justify 0
- label "0..n"
- pctDist 0.801075
- height 38
- orientation 0))))
- (object ClassView "Class" "Logical View::common::Identity" @98
- ShowCompartmentStereotypes TRUE
- IncludeAttribute TRUE
- IncludeOperation TRUE
- location (2032, 2112)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object ItemLabel
- Parent_View @98
- location (1767, 2010)
- fill_color 13434879
- nlines 1
- max_width 530
- justify 0
- label "Identity")
- icon_style "Icon"
- line_color 3342489
- fill_color 13434879
- quidu "39BF2DA40058"
- width 548
- height 228
- annotation 8
- autoResize TRUE)
- (object AssociationViewNew "$UNNAMED$6" @99
- location (1556, 2119)
- stereotype TRUE
- line_color 3342489
- quidu "39BF2DB5023D"
- roleview_list (list RoleViews
- (object RoleView "$UNNAMED$7" @100
- Parent_View @99
- location (-282, 91)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object SegLabel @101
- Parent_View @100
- location (1395, 2081)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- hidden TRUE
- anchor 1
- anchor_loc 1
- nlines 1
- max_width 450
- justify 0
- label ""
- pctDist 0.800000
- height 42
- orientation 1)
- stereotype TRUE
- line_color 3342489
- quidu "39BF2DB601D2"
- client @99
- supplier @73
- vertices (list Points
- (1556, 2119)
- (1355, 2122))
- line_style 0)
- (object RoleView "identity" @102
- Parent_View @99
- location (-282, 91)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object SegLabel @103
- Parent_View @102
- location (1653, 2076)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- anchor 1
- anchor_loc 1
- nlines 1
- max_width 172
- justify 0
- label "+identity"
- pctDist 0.483528
- height 43
- orientation 0)
- stereotype TRUE
- line_color 3342489
- quidu "39BF2DB601D1"
- client @99
- supplier @98
- vertices (list Points
- (1556, 2119)
- (1757, 2115))
- line_style 0
- label (object SegLabel @104
- Parent_View @102
- location (1699, 2159)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- anchor 2
- anchor_loc 1
- nlines 1
- max_width 15
- justify 0
- label "0..1"
- pctDist 0.710327
- height 42
- orientation 1))))
- (object AssociationViewNew "$UNNAMED$31" @105
- location (2122, 1057)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- stereotype TRUE
- line_color 3342489
- quidu "3E95CA660065"
- roleview_list (list RoleViews
- (object RoleView "descriptions" @106
- Parent_View @105
- location (88, -1056)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object SegLabel @107
- Parent_View @106
- location (1411, 1018)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- anchor 1
- anchor_loc 1
- nlines 1
- max_width 260
- justify 0
- label "+descriptions"
- pctDist 0.837607
- height 36
- orientation 0)
- stereotype TRUE
- line_color 3342489
- quidu "3E95CA66032C"
- client @105
- supplier @81
- vertices (list Points
- (2122, 1057)
- (2122, 982)
- (1257, 982))
- line_style 3
- origin_attachment (2122, 1057)
- terminal_attachment (1257, 982)
- label (object SegLabel @108
- Parent_View @106
- location (1302, 920)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- anchor 2
- anchor_loc 1
- nlines 1
- max_width 15
- justify 0
- label "0..n"
- pctDist 0.951826
- height 63
- orientation 1))
- (object RoleView "$UNNAMED$32" @109
- Parent_View @105
- location (88, -1056)
- stereotype TRUE
- line_color 3342489
- quidu "3E95CA66035E"
- client @105
- supplier @98
- vertices (list Points
- (2122, 1057)
- (2122, 1998))
- line_style 3
- origin_attachment (2122, 1057)
- terminal_attachment (2122, 1998))))))
- (object ClassDiagram "Env Entries"
- quid "399825D90228"
- title "Env Entries"
- documentation
-|The description type is used by a description element to
-|provide text describing the parent element. The elements
-|that use this type should include any information that the
-|Deployment Component's Deployment File file producer wants
-|to provide to the consumer of the Deployment Component's
-|Deployment File (i.e., to the Deployer). Typically, the
-|tools used by such a Deployment File consumer will display
-|the description when processing the parent element that
-|contains the description.
-|
-|The lang attribute defines the language that the
-|description is provided in. The default value is "en" (English).
-
- zoom 100
- max_height 28350
- max_width 21600
- origin_x 0
- origin_y 1863
- items (list diagram_item_list
- (object ClassView "Class" "Logical View::common::EnvEntryType" @110
- ShowCompartmentStereotypes TRUE
- IncludeAttribute TRUE
- IncludeOperation TRUE
- location (1134, 1928)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object ItemLabel
- Parent_View @110
- location (971, 1669)
- fill_color 13434879
- nlines 1
- max_width 326
- justify 0
- label "EnvEntryType")
- stereotype (object ItemLabel
- Parent_View @110
- location (971, 1619)
- fill_color 13434879
- anchor 10
- nlines 1
- max_width 323
- justify 0
- label "<<enumeration>>")
- icon_style "Icon"
- line_color 3342489
- fill_color 13434879
- quidu "38BDD7A60315"
- width 344
- height 642
- annotation 8
- autoResize TRUE)
- (object NoteView @111
- location (2034, 1896)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object ItemLabel
- Parent_View @111
- location (1596, 1818)
- fill_color 13434879
- nlines 3
- max_width 840
- label
-|@version J2EE1.3
-|ADDED java.lang.Character to EnvEntryType
- )
- line_color 32768
- fill_color 13434833
- width 900
- height 169)
- (object AttachView "" @112
- stereotype TRUE
- line_color 32768
- client @111
- supplier @110
- vertices (list Points
- (1583, 1894)
- (1306, 1894))
- line_style 3
- origin_attachment (1583, 1894)
- terminal_attachment (1306, 1894))
- (object NoteView @113
- location (940, 944)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object ItemLabel
- Parent_View @113
- location (380, 872)
- fill_color 13434879
- nlines 2
- max_width 1084
- label
-|Deprecated:
-|description becomes descriptions:List<DescriptionType>
- )
- line_color 3342489
- fill_color 13434879
- width 1144
- height 157)
- (object ClassView "Class" "Logical View::common::Description" @114
- ShowCompartmentStereotypes TRUE
- IncludeAttribute TRUE
- IncludeOperation TRUE
- location (1440, 1216)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object ItemLabel
- Parent_View @114
- location (1312, 1114)
- fill_color 13434879
- nlines 1
- max_width 256
- justify 0
- label "Description")
- icon_style "Icon"
- line_color 3342489
- fill_color 15778042
- quidu "3E4A98D602E0"
- width 274
- height 228
- annotation 8
- autoResize TRUE)
- (object ClassView "Class" "Logical View::common::EnvEntry" @115
- ShowCompartmentStereotypes TRUE
- IncludeAttribute TRUE
- IncludeOperation TRUE
- location (384, 1328)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object ItemLabel
- Parent_View @115
- location (193, 1154)
- fill_color 13434879
- nlines 2
- max_width 382
- justify 0
- label "EnvEntry")
- icon_style "Icon"
- line_color 3342489
- fill_color 13434879
- quidu "371BC77800E2"
- width 400
- height 372
- annotation 8
- autoResize TRUE)
- (object AttachView "" @116
- stereotype TRUE
- line_color 3342489
- client @113
- supplier @115
- vertices (list Points
- (826, 1022)
- (584, 1189))
- line_style 0)
- (object AssociationViewNew "$UNNAMED$16" @117
- location (943, 1268)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- stereotype TRUE
- line_color 3342489
- quidu "3E4C0B37005A"
- roleview_list (list RoleViews
- (object RoleView "descriptions" @118
- Parent_View @117
- location (478, 10)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object SegLabel @119
- Parent_View @118
- location (1157, 1193)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- anchor 1
- anchor_loc 1
- nlines 1
- max_width 260
- justify 0
- label "+descriptions"
- pctDist 0.612100
- height 53
- orientation 0)
- stereotype TRUE
- line_color 3342489
- quidu "3E4C0B380084"
- client @117
- supplier @114
- vertices (list Points
- (943, 1268)
- (1302, 1229))
- line_style 0
- label (object SegLabel @120
- Parent_View @118
- location (1229, 1281)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- anchor 2
- anchor_loc 1
- nlines 1
- max_width 15
- justify 0
- label "0..n"
- pctDist 0.783837
- height 43
- orientation 1))
- (object RoleView "$UNNAMED$17" @121
- Parent_View @117
- location (478, 10)
- stereotype TRUE
- line_color 3342489
- quidu "3E4C0B38008E"
- client @117
- supplier @115
- vertices (list Points
- (943, 1268)
- (584, 1306))
- line_style 0)))))
- (object ClassDiagram "New J2EE1.4 Datatypes"
- quid "3E4BE5610107"
- title "New J2EE1.4 Datatypes"
- documentation
-|The ejb-local-refType is used by ejb-local-ref elements for
-|the declaration of a reference to an enterprise bean's local
-|home. The declaration consists of:
-|
-| - an optional description
-| - the EJB reference name used in the code of the Deployment
-| Component that's referencing the enterprise bean
-| - the expected type of the referenced enterprise bean
-| - the expected local home and local interfaces of the
-| referenced enterprise bean
-| - optional ejb-link information, used to specify the
-| referenced enterprise bean
-
- zoom 100
- max_height 28350
- max_width 21600
- origin_x 2724
- origin_y 481
- items (list diagram_item_list
- (object Label @122
- location (1485, 315)
- font (object Font
- size 14
- face "Arial Black"
- bold TRUE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- nlines 2
- max_width 1663
- label
-|New types and datatypes introduced for J2EE1.4
-|(Corresponds to j2ee_1_4.xsd)
- )
- (object ClassView "Class" "Logical View::common::MessageDestinationUsageType" @123
- ShowCompartmentStereotypes TRUE
- IncludeAttribute TRUE
- IncludeOperation TRUE
- location (2898, 1903)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object ItemLabel
- Parent_View @123
- location (2595, 1794)
- fill_color 13434879
- nlines 1
- max_width 606
- justify 0
- label "MessageDestinationUsageType")
- stereotype (object ItemLabel
- Parent_View @123
- location (2595, 1744)
- fill_color 13434879
- anchor 10
- nlines 1
- max_width 606
- justify 0
- label "<<enumeration>>")
- icon_style "Icon"
- line_color 3342489
- fill_color 15778042
- quidu "3EAED1C200A8"
- width 624
- height 342
- annotation 8
- autoResize TRUE)
- (object ClassView "Class" "Logical View::common::QName" @124
- ShowCompartmentStereotypes TRUE
- IncludeAttribute TRUE
- IncludeOperation TRUE
- location (1968, 2416)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object ItemLabel
- Parent_View @124
- location (1622, 2260)
- fill_color 13434879
- nlines 1
- max_width 692
- justify 0
- label "QName")
- icon_style "Icon"
- line_color 3342489
- fill_color 16744703
- quidu "3F3BEF5D02C0"
- width 710
- height 336
- annotation 8
- autoResize TRUE)
- (object ClassView "Class" "Logical View::common::MessageDestinationRef" @125
- ShowCompartmentStereotypes TRUE
- IncludeAttribute TRUE
- IncludeOperation TRUE
- location (1968, 1888)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object ItemLabel
- Parent_View @125
- location (1515, 1732)
- fill_color 13434879
- nlines 1
- max_width 906
- justify 0
- label "MessageDestinationRef")
- icon_style "Icon"
- line_color 3342489
- fill_color 15778042
- quidu "3E4C1F52028C"
- width 924
- height 336
- annotation 8
- autoResize TRUE)
- (object ClassView "Class" "Logical View::common::DescriptionGroup" @126
- ShowCompartmentStereotypes TRUE
- IncludeAttribute TRUE
- IncludeOperation TRUE
- location (3202, 646)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object ItemLabel
- Parent_View @126
- location (3023, 596)
- fill_color 13434879
- nlines 1
- max_width 358
- justify 0
- label "DescriptionGroup")
- icon_style "Icon"
- line_color 3342489
- fill_color 15778042
- quidu "3E4D451F01FB"
- width 376
- height 124
- annotation 8
- autoResize TRUE)
- (object ClassView "Class" "Logical View::common::Description" @127
- ShowCompartmentStereotypes TRUE
- IncludeAttribute TRUE
- IncludeOperation TRUE
- location (3424, 1008)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object ItemLabel
- Parent_View @127
- location (3255, 902)
- fill_color 13434879
- nlines 1
- max_width 338
- justify 0
- label "Description")
- icon_style "Icon"
- line_color 10949559
- fill_color 15778042
- quidu "3E4A98D602E0"
- width 356
- height 236
- annotation 8
- autoResize TRUE)
- (object AssociationViewNew "$UNNAMED$25" @128
- location (2745, 1417)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- stereotype TRUE
- line_color 3342489
- quidu "3E4C20210031"
- roleview_list (list RoleViews
- (object RoleView "descriptions" @129
- Parent_View @128
- location (603, -777)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object SegLabel @130
- Parent_View @129
- location (3022, 1190)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- anchor 1
- anchor_loc 1
- nlines 1
- max_width 260
- justify 0
- label "+descriptions"
- pctDist 0.606717
- height 52
- orientation 0)
- stereotype TRUE
- line_color 3342489
- quidu "3E4C202101CC"
- client @128
- supplier @127
- vertices (list Points
- (2745, 1417)
- (3245, 1114))
- line_style 0
- label (object SegLabel @131
- Parent_View @129
- location (3124, 1240)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- anchor 2
- anchor_loc 1
- nlines 1
- max_width 15
- justify 0
- label "0..n"
- pctDist 0.711564
- height 44
- orientation 1))
- (object RoleView "$UNNAMED$26" @132
- Parent_View @128
- location (603, -777)
- stereotype TRUE
- line_color 3342489
- quidu "3E4C202101E0"
- client @128
- supplier @125
- vertices (list Points
- (2745, 1417)
- (2242, 1719))
- line_style 0)))
- (object AssociationViewNew "$UNNAMED$12" @133
- location (3295, 798)
- stereotype TRUE
- line_color 3342489
- quidu "3E4D434D0255"
- roleview_list (list RoleViews
- (object RoleView "$UNNAMED$13" @134
- Parent_View @133
- location (-133, -747)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object SegLabel @135
- Parent_View @134
- location (3216, 748)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- hidden TRUE
- anchor 1
- anchor_loc 1
- nlines 1
- max_width 450
- justify 0
- label ""
- pctDist 0.800000
- height 42
- orientation 0)
- stereotype TRUE
- line_color 3342489
- quidu "3E4D434E0152"
- client @133
- supplier @126
- vertices (list Points
- (3295, 798)
- (3239, 708))
- line_style 0)
- (object RoleView "descriptions" @136
- Parent_View @133
- location (-133, -747)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object SegLabel @137
- Parent_View @136
- location (3305, 892)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- anchor 1
- anchor_loc 1
- nlines 1
- max_width 260
- justify 0
- label "+descriptions"
- pctDist 0.800000
- height 42
- orientation 1)
- stereotype TRUE
- line_color 3342489
- quidu "3E4D434E012A"
- client @133
- supplier @127
- vertices (list Points
- (3295, 798)
- (3351, 889))
- line_style 0
- label (object SegLabel @138
- Parent_View @136
- location (3391, 852)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- anchor 2
- anchor_loc 1
- nlines 1
- max_width 15
- justify 0
- label "0..n"
- pctDist 0.900000
- height 54
- orientation 0))))
- (object ClassView "Class" "Logical View::common::ParamValue" @139
- ShowCompartmentStereotypes TRUE
- IncludeAttribute TRUE
- IncludeOperation TRUE
- location (3488, 1536)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object ItemLabel
- Parent_View @139
- location (3256, 1405)
- fill_color 13434879
- nlines 1
- max_width 464
- justify 0
- label "ParamValue")
- icon_style "Icon"
- line_color 3342489
- fill_color 15778042
- quidu "3E4C221202C1"
- width 482
- height 286
- annotation 8
- autoResize TRUE)
- (object AssociationViewNew "$UNNAMED$29" @140
- location (3454, 1259)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- stereotype TRUE
- line_color 3342489
- quidu "3E4C22270090"
- roleview_list (list RoleViews
- (object RoleView "descriptions" @141
- Parent_View @140
- location (183, -1056)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object SegLabel @142
- Parent_View @141
- location (3317, 1190)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- anchor 1
- anchor_loc 1
- nlines 1
- max_width 260
- justify 0
- label "+descriptions"
- pctDist 0.637579
- height 129
- orientation 0)
- stereotype TRUE
- line_color 3342489
- quidu "3E4C222703C5"
- client @140
- supplier @127
- vertices (list Points
- (3454, 1259)
- (3438, 1126))
- line_style 0
- label (object SegLabel @143
- Parent_View @141
- location (3494, 1134)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- anchor 2
- anchor_loc 1
- nlines 1
- max_width 15
- justify 0
- label "0..n"
- pctDist 0.900000
- height 54
- orientation 1))
- (object RoleView "$UNNAMED$30" @144
- Parent_View @140
- location (183, -1056)
- stereotype TRUE
- line_color 3342489
- quidu "3E4C222703D9"
- client @140
- supplier @139
- vertices (list Points
- (3454, 1259)
- (3470, 1392))
- line_style 0)))
- (object ClassView "Class" "Logical View::common::MessageDestination" @145
- ShowCompartmentStereotypes TRUE
- IncludeAttribute TRUE
- IncludeOperation TRUE
- location (2605, 1134)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object ItemLabel
- Parent_View @145
- location (2430, 1028)
- fill_color 13434879
- nlines 2
- max_width 350
- justify 0
- label "MessageDestination")
- icon_style "Icon"
- line_color 3342489
- fill_color 15778042
- quidu "3E4C211001CF"
- width 368
- height 236
- annotation 8
- autoResize TRUE)
- (object ClassView "Class" "Logical View::common::Listener" @146
- ShowCompartmentStereotypes TRUE
- IncludeAttribute TRUE
- IncludeOperation TRUE
- location (2048, 1088)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object ItemLabel
- Parent_View @146
- location (1957, 1038)
- fill_color 13434879
- nlines 1
- max_width 182
- justify 0
- label "Listener")
- icon_style "Icon"
- line_color 3342489
- fill_color 16744703
- quidu "39BFB26001BD"
- width 200
- height 124
- annotation 8
- autoResize TRUE)
- (object ClassView "Class" "Logical View::java::JavaClass" @147
- ShowCompartmentStereotypes TRUE
- SuppressAttribute TRUE
- SuppressOperation TRUE
- IncludeAttribute TRUE
- IncludeOperation TRUE
- location (1520, 800)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object ItemLabel
- Parent_View @147
- location (1406, 746)
- fill_color 13434879
- nlines 1
- max_width 228
- justify 0
- label "JavaClass")
- icon_style "Icon"
- line_color 3342489
- fill_color 13434879
- quidu "36549FCC00FA"
- width 246
- height 132
- annotation 8
- autoResize TRUE)
- (object AssociationViewNew "" @148
- location (1794, 949)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- stereotype TRUE
- line_color 3342489
- quidu "39C03E6C035A"
- roleview_list (list RoleViews
- (object RoleView "" @149
- Parent_View @148
- location (1524, 829)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object SegLabel @150
- Parent_View @149
- location (1937, 980)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- hidden TRUE
- anchor 1
- anchor_loc 1
- nlines 1
- max_width 450
- justify 0
- label ""
- pctDist 0.800000
- height 42
- orientation 0)
- stereotype TRUE
- line_color 3342489
- quidu "39C03E6D02CF"
- client @148
- supplier @146
- vertices (list Points
- (1794, 949)
- (1947, 1031))
- line_style 0)
- (object RoleView "listenerClass" @151
- Parent_View @148
- location (1524, 829)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object SegLabel @152
- Parent_View @151
- location (1653, 920)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- anchor 1
- anchor_loc 1
- nlines 1
- max_width 275
- justify 0
- label "+listenerClass"
- pctDist 0.800000
- height 42
- orientation 0)
- stereotype TRUE
- line_color 3342489
- quidu "39C03E6D02A7"
- client @148
- supplier @147
- vertices (list Points
- (1794, 949)
- (1643, 866))
- line_style 0
- label (object SegLabel @153
- Parent_View @151
- location (1682, 828)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- anchor 2
- anchor_loc 1
- nlines 1
- max_width 15
- justify 0
- label "1"
- pctDist 0.900000
- height 54
- orientation 1))))
- (object CategoryView "Logical View::java" @154
- location (2976, 1440)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object ItemLabel
- Parent_View @154
- location (2799, 1405)
- fill_color 13434879
- nlines 2
- max_width 354
- justify 0
- label "java")
- stereotype (object ItemLabel
- Parent_View @154
- location (2799, 1355)
- fill_color 13434879
- anchor 10
- nlines 1
- max_width 354
- justify 0
- label "<<metamodel>>")
- icon_style "Icon"
- line_color 3342489
- fill_color 13434879
- quidu "36549F2C004E"
- width 366
- height 182)
- (object ClassView "Class" "Logical View::common::CompatibilityDescriptionGroup" @155
- ShowCompartmentStereotypes TRUE
- IncludeAttribute TRUE
- IncludeOperation TRUE
- location (2296, 703)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object ItemLabel
- Parent_View @155
- location (1950, 547)
- fill_color 13434879
- nlines 1
- max_width 692
- justify 0
- label "CompatibilityDescriptionGroup")
- icon_style "Icon"
- line_color 3342489
- fill_color 13434879
- quidu "4023ADF20197"
- width 710
- height 336
- annotation 8
- autoResize TRUE)
- (object InheritView "" @156
- stereotype TRUE
- line_color 3342489
- quidu "4023AE8701D8"
- client @155
- supplier @126
- vertices (list Points
- (2651, 679)
- (3013, 657))
- line_style 0)
- (object InheritView "" @157
- stereotype TRUE
- line_color 3342489
- quidu "4058AE790141"
- client @146
- supplier @155
- vertices (list Points
- (2087, 1025)
- (2187, 871))
- line_style 0)
- (object InheritView "" @158
- stereotype TRUE
- line_color 3342489
- quidu "3E9D5FC6011C"
- client @145
- supplier @155
- vertices (list Points
- (2519, 1015)
- (2416, 871))
- line_style 0)))
- (object ClassDiagram "J2EE1.4 Description Groups"
- quid "3E4D458003A9"
- title "J2EE1.4 Description Groups"
- zoom 100
- max_height 28350
- max_width 21600
- origin_x 0
- origin_y 669
- items (list diagram_item_list
- (object Label @159
- location (88, 200)
- font (object Font
- size 14
- face "Arial"
- bold TRUE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- nlines 1
- max_width 600
- label "Description Groups")
- (object Label @160
- location (103, 334)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- nlines 2
- max_width 1281
- label "An abstract mixin class for commonly used display and description attributes")
- (object ClassView "Class" "Logical View::common::DisplayName" @161
- ShowCompartmentStereotypes TRUE
- IncludeAttribute TRUE
- IncludeOperation TRUE
- location (2330, 675)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object ItemLabel
- Parent_View @161
- location (2114, 573)
- fill_color 13434879
- nlines 1
- max_width 432
- justify 0
- label "DisplayName")
- icon_style "Icon"
- line_color 8421504
- fill_color 12632256
- quidu "3E4A9922000E"
- width 450
- height 228
- annotation 8
- autoResize TRUE)
- (object ClassView "Class" "Logical View::common::IconType" @162
- ShowCompartmentStereotypes TRUE
- IncludeAttribute TRUE
- IncludeOperation TRUE
- location (686, 684)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object ItemLabel
- Parent_View @162
- location (431, 559)
- fill_color 13434879
- nlines 1
- max_width 510
- justify 0
- label "IconType")
- icon_style "Icon"
- line_color 8421504
- fill_color 12632256
- quidu "3E4A99EE003A"
- width 528
- height 274
- annotation 8
- autoResize TRUE)
- (object ClassView "Class" "Logical View::common::Description" @163
- ShowCompartmentStereotypes TRUE
- IncludeAttribute TRUE
- IncludeOperation TRUE
- location (1569, 672)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object ItemLabel
- Parent_View @163
- location (1441, 570)
- fill_color 13434879
- nlines 1
- max_width 256
- justify 0
- label "Description")
- icon_style "Icon"
- line_color 8421504
- fill_color 12632256
- quidu "3E4A98D602E0"
- width 274
- height 228
- annotation 8
- autoResize TRUE)
- (object ClassView "Class" "Logical View::common::DescriptionGroup" @164
- ShowCompartmentStereotypes TRUE
- IncludeAttribute TRUE
- IncludeOperation TRUE
- location (1401, 1141)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object ItemLabel
- Parent_View @164
- location (1222, 1091)
- fill_color 13434879
- nlines 1
- max_width 358
- justify 0
- label "DescriptionGroup")
- icon_style "Icon"
- line_color 10949559
- fill_color 15778042
- quidu "3E4D451F01FB"
- width 376
- height 124
- annotation 8
- autoResize TRUE)
- (object AssociationViewNew "$UNNAMED$10" @165
- location (2087, 1150)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- stereotype TRUE
- line_color 10949559
- quidu "3E4D43540133"
- roleview_list (list RoleViews
- (object RoleView "displayNames" @166
- Parent_View @165
- location (1735, 574)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object SegLabel @167
- Parent_View @166
- location (2043, 879)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- anchor 1
- anchor_loc 1
- nlines 1
- max_width 286
- justify 0
- label "+displayNames"
- pctDist 0.818662
- height 182
- orientation 0)
- stereotype TRUE
- line_color 3342489
- quidu "3E4D43550152"
- client @165
- supplier @161
- vertices (list Points
- (2087, 1150)
- (2224, 1150)
- (2224, 789))
- line_style 3
- origin_attachment (2087, 1150)
- terminal_attachment (2224, 789)
- label (object SegLabel @168
- Parent_View @166
- location (2171, 839)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- anchor 2
- anchor_loc 1
- nlines 1
- max_width 15
- justify 0
- label "0..n"
- pctDist 0.900000
- height 54
- orientation 0))
- (object RoleView "$UNNAMED$11" @169
- Parent_View @165
- location (1735, 574)
- stereotype TRUE
- line_color 3342489
- quidu "3E4D43550166"
- client @165
- supplier @164
- vertices (list Points
- (2087, 1150)
- (1589, 1150))
- line_style 3
- origin_attachment (2087, 1150)
- terminal_attachment (1589, 1150))))
- (object AssociationViewNew "$UNNAMED$8" @170
- location (937, 1083)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- stereotype TRUE
- line_color 10949559
- quidu "3E4D43320152"
- roleview_list (list RoleViews
- (object RoleView "icons" @171
- Parent_View @170
- location (585, 507)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object SegLabel @172
- Parent_View @171
- location (1049, 844)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- anchor 1
- anchor_loc 1
- nlines 1
- max_width 136
- justify 0
- label "+icons"
- pctDist 0.913669
- height 112
- orientation 1)
- stereotype TRUE
- line_color 3342489
- quidu "3E4D43350016"
- client @170
- supplier @162
- vertices (list Points
- (937, 1083)
- (937, 820))
- line_style 3
- origin_attachment (937, 1083)
- terminal_attachment (937, 820)
- label (object SegLabel @173
- Parent_View @171
- location (864, 843)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- anchor 2
- anchor_loc 1
- nlines 1
- max_width 15
- justify 0
- label "0..n"
- pctDist 0.920863
- height 74
- orientation 0))
- (object RoleView "$UNNAMED$9" @174
- Parent_View @170
- location (585, 507)
- stereotype TRUE
- line_color 3342489
- quidu "3E4D4335002A"
- client @170
- supplier @164
- vertices (list Points
- (937, 1083)
- (937, 1143)
- (1213, 1143))
- line_style 3
- origin_attachment (937, 1083)
- terminal_attachment (1213, 1143))))
- (object AssociationViewNew "$UNNAMED$12" @175
- location (1575, 932)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- stereotype TRUE
- line_color 10949559
- quidu "3E4D434D0255"
- roleview_list (list RoleViews
- (object RoleView "descriptions" @176
- Parent_View @175
- location (1223, 356)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object SegLabel @177
- Parent_View @176
- location (1407, 844)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- anchor 1
- anchor_loc 1
- nlines 1
- max_width 260
- justify 0
- label "+descriptions"
- pctDist 0.608392
- height 169
- orientation 0)
- stereotype TRUE
- line_color 3342489
- quidu "3E4D434E012A"
- client @175
- supplier @163
- vertices (list Points
- (1575, 932)
- (1575, 786))
- line_style 3
- origin_attachment (1575, 932)
- terminal_attachment (1575, 786)
- label (object SegLabel @178
- Parent_View @176
- location (1522, 802)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- anchor 2
- anchor_loc 1
- nlines 1
- max_width 15
- justify 0
- label "0..n"
- pctDist 0.900000
- height 54
- orientation 0))
- (object RoleView "$UNNAMED$13" @179
- Parent_View @175
- location (1223, 356)
- stereotype TRUE
- line_color 3342489
- quidu "3E4D434E0152"
- client @175
- supplier @164
- vertices (list Points
- (1575, 932)
- (1575, 1079))
- line_style 3
- origin_attachment (1575, 932)
- terminal_attachment (1575, 1079))))
- (object ClassView "Class" "Logical View::common::CompatibilityDescriptionGroup" @180
- ShowCompartmentStereotypes TRUE
- IncludeAttribute TRUE
- IncludeOperation TRUE
- location (1426, 1608)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object ItemLabel
- Parent_View @180
- location (1080, 1452)
- fill_color 13434879
- nlines 1
- max_width 692
- justify 0
- label "CompatibilityDescriptionGroup")
- icon_style "Icon"
- line_color 3342489
- fill_color 16744703
- quidu "4023ADF20197"
- width 710
- height 336
- annotation 8
- autoResize TRUE)
- (object InheritView "" @181
- stereotype TRUE
- line_color 3342489
- quidu "4023AE8701D8"
- client @180
- supplier @164
- vertices (list Points
- (1416, 1439)
- (1404, 1203))
- line_style 0)))
- (object ClassDiagram "J2EE1.4 JNDI Env Refs Group"
- quid "3E4D547001BD"
- title "J2EE1.4 JNDI Env Refs Group"
- zoom 100
- max_height 28350
- max_width 21600
- origin_x 1956
- origin_y 2150
- items (list diagram_item_list
- (object NoteView @182
- location (3461, 2107)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object ItemLabel
- Parent_View @182
- location (3123, 1985)
- fill_color 13434879
- nlines 4
- max_width 640
- label
-|See common "Security" diagram
-|for more details. This element is now common to more than just the ejb spec.
- )
- line_color 3342489
- fill_color 13434879
- width 700
- height 256)
- (object ClassView "Class" "Logical View::common::DescriptionGroup" @183
- ShowCompartmentStereotypes TRUE
- IncludeAttribute TRUE
- IncludeOperation TRUE
- location (1744, 2816)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object ItemLabel
- Parent_View @183
- location (1565, 2766)
- fill_color 13434879
- nlines 1
- max_width 358
- justify 0
- label "DescriptionGroup")
- icon_style "Icon"
- line_color 3342489
- fill_color 13434879
- quidu "3E4D451F01FB"
- width 376
- height 124
- annotation 8
- autoResize TRUE)
- (object ClassView "Class" "Logical View::common::SecurityIdentity" @184
- ShowCompartmentStereotypes TRUE
- SuppressAttribute TRUE
- SuppressOperation TRUE
- IncludeAttribute TRUE
- IncludeOperation TRUE
- location (2688, 2112)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object ItemLabel
- Parent_View @184
- location (2532, 2066)
- fill_color 13434879
- nlines 1
- max_width 312
- justify 0
- label "SecurityIdentity")
- icon_style "Icon"
- line_color 4227072
- fill_color 13434833
- quidu "39BF2C040245"
- width 330
- height 117
- annotation 8
- autoResize TRUE)
- (object AttachView "" @185
- stereotype TRUE
- line_color 3342489
- client @182
- supplier @184
- vertices (list Points
- (3110, 2108)
- (2853, 2110))
- line_style 0)
- (object ClassView "Class" "Logical View::wsclient::ServiceRef" @186
- ShowCompartmentStereotypes TRUE
- SuppressAttribute TRUE
- SuppressOperation TRUE
- IncludeAttribute TRUE
- IncludeOperation TRUE
- location (2816, 2624)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object ItemLabel
- Parent_View @186
- location (2697, 2570)
- fill_color 13434879
- nlines 1
- max_width 238
- justify 0
- label "ServiceRef")
- icon_style "Icon"
- line_color 8421504
- fill_color 12632256
- quidu "3E4D2F560184"
- width 256
- height 132
- annotation 8
- autoResize TRUE)
- (object ClassView "Class" "Logical View::common::MessageDestinationRef" @187
- ShowCompartmentStereotypes TRUE
- SuppressAttribute TRUE
- IncludeAttribute TRUE
- IncludeOperation TRUE
- location (2848, 2384)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object ItemLabel
- Parent_View @187
- location (2617, 2334)
- fill_color 13434879
- nlines 1
- max_width 462
- justify 0
- label "MessageDestinationRef")
- icon_style "Icon"
- line_color 8421504
- fill_color 12632256
- quidu "3E4C1F52028C"
- width 480
- height 124
- annotation 8
- autoResize TRUE)
- (object ClassView "Class" "Logical View::common::ResourceEnvRef" @188
- ShowCompartmentStereotypes TRUE
- SuppressAttribute TRUE
- SuppressOperation TRUE
- IncludeAttribute TRUE
- IncludeOperation TRUE
- location (2720, 1856)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object ItemLabel
- Parent_View @188
- location (2557, 1810)
- fill_color 13434879
- nlines 1
- max_width 326
- justify 0
- label "ResourceEnvRef")
- icon_style "Icon"
- line_color 4227072
- fill_color 13434833
- quidu "39BF207200D3"
- width 344
- height 117
- annotation 8
- autoResize TRUE)
- (object ClassView "Class" "Logical View::common::ResourceRef" @189
- ShowCompartmentStereotypes TRUE
- SuppressAttribute TRUE
- SuppressOperation TRUE
- IncludeAttribute TRUE
- IncludeOperation TRUE
- location (2752, 1632)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object ItemLabel
- Parent_View @189
- location (2619, 1586)
- nlines 1
- max_width 266
- justify 0
- label "ResourceRef")
- icon_style "Icon"
- line_color 3342489
- fill_color 16777215
- quidu "371BC79303C6"
- width 284
- height 117
- annotation 8
- autoResize TRUE)
- (object ClassView "Class" "Logical View::common::EnvEntry" @190
- ShowCompartmentStereotypes TRUE
- SuppressAttribute TRUE
- SuppressOperation TRUE
- IncludeAttribute TRUE
- IncludeOperation TRUE
- location (2736, 1424)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object ItemLabel
- Parent_View @190
- location (2640, 1378)
- nlines 1
- max_width 192
- justify 0
- label "EnvEntry")
- icon_style "Icon"
- line_color 3342489
- fill_color 16777215
- quidu "371BC77800E2"
- width 210
- height 117
- annotation 8
- autoResize TRUE)
- (object ClassView "Class" "Logical View::common::EJBLocalRef" @191
- ShowCompartmentStereotypes TRUE
- SuppressAttribute TRUE
- SuppressOperation TRUE
- IncludeAttribute TRUE
- IncludeOperation TRUE
- location (2720, 1216)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object ItemLabel
- Parent_View @191
- location (2586, 1170)
- fill_color 13434879
- nlines 1
- max_width 268
- justify 0
- label "EJBLocalRef")
- icon_style "Icon"
- line_color 32768
- fill_color 13434833
- quidu "398862E20101"
- width 286
- height 117
- annotation 8
- autoResize TRUE)
- (object ClassView "Class" "Logical View::common::EjbRef" @192
- ShowCompartmentStereotypes TRUE
- SuppressAttribute TRUE
- SuppressOperation TRUE
- IncludeAttribute TRUE
- IncludeOperation TRUE
- location (2736, 976)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object ItemLabel
- Parent_View @192
- location (2655, 930)
- nlines 1
- max_width 162
- justify 0
- label "EjbRef")
- icon_style "Label"
- line_color 3342489
- fill_color 16777215
- quidu "371BC78202B3"
- height 117
- annotation 8
- autoResize TRUE)
- (object ClassView "Class" "Logical View::common::JNDIEnvRefsGroup" @193
- ShowCompartmentStereotypes TRUE
- IncludeAttribute TRUE
- IncludeOperation TRUE
- location (1744, 2528)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics TRUE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object ItemLabel
- Parent_View @193
- location (1553, 2478)
- fill_color 13434879
- nlines 1
- max_width 382
- justify 0
- label "JNDIEnvRefsGroup")
- icon_style "Icon"
- line_color 3342489
- fill_color 13434879
- quidu "3E4D53950349"
- width 400
- height 124
- annotation 8
- autoResize TRUE)
- (object AssociationViewNew "" @194
- location (2316, 2587)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- stereotype TRUE
- line_color 10949559
- quidu "3E4D2FA901C9"
- roleview_list (list RoleViews
- (object RoleView "serviceRefs" @195
- Parent_View @194
- location (1298, 1650)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object SegLabel @196
- Parent_View @195
- location (2532, 2640)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- anchor 1
- anchor_loc 1
- nlines 1
- max_width 240
- justify 0
- label "+serviceRefs"
- pctDist 0.582555
- height 53
- orientation 1)
- stereotype TRUE
- line_color 3342489
- quidu "3E4D2FAA02C5"
- client @194
- supplier @186
- vertices (list Points
- (2316, 2587)
- (2688, 2587))
- line_style 3
- origin_attachment (2316, 2587)
- terminal_attachment (2688, 2587)
- label (object SegLabel @197
- Parent_View @195
- location (2650, 2534)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- anchor 2
- anchor_loc 1
- nlines 1
- max_width 15
- justify 0
- label "0..n"
- pctDist 0.900000
- height 54
- orientation 0))
- (object RoleView "" @198
- Parent_View @194
- location (1298, 1650)
- stereotype TRUE
- line_color 3342489
- quidu "3E4D2FAA02CF"
- client @194
- supplier @193
- vertices (list Points
- (2316, 2587)
- (1944, 2587))
- line_style 3
- origin_attachment (2316, 2587)
- terminal_attachment (1944, 2587))))
- (object AssociationViewNew "" @199
- location (2213, 2347)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- stereotype TRUE
- line_color 10949559
- quidu "3E4D23AA024F"
- roleview_list (list RoleViews
- (object RoleView "messageDestinationRefs" @200
- Parent_View @199
- location (1195, 1410)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object SegLabel @201
- Parent_View @200
- location (2336, 2295)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- anchor 1
- anchor_loc 1
- nlines 1
- max_width 474
- justify 0
- label "+messageDestinationRefs"
- pctDist 0.314433
- height 53
- orientation 0)
- stereotype TRUE
- line_color 3342489
- quidu "3E4D23AD01AA"
- client @199
- supplier @187
- vertices (list Points
- (2213, 2347)
- (2608, 2347))
- line_style 3
- origin_attachment (2213, 2347)
- terminal_attachment (2608, 2347)
- label (object SegLabel @202
- Parent_View @200
- location (2567, 2401)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- anchor 2
- anchor_loc 1
- nlines 1
- max_width 15
- justify 0
- label "0..n"
- pctDist 0.900000
- height 54
- orientation 1))
- (object RoleView "" @203
- Parent_View @199
- location (1195, 1410)
- stereotype TRUE
- line_color 3342489
- quidu "3E4D23AD01B4"
- client @199
- supplier @193
- vertices (list Points
- (2213, 2347)
- (1936, 2347)
- (1936, 2466))
- line_style 3
- origin_attachment (2213, 2347)
- terminal_attachment (1936, 2466))))
- (object AssociationViewNew "" @204
- location (1951, 1850)
- stereotype TRUE
- line_color 4227072
- quidu "39BF209F00C4"
- roleview_list (list RoleViews
- (object RoleView "" @205
- Parent_View @204
- location (1599, 122)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object SegLabel @206
- Parent_View @205
- location (1933, 2330)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- hidden TRUE
- anchor 1
- anchor_loc 1
- nlines 1
- max_width 450
- justify 0
- label ""
- pctDist 0.800000
- height 42
- orientation 0)
- stereotype TRUE
- line_color 3342489
- quidu "39BF209F0396"
- client @204
- supplier @193
- vertices (list Points
- (1951, 1850)
- (1891, 1850)
- (1891, 2466))
- line_style 3
- origin_attachment (1951, 1850)
- terminal_attachment (1891, 2466))
- (object RoleView "resourceEnvRefs" @207
- Parent_View @204
- location (1599, 122)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object SegLabel @208
- Parent_View @207
- location (2368, 1893)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- anchor 1
- anchor_loc 1
- nlines 1
- max_width 338
- justify 0
- label "+resourceEnvRefs"
- pctDist 0.698113
- height 43
- orientation 1)
- stereotype TRUE
- line_color 3342489
- quidu "39BF209F0395"
- client @204
- supplier @188
- vertices (list Points
- (1951, 1850)
- (2548, 1850))
- line_style 3
- origin_attachment (1951, 1850)
- terminal_attachment (2548, 1850)
- label (object SegLabel @209
- Parent_View @207
- location (2488, 1797)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- anchor 2
- anchor_loc 1
- nlines 1
- max_width 15
- justify 0
- label "0..n"
- pctDist 0.900000
- height 54
- orientation 0))))
- (object AssociationViewNew "" @210
- location (1857, 1658)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object SegLabel @211
- Parent_View @210
- location (1842, 1694)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics TRUE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- hidden TRUE
- anchor 1
- anchor_loc 1
- nlines 1
- max_width 60
- justify 0
- label ""
- pctDist 0.250000
- height 36
- orientation 1)
- stereotype TRUE
- line_color 3342489
- quidu "3780E3230139"
- roleview_list (list RoleViews
- (object RoleView "resourceRefs" @212
- Parent_View @210
- location (529, 1482)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object SegLabel @213
- Parent_View @212
- location (2473, 1640)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- anchor 1
- anchor_loc 1
- nlines 1
- max_width 362
- justify 0
- label "+resourceRefs"
- pctDist 0.830875
- height 42
- orientation 1)
- stereotype TRUE
- line_color 3342489
- quidu "3780E323013B"
- client @210
- supplier @189
- vertices (list Points
- (1857, 1658)
- (1857, 1598)
- (2610, 1598))
- line_style 3
- origin_attachment (1857, 1658)
- terminal_attachment (2610, 1598)
- label (object SegLabel @214
- Parent_View @212
- location (2559, 1553)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- anchor 2
- anchor_loc 1
- nlines 1
- max_width 70
- justify 0
- label "0..n"
- pctDist 0.938053
- height 46
- orientation 0))
- (object RoleView "" @215
- Parent_View @210
- location (529, 1482)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object SegLabel @216
- Parent_View @215
- location (1916, 2404)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- hidden TRUE
- anchor 1
- anchor_loc 1
- nlines 1
- max_width 60
- justify 0
- label ""
- pctDist 0.925020
- height 59
- orientation 0)
- stereotype TRUE
- line_color 3342489
- quidu "3780E323013A"
- client @210
- supplier @193
- vertices (list Points
- (1857, 1658)
- (1857, 2466))
- line_style 3
- origin_attachment (1857, 1658)
- terminal_attachment (1857, 2466))))
- (object AssociationViewNew "" @217
- location (1796, 1508)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object SegLabel @218
- Parent_View @217
- location (1588, 1544)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics TRUE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- hidden TRUE
- anchor 1
- anchor_loc 1
- nlines 1
- max_width 60
- justify 0
- label ""
- pctDist -2.966667
- height 36
- orientation 1)
- stereotype TRUE
- line_color 3342489
- quidu "3780E323012D"
- roleview_list (list RoleViews
- (object RoleView "environmentProperties" @219
- Parent_View @217
- location (420, 948)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object SegLabel @220
- Parent_View @219
- location (2361, 1448)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- anchor 1
- anchor_loc 1
- nlines 1
- max_width 586
- justify 0
- label "+environmentProperties"
- pctDist 0.718367
- height 62
- orientation 1)
- stereotype TRUE
- line_color 3342489
- quidu "3780E323012F"
- client @217
- supplier @190
- vertices (list Points
- (1796, 1508)
- (1796, 1386)
- (2631, 1386))
- line_style 3
- origin_attachment (1796, 1508)
- terminal_attachment (2631, 1386)
- label (object SegLabel @221
- Parent_View @219
- location (2540, 1333)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- anchor 2
- anchor_loc 1
- nlines 1
- max_width 70
- justify 0
- label "0..n"
- pctDist 0.906040
- height 54
- orientation 0))
- (object RoleView "" @222
- Parent_View @217
- location (420, 948)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object SegLabel @223
- Parent_View @222
- location (1709, 2400)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- hidden TRUE
- anchor 1
- anchor_loc 1
- nlines 1
- max_width 60
- justify 0
- label ""
- pctDist 0.932653
- height 88
- orientation 1)
- stereotype TRUE
- line_color 3342489
- quidu "3780E323012E"
- client @217
- supplier @193
- vertices (list Points
- (1796, 1508)
- (1796, 2465))
- line_style 3
- origin_attachment (1796, 1508)
- terminal_attachment (1796, 2465))))
- (object AssociationViewNew "" @224
- location (1740, 1411)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- stereotype TRUE
- line_color 32768
- quidu "398863840172"
- roleview_list (list RoleViews
- (object RoleView "ejbLocalRefs" @225
- Parent_View @224
- location (1324, 1075)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object SegLabel @226
- Parent_View @225
- location (2372, 1147)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- anchor 1
- anchor_loc 1
- nlines 1
- max_width 270
- justify 0
- label "+ejbLocalRefs"
- pctDist 0.805630
- height 48
- orientation 0)
- stereotype TRUE
- line_color 3342489
- quidu "3988638502AA"
- client @224
- supplier @191
- vertices (list Points
- (1740, 1411)
- (1740, 1194)
- (2577, 1194))
- line_style 3
- origin_attachment (1740, 1411)
- terminal_attachment (2577, 1194)
- label (object SegLabel @227
- Parent_View @225
- location (2471, 1248)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- anchor 2
- anchor_loc 1
- nlines 1
- max_width 15
- justify 0
- label "0..n"
- pctDist 0.900000
- height 54
- orientation 1))
- (object RoleView "" @228
- Parent_View @224
- location (1324, 1075)
- stereotype TRUE
- line_color 3342489
- quidu "3988638502B4"
- client @224
- supplier @193
- vertices (list Points
- (1740, 1411)
- (1740, 2466))
- line_style 3
- origin_attachment (1740, 1411)
- terminal_attachment (1740, 2466))))
- (object AssociationViewNew "" @229
- location (1677, 1248)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object SegLabel @230
- Parent_View @229
- location (1677, 1189)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics TRUE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- hidden TRUE
- anchor 1
- anchor_loc 1
- nlines 1
- max_width 60
- justify 0
- label ""
- pctDist 0.500000
- height 60
- orientation 0)
- stereotype TRUE
- line_color 3342489
- quidu "39045AE401F1"
- roleview_list (list RoleViews
- (object RoleView "ejbRefs" @231
- Parent_View @229
- location (173, 1008)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object SegLabel @232
- Parent_View @231
- location (2437, 977)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- anchor 1
- anchor_loc 1
- nlines 1
- max_width 226
- justify 0
- label "+ejbRefs"
- pctDist 0.828194
- height 24
- orientation 0)
- stereotype TRUE
- line_color 3342489
- quidu "39045AE50301"
- client @229
- supplier @192
- vertices (list Points
- (1677, 1248)
- (1677, 1000)
- (2646, 1000))
- line_style 3
- origin_attachment (1677, 1248)
- terminal_attachment (2646, 1000)
- label (object SegLabel @233
- Parent_View @231
- location (2547, 1045)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- anchor 2
- anchor_loc 1
- nlines 1
- max_width 15
- justify 0
- label "0..n"
- pctDist 0.919236
- height 45
- orientation 1))
- (object RoleView "" @234
- Parent_View @229
- location (173, 1008)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- label (object SegLabel @235
- Parent_View @234
- location (1712, 2327)
- font (object Font
- size 10
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- hidden TRUE
- anchor 1
- anchor_loc 1
- nlines 1
- max_width 60
- justify 0
- label ""
- pctDist 0.886095
- height 35
- orientation 0)
- stereotype TRUE
- line_color 3342489
- quidu "39045AE50080"
- client @229
- supplier @193
- vertices (list Points
- (1677, 1248)
- (1677, 2465))
- line_style 3
- origin_attachment (1677, 1248)
- terminal_attachment (1677, 2465))))))))

Back to the top