com.filenet.api.admin
Interface CenteraSiteSettings

All Superinterfaces:
DependentObject, EngineObject, java.io.Serializable, SiteSettings

public interface CenteraSiteSettings
extends SiteSettings, DependentObject

Represents the configuration settings that can be overridden for the EMC Centera fixed content devices on the specified site. For each setting that can be overridden, the CenteraSiteSettings object contains a property that, if populated, will override the corresponding property of the same name on the CenteraFixedContentDevice object.

Metadata

Auditable: false
AllowsInstances: true
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: true
IsHidden: false
Searchable: false
StorageType: Domain
SuperclassName: SiteSettings


Method Summary
 java.lang.String get_PoolAddress()
          Returns the value of the PoolAddress property.
 void set_PoolAddress(java.lang.String value)
          Sets the value of the PoolAddress property.
 
Methods inherited from interface com.filenet.api.admin.SiteSettings
get_Id, get_Site, set_Site
 
Methods inherited from interface com.filenet.api.core.EngineObject
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
 

Method Detail

get_PoolAddress

java.lang.String get_PoolAddress()
Returns the value of the PoolAddress property. For more information, see PoolAddress Property.


set_PoolAddress

void set_PoolAddress(java.lang.String value)
Sets the value of the PoolAddress property. For more information, see PoolAddress Property.



© Copyright IBM Corporation 2006, 2008. All rights reserved.