com.filenet.api.admin
Interface IsolatedRegion

All Superinterfaces:
EngineObject, IndependentlyPersistableObject, IndependentObject, java.io.Serializable

public interface IsolatedRegion
extends IndependentlyPersistableObject

Contains all of the connection information necessary to access the Process Engine isolated region. This information is persisted in the GCD (Global Configuration Data).

An isolated region represents a logical subdivision of the Process Engine database. Each isolated region is referenced by one or more Process Engine connection points (PEConnectionPoint instances). The set of isolated regions currently defined is reflected in the Domain.IsolatedRegions property.

Metadata

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

See Also:
PEConnectionPoint, Domain

Method Summary
 java.lang.Integer get_BrokerPort()
          Returns the value of the BrokerPort property.
 java.lang.String get_Creator()
          Returns the value of the Creator property.
 java.util.Date get_DateCreated()
          Returns the value of the DateCreated property.
 java.util.Date get_DateLastModified()
          Returns the value of the DateLastModified property.
 java.lang.String get_DNSName()
          Returns the value of the DNSName property.
 Id get_Id()
          Returns the value of the Id property.
 java.lang.Integer get_IsolatedRegionNumber()
          Returns the value of the IsolatedRegionNumber property.
 java.lang.String get_LastModifier()
          Returns the value of the LastModifier property.
 byte[] get_RegionKey()
          Returns the value of the RegionKey property.
 byte[] get_RegionPassword()
          Returns the value of the RegionPassword property.
 Site get_Site()
          Returns the value of the Site property.
 void set_BrokerPort(java.lang.Integer value)
          Sets the value of the BrokerPort property.
 void set_Creator(java.lang.String value)
          Sets the value of the Creator property.
 void set_DateCreated(java.util.Date value)
          Sets the value of the DateCreated property.
 void set_DNSName(java.lang.String value)
          Sets the value of the DNSName property.
 void set_IsolatedRegionNumber(java.lang.Integer value)
          Sets the value of the IsolatedRegionNumber property.
 void set_RegionKey(byte[] value)
          Sets the value of the RegionKey property.
 void set_RegionPassword(byte[] value)
          Sets the value of the RegionPassword property.
 void set_Site(Site value)
          Sets the value of the Site property.
 
Methods inherited from interface com.filenet.api.core.IndependentlyPersistableObject
addPendingAction, clearPendingActions, delete, getAccessAllowed, getPendingActions, getUpdateSequenceNumber, isCurrent, save, save, setUpdateSequenceNumber
 
Methods inherited from interface com.filenet.api.core.IndependentObject
fetchProperties, fetchProperties, fetchProperty, fetchProperty, getObjectReference, refresh, refresh, refresh
 
Methods inherited from interface com.filenet.api.core.EngineObject
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
 

Method Detail

get_RegionKey

byte[] get_RegionKey()
Returns the value of the RegionKey property. For more information, see RegionKey Property.


set_RegionKey

void set_RegionKey(byte[] value)
Sets the value of the RegionKey property. For more information, see RegionKey Property.


get_Creator

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


set_Creator

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


get_DateCreated

java.util.Date get_DateCreated()
Returns the value of the DateCreated property. For more information, see DateCreated Property.


set_DateCreated

void set_DateCreated(java.util.Date value)
Sets the value of the DateCreated property. For more information, see DateCreated Property.


get_LastModifier

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


get_DateLastModified

java.util.Date get_DateLastModified()
Returns the value of the DateLastModified property. For more information, see DateLastModified Property.


get_Id

Id get_Id()
Returns the value of the Id property. For more information, see Id Property.


get_DNSName

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


set_DNSName

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


get_BrokerPort

java.lang.Integer get_BrokerPort()
Returns the value of the BrokerPort property. For more information, see BrokerPort Property.


set_BrokerPort

void set_BrokerPort(java.lang.Integer value)
Sets the value of the BrokerPort property. For more information, see BrokerPort Property.


get_IsolatedRegionNumber

java.lang.Integer get_IsolatedRegionNumber()
Returns the value of the IsolatedRegionNumber property. For more information, see IsolatedRegionNumber Property.


set_IsolatedRegionNumber

void set_IsolatedRegionNumber(java.lang.Integer value)
Sets the value of the IsolatedRegionNumber property. For more information, see IsolatedRegionNumber Property.


get_Site

Site get_Site()
Returns the value of the Site property. For more information, see Site Property.


set_Site

void set_Site(Site value)
Sets the value of the Site property. For more information, see Site Property.


get_RegionPassword

byte[] get_RegionPassword()
Returns the value of the RegionPassword property. For more information, see RegionPassword Property.


set_RegionPassword

void set_RegionPassword(byte[] value)
Sets the value of the RegionPassword property. For more information, see RegionPassword Property.



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