|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IsolatedRegion
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
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 |
---|
byte[] get_RegionKey()
void set_RegionKey(byte[] value)
java.lang.String get_Creator()
void set_Creator(java.lang.String value)
java.util.Date get_DateCreated()
void set_DateCreated(java.util.Date value)
java.lang.String get_LastModifier()
java.util.Date get_DateLastModified()
Id get_Id()
java.lang.String get_DNSName()
void set_DNSName(java.lang.String value)
java.lang.Integer get_BrokerPort()
void set_BrokerPort(java.lang.Integer value)
java.lang.Integer get_IsolatedRegionNumber()
void set_IsolatedRegionNumber(java.lang.Integer value)
Site get_Site()
void set_Site(Site value)
byte[] get_RegionPassword()
void set_RegionPassword(byte[] value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |