Represents the description of an IBM® Content Manager OnDemand (CMOD) external fixed content storage device.


The following tables list the members exposed by ICMODFixedContentDevice.

Public Properties

  Name Description
Public property CMODApplicationGroups Specifies a CMODApplicationGroupSet object containing the set collection of application groups defined in the IBM® Content Manager OnDemand (CMOD) external repository associated with this CMOD fixed content device.
Public property CMODLanguage Specifies the language of the output messages from the IBM® Content Manager OnDemand (CMOD) server associated with this fixed content device.
Public property CMODPassword Specifies the password for the security principal identified by the CMODUserName property.
Public property CMODPort Specifies the port number on which the IBM® Content Manager OnDemand (CMOD) server associated with this CMOD fixed content device is listening. A value of 0 indicates the default CMOD port.
Public property CMODServerName Specifies the name of the IBM® Content Manager OnDemand (CMOD) server associated with this CMOD fixed content device.
Public property CMODTraceLevel Specifies the amount of trace information that will be gathered by the IBM® Content Manager OnDemand (CMOD) server associated with this fixed content device. This property can have one of the following values:
  • 0: Logging not enabled.
  • 1: Log error events only.
  • 2: Log error and warning events only.
  • 3: Log error, warning, and informational events only.
  • 4: Log all events.
Public property CMODUserName Specifies the name of the security principal for accessing the IBM® Content Manager OnDemand (CMOD) server associated with this CMOD fixed content device.
Public property FederationJNDIDataSource The JNDI name of the data source for the federator database associated with the external (non-FileNet-P8) repository.

For a related JNDI name, see the FederationJNDIXADataSource property. For information on specifying the external repository, see the SourceRepositoryName property.

Public property FederationJNDIXADataSource The JNDI name of the XA data source for the federator database associated with the external (non-FileNet-P8) repository.

For a related JNDI name, see the FederationJNDIDataSource property. For information on specifying the external repository, see the SourceRepositoryName property.

Top

See Also