DeployedObjectProxyConfig
This type is a class for model objects.
Proxy-specific settings for a deployed object. This is a web module for version 6.0.2, but can be extended to other deployed objects (ejb modules, applications, others) in the future.
Package: proxy
Classifier ID: -1
Instance class name: * Unspecified *
Instance class: * Unspecified *
Attributes Summary deployedObjectConfigName : EString Name that uniquely identifies the DeployedObjectConfig object, which contains configuration settings that can be applied to one or more deployed objects. This DeployedObjectProxyConfig will define proxy-specific properties that will also apply when the named DeployedObjectConfig object is used. In the case of web modules, this attribute must be the same as a "name" attribute of a "WebModuleConfig" object. enableProxy : EBoolean This attribute indicates if the proxy is enabled for this web module. transportProtocol : ProxyTransportProtocolKind Specifies the protocol the proxy will use when communicating with the deployed object. properties : Property * * No description is available *
Attribute Details
deployedObjectConfigName - Name that uniquely identifies the DeployedObjectConfig object, which contains configuration settings that can be applied to one or more deployed objects. This DeployedObjectProxyConfig will define proxy-specific properties that will also apply when the named DeployedObjectConfig object is used. In the case of web modules, this attribute must be the same as a "name" attribute of a "WebModuleConfig" object.
Data Type: EString
Default value: unspecified
Required: false
Changeable: true
Unsettable: false
Many: false
Ordered: true
Lower bound: 0
Upper bound: 1
Unique: true
Derived: false
Transient: false
Volatile: false
enableProxy - This attribute indicates if the proxy is enabled for this web module.
Data Type: EBoolean
Default value: true
Required: false
Changeable: true
Unsettable: true
Many: false
Ordered: true
Lower bound: 0
Upper bound: 1
Unique: true
Derived: false
Transient: false
Volatile: false
transportProtocol - Specifies the protocol the proxy will use when communicating with the deployed object.
Data Type: ProxyTransportProtocolKind
Default value: ClientProtocol
Allowed values:
0 - HTTP
1 - HTTPS
2 - ClientProtocol
Required: false
Changeable: true
Unsettable: false
Many: false
Ordered: true
Lower bound: 0
Upper bound: 1
Unique: true
Derived: false
Transient: false
Volatile: false
properties - * No description is available *
Reference Type: Property *
Containment: true
Container: false
Required: false
Changeable: true
Unsettable: false
Many: true
Ordered: true
Lower bound: 0
Upper bound: Unbounded
Unique: true
Derived: false
Transient: false
Volatile: false
(C) COPYRIGHT International Business Machines Corp. 1996-2006