blob: d4787862be47dbab1d1d183b958129e704d44d1c [file] [log] [blame]
(object Petal
version 47
_written "Rose 8.0.0303.1400"
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
|@since 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
|@since 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
|@since 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 "@since 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
|@since 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
|@since 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"
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
|@since 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
|@since 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
|@since 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
|@since 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
|@since 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
|@since 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
|@since 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
|@since 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 "@since J2EE1.4 deprecated, becomes descriptions"
type "String"
exportControl "Public")))
(object Class "DescriptionGroup"
quid "3E4D451F01FB"
documentation
|@since J2EE1.4
|This group keeps the usage of the contained description related
|elements consistent across J2EE deployment descriptors.
)
(object Class "JNDIEnvRefsGroup"
quid "3E4D53950349"
documentation
|@since 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 "@since 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
|@since 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
|@since 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 "@since 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 "@since 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 "@since 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 "@since 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 "@since J2EE1.4 deprecated"
zoom 100
max_height 28350
max_width 21600
origin_x 0
origin_y 0
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
|@since 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
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 (2392, 1293)
fill_color 13434879
nlines 1
max_width 464
justify 0
label "SecurityRoleRef")
icon_style "Icon"
line_color 3342489
fill_color 13434879
quidu "371BC7A0025C"
width 482
height 286
annotation 8
autoResize TRUE)
(object AssociationViewNew "$UNNAMED$0" @8
location (2036, 1454)
stereotype TRUE
line_color 3342489
quidu "3904632A005C"
roleview_list (list RoleViews
(object RoleView "/linkedSecurityRole" @9
Parent_View @8
location (1124, 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 (1897, 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
line_style 3
origin_attachment (2036, 1454)
terminal_attachment (1689, 1454)
label (object SegLabel @11
Parent_View @9
location (1736, 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 (1124, 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 (2314, 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
line_style 3
origin_attachment (2036, 1454)
terminal_attachment (2383, 1454)
label (object SegLabel @14
Parent_View @12
location (2240, 1456)
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 (60, 605)
fill_color 13434879
nlines 2
max_width 456
justify 0
label "EJBLocalRef")
icon_style "Icon"
line_color 32768
fill_color 13434833
quidu "398862E20101"
width 474
height 286
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 (1194, 2606)
nlines 1
max_width 268
justify 0
label "JavaClass")
icon_style "Icon"
line_color 3342489
fill_color 16777215
quidu "36549FCC00FA"
width 286
height 124
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 (79, 2477)
fill_color 13434879
nlines 2
max_width 674
justify 0
label "ResourceEnvRef")
icon_style "Icon"
line_color 4227072
fill_color 13434833
quidu "39BF207200D3"
width 692
height 286
annotation 8
autoResize TRUE)
(object AssociationViewNew "$UNNAMED$4" @18
location (973, 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 (621, 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 (1120, 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
line_style 3
origin_attachment (973, 2681)
terminal_attachment (1185, 2681)
label (object SegLabel @21
Parent_View @19
location (1139, 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 (621, 777)
stereotype TRUE
line_color 3342489
quidu "399784A802D0"
client @18
supplier @17
line_style 3
origin_attachment (973, 2681)
terminal_attachment (762, 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 (1302, 2310)
fill_color 13434879
nlines 1
max_width 340
justify 0
label "Description")
icon_style "Icon"
line_color 3342489
fill_color 15778042
quidu "3E4A98D602E0"
width 358
height 236
annotation 8
autoResize TRUE)
(object AssociationViewNew "$UNNAMED$22" @24
location (1027, 2518)
stereotype TRUE
line_color 3342489
quidu "3E4C23800295"
roleview_list (list RoleViews
(object RoleView "$UNNAMED$23" @25
Parent_View @24
location (-556, 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 (815, 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
line_style 3
origin_attachment (1027, 2518)
terminal_attachment (762, 2518))
(object RoleView "descriptions" @27
Parent_View @24
location (-556, 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 (1068, 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
line_style 3
origin_attachment (1027, 2518)
terminal_attachment (1293, 2518)
label (object SegLabel @29
Parent_View @27
location (1244, 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 (19, 1497)
fill_color 13434879
nlines 2
max_width 954
justify 0
label "ResourceRef")
icon_style "Icon"
line_color 3342489
fill_color 13434879
quidu "371BC79303C6"
width 972
height 486
annotation 8
autoResize TRUE)
(object AttachView "" @31
stereotype TRUE
line_color 4227072
client @2
supplier @30
line_style 3
origin_attachment (1690, 1897)
terminal_attachment (982, 1897))
(object AttachView "" @32
stereotype TRUE
line_color 3342489
client @30
supplier @5
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 (1430, 406)
fill_color 13434879
nlines 1
max_width 340
justify 0
label "Description")
icon_style "Icon"
line_color 3342489
fill_color 15778042
quidu "3E4A98D602E0"
width 358
height 236
annotation 8
autoResize TRUE)
(object AssociationViewNew "$UNNAMED$14" @34
location (815, 751)
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, -1071)
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 (1186, 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, 751)
(815, 622)
(1421, 622))
line_style 3
origin_attachment (815, 751)
terminal_attachment (1421, 622)
label (object SegLabel @37
Parent_View @35
location (1352, 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, -1071)
stereotype TRUE
line_color 3342489
quidu "3E4C23EE0167"
client @34
supplier @30
line_style 3
origin_attachment (815, 751)
terminal_attachment (815, 1485))))
(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 (56, 66)
fill_color 13434879
nlines 1
max_width 464
justify 0
label "EjbRef")
icon_style "Icon"
line_color 3342489
fill_color 13434879
quidu "371BC78202B3"
width 482
height 436
annotation 8
autoResize TRUE)
(object AssociationViewNew "descriptions" @41
location (975, 391)
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 (687, 135)
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 (1246, 356)
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
line_style 3
origin_attachment (975, 391)
terminal_attachment (1421, 391)
label (object SegLabel @44
Parent_View @42
location (1432, 352)
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 (687, 135)
stereotype TRUE
line_color 3342489
quidu "3E4C0979023A"
client @41
supplier @40
line_style 3
origin_attachment (975, 391)
terminal_attachment (529, 391))))
(object AssociationViewNew "$UNNAMED$2" @46
location (1037, 141)
stereotype TRUE
line_color 3342489
quidu "398ED2980285"
roleview_list (list RoleViews
(object RoleView "/linkedEJB" @47
Parent_View @46
location (765, -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 (1348, 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
line_style 3
origin_attachment (1037, 141)
terminal_attachment (1545, 141)
label (object SegLabel @49
Parent_View @47
location (1456, 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 (765, -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
line_style 3
origin_attachment (1037, 141)
terminal_attachment (529, 141)
label (object SegLabel @51
Parent_View @50
location (672, 144)
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
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 1838
items (list diagram_item_list
(object NoteView @53
location (828, 2572)
font (object Font
size 10
face "Arial"
bold FALSE
italics FALSE
underline FALSE
strike FALSE
color 16777215
default_color FALSE)
label (object ItemLabel
Parent_View @53
location (203, 2350)
fill_color 13434879
nlines 8
max_width 1215
label
|TODO: ibmejbext::UseSystemIdentity is not handled in this model. Deprecate in 4.5? or continue to handle via extensions?
|NN-Could handle as extension. Needs further discussion.
|
|TODO: In 4.0, security identities could be assigned at a method element level. The ejb2.0 spec specifies them at the EnterpriseBean level (same identity used for all methods of a bean). How should this be handled?
)
line_color 32768
fill_color 255
width 1275
height 456)
(object ClassView "Class" "Logical View::common::UseCallerIdentity" @54
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 @54
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" @55
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 @55
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" @56
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 @56
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" @57
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 @57
location (632, 1583)
fill_color 13434879
nlines 1
max_width 464
justify 0
label "SecurityIdentity")
icon_style "Icon"
line_color 4227072
fill_color 13434833
quidu "39BF2C040245"
width 482
height 186
annotation 8
autoResize TRUE)
(object InheritView "" @58
stereotype TRUE
line_color 4227072
quidu "39BF2D0A007F"
client @54
supplier @57
line_style 0)
(object AttachView "" @59
stereotype TRUE
line_color 3342489
client @53
supplier @57
line_style 0)
(object AssociationViewNew "" @60
location (703, 1509)
stereotype TRUE
line_color 3342489
quidu "39BF2C1F018F"
roleview_list (list RoleViews
(object RoleView "" @61
Parent_View @60
location (-161, -27)
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 (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 @60
supplier @55
line_style 0)
(object RoleView "securityIdentity" @63
Parent_View @60
location (-161, -27)
font (object Font
size 10
face "Arial"
bold FALSE
italics FALSE
underline FALSE
strike FALSE
color 0
default_color TRUE)
label (object SegLabel @64
Parent_View @63
location (566, 1577)
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 @60
supplier @57
line_style 0
label (object SegLabel @65
Parent_View @63
location (809, 1510)
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" @66
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 @66
location (104, 205)
fill_color 13434879
nlines 1
max_width 464
justify 0
label "SecurityRoleRef")
icon_style "Icon"
line_color 3342489
fill_color 13434879
quidu "371BC7A0025C"
width 482
height 286
annotation 8
autoResize TRUE)
(object ClassView "Class" "Logical View::common::SecurityRole" @67
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 @67
location (1352, 198)
fill_color 13434879
nlines 1
max_width 464
justify 0
label "SecurityRole")
icon_style "Icon"
line_color 3342489
fill_color 13434879
quidu "38C031FE012D"
width 482
height 236
annotation 8
autoResize TRUE)
(object AssociationViewNew "$UNNAMED$0" @68
location (960, 281)
stereotype TRUE
line_color 3342489
quidu "3904632A005C"
roleview_list (list RoleViews
(object RoleView "$UNNAMED$1" @69
Parent_View @68
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 @70
Parent_View @69
location (737, 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 @68
supplier @66
line_style 3
origin_attachment (960, 281)
terminal_attachment (577, 281)
label (object SegLabel @71
Parent_View @69
location (720, 288)
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" @72
Parent_View @68
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 @73
Parent_View @72
location (1146, 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 @68
supplier @67
line_style 3
origin_attachment (960, 281)
terminal_attachment (1343, 281)
label (object SegLabel @74
Parent_View @72
location (1303, 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" @75
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 @75
location (857, 2076)
fill_color 13434879
nlines 1
max_width 526
justify 0
label "RunAsSpecifiedIdentity")
icon_style "Icon"
line_color 4227072
fill_color 13434833
quidu "39BF2C9E02C8"
width 544
height 128
annotation 8
autoResize TRUE)
(object AssociationViewNew "" @76
location (1313, 1904)
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 "" @77
Parent_View @76
location (216, -169)
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 (1393, 1751)
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 @76
supplier @56
line_style 0)
(object RoleView "runAs" @79
Parent_View @76
location (216, -169)
font (object Font
size 10
face "Arial"
bold FALSE
italics FALSE
underline FALSE
strike FALSE
color 0
default_color TRUE)
label (object SegLabel @80
Parent_View @79
location (1172, 1982)
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 @76
supplier @75
line_style 0
label (object SegLabel @81
Parent_View @79
location (1297, 2011)
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 "" @82
stereotype TRUE
line_color 4227072
quidu "39BF2D0F0130"
client @75
supplier @57
line_style 0)
(object ClassView "Class" "Logical View::common::Description" @83
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 @83
location (951, 774)
fill_color 13434879
nlines 1
max_width 338
justify 0
label "Description")
icon_style "Icon"
line_color 3342489
fill_color 13434879
quidu "3E4A98D602E0"
width 356
height 236
annotation 8
autoResize TRUE)
(object AssociationViewNew "$UNNAMED$27" @84
location (987, 1284)
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" @85
Parent_View @84
location (120, -383)
font (object Font
size 10
face "Arial"
bold FALSE
italics FALSE
underline FALSE
strike FALSE
color 0
default_color TRUE)
label (object SegLabel @86
Parent_View @85
location (1182, 1110)
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 @84
supplier @83
line_style 0
label (object SegLabel @87
Parent_View @85
location (1006, 1047)
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" @88
Parent_View @84
location (120, -383)
stereotype TRUE
line_color 3342489
quidu "3E5679FE0362"
client @84
supplier @57
line_style 0)))
(object AssociationViewNew "$UNNAMED$18" @89
location (464, 871)
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" @90
Parent_View @89
location (58, 515)
font (object Font
size 10
face "Arial"
bold FALSE
italics FALSE
underline FALSE
strike FALSE
color 0
default_color TRUE)
label (object SegLabel @91
Parent_View @90
location (780, 837)
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 @89
supplier @83
line_style 3
origin_attachment (464, 871)
terminal_attachment (942, 871)
label (object SegLabel @92
Parent_View @90
location (881, 922)
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" @93
Parent_View @89
location (58, 515)
stereotype TRUE
line_color 3342489
quidu "3E53ED910262"
client @89
supplier @66
vertices (list Points
(464, 871)
(378, 871)
(378, 479))
line_style 3
origin_attachment (464, 871)
terminal_attachment (378, 479))))
(object AssociationViewNew "$UNNAMED$20" @94
location (1634, 751)
stereotype TRUE
line_color 3342489
quidu "3E4D26DC03E6"
roleview_list (list RoleViews
(object RoleView "$UNNAMED$21" @95
Parent_View @94
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 (1593, 488)
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 @94
supplier @67
line_style 3
origin_attachment (1634, 751)
terminal_attachment (1634, 422))
(object RoleView "descriptions" @97
Parent_View @94
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 @98
Parent_View @97
location (1466, 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 @94
supplier @83
vertices (list Points
(1634, 751)
(1634, 811)
(1298, 811))
line_style 3
origin_attachment (1634, 751)
terminal_attachment (1298, 811)
label (object SegLabel @99
Parent_View @97
location (1377, 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" @100
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 @100
location (1695, 2006)
fill_color 13434879
nlines 1
max_width 674
justify 0
label "Identity")
icon_style "Icon"
line_color 3342489
fill_color 13434879
quidu "39BF2DA40058"
width 692
height 236
annotation 8
autoResize TRUE)
(object AssociationViewNew "$UNNAMED$6" @101
location (1538, 2120)
stereotype TRUE
line_color 3342489
quidu "39BF2DB5023D"
roleview_list (list RoleViews
(object RoleView "$UNNAMED$7" @102
Parent_View @101
location (-300, 92)
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 (1422, 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 @101
supplier @75
line_style 0)
(object RoleView "identity" @104
Parent_View @101
location (-300, 92)
font (object Font
size 10
face "Arial"
bold FALSE
italics FALSE
underline FALSE
strike FALSE
color 0
default_color TRUE)
label (object SegLabel @105
Parent_View @104
location (1608, 2077)
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 @101
supplier @100
line_style 0
label (object SegLabel @106
Parent_View @104
location (1643, 2161)
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" @107
location (2122, 1076)
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" @108
Parent_View @107
location (88, -1037)
font (object Font
size 10
face "Arial"
bold FALSE
italics FALSE
underline FALSE
strike FALSE
color 0
default_color TRUE)
label (object SegLabel @109
Parent_View @108
location (1447, 1019)
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 @107
supplier @83
vertices (list Points
(2122, 1076)
(2122, 983)
(1298, 983))
line_style 3
origin_attachment (2122, 1076)
terminal_attachment (1298, 983)
label (object SegLabel @110
Parent_View @108
location (1343, 921)
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" @111
Parent_View @107
location (88, -1037)
stereotype TRUE
line_color 3342489
quidu "3E95CA66035E"
client @107
supplier @100
line_style 3
origin_attachment (2122, 1076)
terminal_attachment (2122, 1993))))))
(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 0
items (list diagram_item_list
(object ClassView "Class" "Logical View::common::EnvEntryType" @112
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 @112
location (971, 1669)
fill_color 13434879
nlines 1
max_width 326
justify 0
label "EnvEntryType")
stereotype (object ItemLabel
Parent_View @112
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 @113
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 @113
location (1596, 1818)
fill_color 13434879
nlines 3
max_width 840
label
|@since J2EE1.3
|ADDED java.lang.Character to EnvEntryType
)
line_color 32768
fill_color 13434833
width 900
height 169)
(object AttachView "" @114
stereotype TRUE
line_color 32768
client @113
supplier @112
line_style 3
origin_attachment (1583, 1894)
terminal_attachment (1306, 1894))
(object NoteView @115
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 @115
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" @116
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 @116
location (1270, 1110)
fill_color 13434879
nlines 1
max_width 340
justify 0
label "Description")
icon_style "Icon"
line_color 3342489
fill_color 15778042
quidu "3E4A98D602E0"
width 358
height 236
annotation 8
autoResize TRUE)
(object ClassView "Class" "Logical View::common::EnvEntry" @117
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 @117
location (138, 1147)
fill_color 13434879
nlines 2
max_width 492
justify 0
label "EnvEntry")
icon_style "Icon"
line_color 3342489
fill_color 13434879
quidu "371BC77800E2"
width 510
height 386
annotation 8
autoResize TRUE)
(object AttachView "" @118
stereotype TRUE
line_color 3342489
client @115
supplier @117
line_style 0)
(object AssociationViewNew "$UNNAMED$16" @119
location (949, 1267)
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" @120
Parent_View @119
location (484, 9)
font (object Font
size 10
face "Arial"
bold FALSE
italics FALSE
underline FALSE
strike FALSE
color 0
default_color TRUE)
label (object SegLabel @121
Parent_View @120
location (1134, 1195)
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 @119
supplier @116
line_style 0
label (object SegLabel @122
Parent_View @120
location (1198, 1284)
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" @123
Parent_View @119
location (484, 9)
stereotype TRUE
line_color 3342489
quidu "3E4C0B38008E"
client @119
supplier @117
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 482
items (list diagram_item_list
(object Label @124
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" @125
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 @125
location (2595, 1794)
fill_color 13434879
nlines 1
max_width 606
justify 0
label "MessageDestinationUsageType")
stereotype (object ItemLabel
Parent_View @125
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"
compartment (object Compartment
Parent_View @125
location (2595, 1855)
font (object Font
size 10
face "Arial"
bold FALSE
italics FALSE
underline FALSE
strike FALSE
color 0
default_color TRUE)
icon_style "Icon"
fill_color 16777215
anchor 2
nlines 4
max_width 425)
width 624
height 342
annotation 8
autoResize TRUE)
(object ClassView "Class" "Logical View::common::QName" @126
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 @126
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"
compartment (object Compartment
Parent_View @126
location (1622, 2321)
font (object Font
size 10
face "Arial"
bold FALSE
italics FALSE
underline FALSE
strike FALSE
color 0
default_color TRUE)
icon_style "Icon"
fill_color 16777215
anchor 2
nlines 5
max_width 587)
width 710
height 336
annotation 8
autoResize TRUE)
(object ClassView "Class" "Logical View::common::MessageDestinationRef" @127
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 @127
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"
compartment (object Compartment
Parent_View @127
location (1515, 1793)
font (object Font
size 10
face "Arial"
bold FALSE
italics FALSE
underline FALSE
strike FALSE
color 0
default_color TRUE)
icon_style "Icon"
fill_color 16777215
anchor 2
nlines 5
max_width 769)
width 924
height 336
annotation 8
autoResize TRUE)
(object ClassView "Class" "Logical View::common::DescriptionGroup" @128
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 @128
location (2992, 595)
fill_color 13434879
nlines 1
max_width 420
justify 0
label "DescriptionGroup")
icon_style "Icon"
line_color 3342489
fill_color 15778042
quidu "3E4D451F01FB"
width 438
height 126
annotation 8
autoResize TRUE)
(object ClassView "Class" "Logical View::common::Description" @129
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 @129
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"
compartment (object Compartment
Parent_View @129
location (3255, 963)
font (object Font
size 10
face "Arial"
bold FALSE
italics FALSE
underline FALSE
strike FALSE
color 0
default_color TRUE)
icon_style "Icon"
fill_color 16777215
anchor 2
nlines 3
max_width 284)
width 356
height 236
annotation 8
autoResize TRUE)
(object AssociationViewNew "$UNNAMED$25" @130
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" @131
Parent_View @130
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 @132
Parent_View @131
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 @130
supplier @129
line_style 0
label (object SegLabel @133
Parent_View @131
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" @134
Parent_View @130
location (603, -777)
stereotype TRUE
line_color 3342489
quidu "3E4C202101E0"
client @130
supplier @127
line_style 0)))
(object AssociationViewNew "$UNNAMED$12" @135
location (3295, 799)
stereotype TRUE
line_color 3342489
quidu "3E4D434D0255"
roleview_list (list RoleViews
(object RoleView "$UNNAMED$13" @136
Parent_View @135
location (-133, -746)
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 (3216, 749)
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 @135
supplier @128
line_style 0)
(object RoleView "descriptions" @138
Parent_View @135
location (-133, -746)
font (object Font
size 10
face "Arial"
bold FALSE
italics FALSE
underline FALSE
strike FALSE
color 0
default_color TRUE)
label (object SegLabel @139
Parent_View @138
location (3305, 893)
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 @135
supplier @129
line_style 0
label (object SegLabel @140
Parent_View @138
location (3391, 851)
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" @141
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 @141
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"
compartment (object Compartment
Parent_View @141
location (3256, 1466)
font (object Font
size 10
face "Arial"
bold FALSE
italics FALSE
underline FALSE
strike FALSE
color 0
default_color TRUE)
icon_style "Icon"
fill_color 16777215
anchor 2
nlines 4
max_width 391)
width 482
height 286
annotation 8
autoResize TRUE)
(object AssociationViewNew "$UNNAMED$29" @142
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" @143
Parent_View @142
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 @144
Parent_View @143
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 @142
supplier @129
line_style 0
label (object SegLabel @145
Parent_View @143
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" @146
Parent_View @142
location (183, -1056)
stereotype TRUE
line_color 3342489
quidu "3E4C222703D9"
client @142
supplier @141
line_style 0)))
(object ClassView "Class" "Logical View::common::MessageDestination" @147
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 @147
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"
compartment (object Compartment
Parent_View @147
location (2430, 1139)
font (object Font
size 10
face "Arial"
bold FALSE
italics FALSE
underline FALSE
strike FALSE
color 0
default_color TRUE)
icon_style "Icon"
fill_color 16777215
anchor 2
nlines 2
max_width 303)
width 368
height 236
annotation 8
autoResize TRUE)
(object ClassView "Class" "Logical View::common::Listener" @148
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 @148
location (1941, 1037)
fill_color 13434879
nlines 1
max_width 214
justify 0
label "Listener")
icon_style "Icon"
line_color 3342489
fill_color 16744703
quidu "39BFB26001BD"
width 232
height 126
annotation 8
autoResize TRUE)
(object ClassView "Class" "Logical View::java::JavaClass" @149
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 @149
location (1386, 751)
fill_color 13434879
nlines 1
max_width 268
justify 0
label "JavaClass")
icon_style "Icon"
line_color 3342489
fill_color 13434879
quidu "36549FCC00FA"
width 286
height 122
annotation 8
autoResize TRUE)
(object AssociationViewNew "" @150
location (1782, 942)
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 "" @151
Parent_View @150
location (1512, 822)
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 (1921, 972)
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 @150
supplier @148
line_style 0)
(object RoleView "listenerClass" @153
Parent_View @150
location (1512, 822)
font (object Font
size 10
face "Arial"
bold FALSE
italics FALSE
underline FALSE
strike FALSE
color 0
default_color TRUE)
label (object SegLabel @154
Parent_View @153
location (1644, 914)
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 @150
supplier @149
line_style 0
label (object SegLabel @155
Parent_View @153
location (1674, 823)
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" @156
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 @156
location (2803, 1405)
fill_color 13434879
nlines 2
max_width 346
justify 0
label "java")
stereotype (object ItemLabel
Parent_View @156
location (2803, 1355)
fill_color 13434879
anchor 10
nlines 1
max_width 346
justify 0
label "<<metamodel>>")
icon_style "Icon"
line_color 3342489
fill_color 13434879
quidu "36549F2C004E"
width 358
height 182)
(object ClassView "Class" "Logical View::common::CompatibilityDescriptionGroup" @157
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 @157
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"
compartment (object Compartment
Parent_View @157
location (1950, 608)
font (object Font
size 10
face "Arial"
bold FALSE
italics FALSE
underline FALSE
strike FALSE
color 0
default_color TRUE)
icon_style "Icon"
fill_color 13434879
anchor 2
nlines 5
max_width 437)
width 710
height 336
annotation 8
autoResize TRUE)
(object InheritView "" @158
stereotype TRUE
line_color 3342489
quidu "4023AE8701D8"
client @157
supplier @128
line_style 0)
(object InheritView "" @159
stereotype TRUE
line_color 3342489
quidu "4058AE790141"
client @148
supplier @157
line_style 0)
(object InheritView "" @160
stereotype TRUE
line_color 3342489
quidu "3E9D5FC6011C"
client @147
supplier @157
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 50
items (list diagram_item_list
(object Label @161
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 @162
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" @163
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 @163
location (2055, 569)
fill_color 13434879
nlines 1
max_width 550
justify 0
label "DisplayName")
icon_style "Icon"
line_color 8421504
fill_color 12632256
quidu "3E4A9922000E"
width 568
height 236
annotation 8
autoResize TRUE)
(object ClassView "Class" "Logical View::common::IconType" @164
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 @164
location (363, 553)
fill_color 13434879
nlines 1
max_width 646
justify 0
label "IconType")
icon_style "Icon"
line_color 8421504
fill_color 12632256
quidu "3E4A99EE003A"
width 664
height 286
annotation 8
autoResize TRUE)
(object ClassView "Class" "Logical View::common::Description" @165
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 @165
location (1400, 566)
fill_color 13434879
nlines 1
max_width 338
justify 0
label "Description")
icon_style "Icon"
line_color 8421504
fill_color 12632256
quidu "3E4A98D602E0"
width 356
height 236
annotation 8
autoResize TRUE)
(object ClassView "Class" "Logical View::common::DescriptionGroup" @166
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 @166
location (1191, 1090)
fill_color 13434879
nlines 1
max_width 420
justify 0
label "DescriptionGroup")
icon_style "Icon"
line_color 10949559
fill_color 15778042
quidu "3E4D451F01FB"
width 438
height 126
annotation 8
autoResize TRUE)
(object AssociationViewNew "$UNNAMED$10" @167
location (2100, 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" @168
Parent_View @167
location (1748, 574)
font (object Font
size 10
face "Arial"
bold FALSE
italics FALSE
underline FALSE
strike FALSE
color 0
default_color TRUE)
label (object SegLabel @169
Parent_View @168
location (2043, 880)
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 @167
supplier @163
vertices (list Points
(2100, 1150)
(2224, 1150)
(2224, 793))
line_style 3
origin_attachment (2100, 1150)
terminal_attachment (2224, 793)
label (object SegLabel @170
Parent_View @168
location (2171, 841)
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" @171
Parent_View @167
location (1748, 574)
stereotype TRUE
line_color 3342489
quidu "3E4D43550166"
client @167
supplier @166
line_style 3
origin_attachment (2100, 1150)
terminal_attachment (1620, 1150))))
(object AssociationViewNew "$UNNAMED$8" @172
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" @173
Parent_View @172
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 @174
Parent_View @173
location (1049, 849)
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 @172
supplier @164
line_style 3
origin_attachment (937, 1083)
terminal_attachment (937, 826)
label (object SegLabel @175
Parent_View @173
location (864, 847)
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" @176
Parent_View @172
location (585, 507)
stereotype TRUE
line_color 3342489
quidu "3E4D4335002A"
client @172
supplier @166
vertices (list Points
(937, 1083)
(937, 1143)
(1182, 1143))
line_style 3
origin_attachment (937, 1083)
terminal_attachment (1182, 1143))))
(object AssociationViewNew "$UNNAMED$12" @177
location (1575, 933)
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" @178
Parent_View @177
location (1223, 357)
font (object Font
size 10
face "Arial"
bold FALSE
italics FALSE
underline FALSE
strike FALSE
color 0
default_color TRUE)
label (object SegLabel @179
Parent_View @178
location (1406, 846)
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 @177
supplier @165
line_style 3
origin_attachment (1575, 933)
terminal_attachment (1575, 790)
label (object SegLabel @180
Parent_View @178
location (1522, 805)
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" @181
Parent_View @177
location (1223, 357)
stereotype TRUE
line_color 3342489
quidu "3E4D434E0152"
client @177
supplier @166
line_style 3
origin_attachment (1575, 933)
terminal_attachment (1575, 1077))))
(object ClassView "Class" "Logical View::common::CompatibilityDescriptionGroup" @182
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 @182
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"
compartment (object Compartment
Parent_View @182
location (1080, 1513)
font (object Font
size 10
face "Arial"
bold FALSE
italics FALSE
underline FALSE
strike FALSE
color 0
default_color TRUE)
icon_style "Icon"
fill_color 13434879
anchor 2
nlines 5
max_width 437)
width 710
height 336
annotation 8
autoResize TRUE)
(object InheritView "" @183
stereotype TRUE
line_color 3342489
quidu "4023AE8701D8"
client @182
supplier @166
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 @184
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 @184
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" @185
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 @185
location (1536, 2765)
fill_color 13434879
nlines 1
max_width 416
justify 0
label "DescriptionGroup")
icon_style "Icon"
line_color 3342489
fill_color 13434879
quidu "3E4D451F01FB"
width 434
height 126
annotation 8
autoResize TRUE)
(object ClassView "Class" "Logical View::common::SecurityIdentity" @186
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 @186
location (2505, 2071)
fill_color 13434879
nlines 1
max_width 366
justify 0
label "SecurityIdentity")
icon_style "Icon"
line_color 4227072
fill_color 13434833
quidu "39BF2C040245"
width 384
height 107
annotation 8
autoResize TRUE)
(object AttachView "" @187
stereotype TRUE
line_color 3342489
client @184
supplier @186
line_style 0)
(object ClassView "Class" "Logical View::wsclient::ServiceRef" @188
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 @188
location (2686, 2574)
fill_color 13434879
nlines 1
max_width 260
justify 0
label "ServiceRef")
icon_style "Icon"
line_color 8421504
fill_color 12632256
quidu "3E4D2F560184"
width 278
height 124
annotation 8
autoResize TRUE)
(object ClassView "Class" "Logical View::common::MessageDestinationRef" @189
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 @189
location (2577, 2333)
fill_color 13434879
nlines 1
max_width 542
justify 0
label "MessageDestinationRef")
icon_style "Icon"
line_color 8421504
fill_color 12632256
quidu "3E4C1F52028C"
width 560
height 126
annotation 8
autoResize TRUE)
(object ClassView "Class" "Logical View::common::ResourceEnvRef" @190
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 @190
location (2528, 1815)
fill_color 13434879
nlines 1
max_width 384
justify 0
label "ResourceEnvRef")
icon_style "Icon"
line_color 4227072
fill_color 13434833
quidu "39BF207200D3"
width 402
height 107
annotation 8
autoResize TRUE)
(object ClassView "Class" "Logical View::common::ResourceRef" @191
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 @191
location (2596, 1591)
nlines 1
max_width 312
justify 0
label "ResourceRef")
icon_style "Icon"
line_color 3342489
fill_color 16777215
quidu "371BC79303C6"
width 330
height 107
annotation 8
autoResize TRUE)
(object ClassView "Class" "Logical View::common::EnvEntry" @192
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 @192
location (2623, 1383)
nlines 1
max_width 226
justify 0
label "EnvEntry")
icon_style "Icon"
line_color 3342489
fill_color 16777215
quidu "371BC77800E2"
width 244
height 107
annotation 8
autoResize TRUE)
(object ClassView "Class" "Logical View::common::EJBLocalRef" @193
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 @193
location (2563, 1175)
fill_color 13434879
nlines 1
max_width 314
justify 0
label "EJBLocalRef")
icon_style "Icon"
line_color 32768
fill_color 13434833
quidu "398862E20101"
width 332
height 107
annotation 8
autoResize TRUE)
(object ClassView "Class" "Logical View::common::EjbRef" @194
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 @194
location (2640, 935)
nlines 1
max_width 192
justify 0
label "EjbRef")
icon_style "Label"
line_color 3342489
fill_color 16777215
quidu "371BC78202B3"
width 210
height 107
annotation 8
autoResize TRUE)
(object ClassView "Class" "Logical View::common::JNDIEnvRefsGroup" @195
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 @195
location (1512, 2477)
fill_color 13434879
nlines 1
max_width 464
justify 0
label "JNDIEnvRefsGroup")
icon_style "Icon"
line_color 3342489
fill_color 13434879
quidu "3E4D53950349"
width 482
height 126
annotation 8
autoResize TRUE)
(object AssociationViewNew "" @196
location (2331, 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" @197
Parent_View @196
location (1313, 1650)
font (object Font
size 10
face "Arial"
bold FALSE
italics FALSE
underline FALSE
strike FALSE
color 0
default_color TRUE)
label (object SegLabel @198
Parent_View @197
location (2533, 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 @196
supplier @188
line_style 3
origin_attachment (2331, 2587)
terminal_attachment (2677, 2587)
label (object SegLabel @199
Parent_View @197
location (2642, 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 "" @200
Parent_View @196
location (1313, 1650)
stereotype TRUE
line_color 3342489
quidu "3E4D2FAA02CF"
client @196
supplier @195
line_style 3
origin_attachment (2331, 2587)
terminal_attachment (1985, 2587))))
(object AssociationViewNew "" @201
location (2194, 2349)
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" @202
Parent_View @201
location (1176, 1412)
font (object Font
size 10
face "Arial"
bold FALSE
italics FALSE
underline FALSE
strike FALSE
color 0
default_color TRUE)
label (object SegLabel @203
Parent_View @202
location (2311, 2297)
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 @201
supplier @189
line_style 3
origin_attachment (2194, 2349)
terminal_attachment (2568, 2349)
label (object SegLabel @204
Parent_View @202
location (2531, 2403)
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 "" @205
Parent_View @201
location (1176, 1412)
stereotype TRUE
line_color 3342489
quidu "3E4D23AD01B4"
client @201
supplier @195
vertices (list Points
(2194, 2349)
(1936, 2349)
(1936, 2465))
line_style 3
origin_attachment (2194, 2349)
terminal_attachment (1936, 2465))))
(object AssociationViewNew "" @206
location (1895, 1910)
stereotype TRUE
line_color 4227072
quidu "39BF209F00C4"
roleview_list (list RoleViews
(object RoleView "" @207
Parent_View @206
location (1543, 182)
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 (1937, 2354)
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 @206
supplier @195
line_style 3
origin_attachment (1895, 1910)
terminal_attachment (1895, 2465))
(object RoleView "resourceEnvRefs" @209
Parent_View @206
location (1543, 182)
font (object Font
size 10
face "Arial"
bold FALSE
italics FALSE
underline FALSE
strike FALSE
color 0
default_color TRUE)
label (object SegLabel @210
Parent_View @209
location (2313, 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 @206
supplier @190
vertices (list Points
(1895, 1910)
(1895, 1850)
(2519, 1850))
line_style 3
origin_attachment (1895, 1910)
terminal_attachment (2519, 1850)
label (object SegLabel @211
Parent_View @209
location (2451, 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 "" @212
location (1858, 1667)
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 (1843, 1703)
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" @214
Parent_View @212
location (530, 1491)
font (object Font
size 10
face "Arial"
bold FALSE
italics FALSE
underline FALSE
strike FALSE
color 0
default_color TRUE)
label (object SegLabel @215
Parent_View @214
location (2451, 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 @212
supplier @191
vertices (list Points
(1858, 1667)
(1858, 1598)
(2587, 1598))
line_style 3
origin_attachment (1858, 1667)
terminal_attachment (2587, 1598)
label (object SegLabel @216
Parent_View @214
location (2537, 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 "" @217
Parent_View @212
location (530, 1491)
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 (1917, 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 @212
supplier @195
line_style 3
origin_attachment (1858, 1667)
terminal_attachment (1858, 2464))))
(object AssociationViewNew "" @219
location (1797, 1517)
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 (1589, 1553)
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" @221
Parent_View @219
location (421, 957)
font (object Font
size 10
face "Arial"
bold FALSE
italics FALSE
underline FALSE
strike FALSE
color 0
default_color TRUE)
label (object SegLabel @222
Parent_View @221
location (2346, 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 @219
supplier @192
vertices (list Points
(1797, 1517)
(1797, 1386)
(2614, 1386))
line_style 3
origin_attachment (1797, 1517)
terminal_attachment (2614, 1386)
label (object SegLabel @223
Parent_View @221
location (2525, 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 "" @224
Parent_View @219
location (421, 957)
font (object Font
size 10
face "Arial"
bold FALSE
italics FALSE
underline FALSE
strike FALSE
color 0
default_color TRUE)
label (object SegLabel @225
Parent_View @224
location (1710, 2401)
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 @219
supplier @195
line_style 3
origin_attachment (1797, 1517)
terminal_attachment (1797, 2464))))
(object AssociationViewNew "" @226
location (1740, 1423)
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" @227
Parent_View @226
location (1324, 1087)
font (object Font
size 10
face "Arial"
bold FALSE
italics FALSE
underline FALSE
strike FALSE
color 0
default_color TRUE)
label (object SegLabel @228
Parent_View @227
location (2350, 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 @226
supplier @193
vertices (list Points
(1740, 1423)
(1740, 1194)
(2554, 1194))
line_style 3
origin_attachment (1740, 1423)
terminal_attachment (2554, 1194)
label (object SegLabel @229
Parent_View @227
location (2450, 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 "" @230
Parent_View @226
location (1324, 1087)
stereotype TRUE
line_color 3342489
quidu "3988638502B4"
client @226
supplier @195
line_style 3
origin_attachment (1740, 1423)
terminal_attachment (1740, 2465))))
(object AssociationViewNew "" @231
location (1677, 1256)
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 (1677, 1197)
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" @233
Parent_View @231
location (173, 1016)
font (object Font
size 10
face "Arial"
bold FALSE
italics FALSE
underline FALSE
strike FALSE
color 0
default_color TRUE)
label (object SegLabel @234
Parent_View @233
location (2422, 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 @231
supplier @194
vertices (list Points
(1677, 1256)
(1677, 1000)
(2631, 1000))
line_style 3
origin_attachment (1677, 1256)
terminal_attachment (2631, 1000)
label (object SegLabel @235
Parent_View @233
location (2532, 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 "" @236
Parent_View @231
location (173, 1016)
font (object Font
size 10
face "Arial"
bold FALSE
italics FALSE
underline FALSE
strike FALSE
color 0
default_color TRUE)
label (object SegLabel @237
Parent_View @236
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 @231
supplier @195
line_style 3
origin_attachment (1677, 1256)
terminal_attachment (1677, 2465))))))))