|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Sysplex
A sysplex is a set of z/OS systems communicating and cooperating with each other through certain multisystem hardware components and software services to process customer workloads. Not all members of the sysplex need be operating all the time. Systems can join, leave and rejoin the sysplex at any time. A z/OS system cannot concurrently join multiple sysplexes but it may leave one sysplex and join another. It is also possible for a sysplex to only ever have the one z/OS system as a member. This situation is referred to as a Monoplex and data can still be shared between subsystems that execute on the same system. It is also possible for a z/OS system to run stand-alone in XCF-local mode (non-sysplex) which differs from monoplex in that data sharing between subsystems does not use a coupling facility.
Field Summary | |
---|---|
static java.lang.String |
IBM_COPYRIGHT
|
Method Summary | |
---|---|
ZCouplingFacility[] |
getCouplingFacilities()
|
SysplexGroup[] |
getGroups()
The groups (communicating address spaces) defined within this sysplex |
SystemSpecificCollection |
getMembers()
The members (constituent computer systems) of this sysplex. |
java.lang.String |
getName()
The name commonly used by support personnel to identify the group of z/OS images that particpate in the sysplex. |
OrganizationalEntity |
getOwner()
The organizational group that owns this Sysplex. |
boolean |
hasCouplingFacilities()
|
boolean |
hasGroups()
|
boolean |
hasMembers()
|
boolean |
hasName()
|
boolean |
hasOwner()
|
void |
setCouplingFacilities(ZCouplingFacility[] x)
|
void |
setGroups(SysplexGroup[] groups)
|
void |
setMembers(SystemSpecificCollection value)
|
void |
setName(java.lang.String value)
|
void |
setOwner(OrganizationalEntity value)
|
Methods inherited from interface com.collation.platform.model.topology.core.ManagedElement |
---|
getManagedSystemName, getRoles, hasManagedSystemName, hasRoles, setManagedSystemName, setRoles |
Methods inherited from interface com.collation.platform.model.ModelObject |
---|
getAdminState, getAllAttributes, getBidiFlag, getBidiFormat, getCDMSource, getCmdbSource, getContextIp, getCreatedBy, getDescription, getDisplayName, getExtendedAttributes, getGuid, getLabel, getLastModifiedBy, getLastModifiedTime, getObjectType, getSourceToken, hasAdminState, hasBidiFlag, hasBidiFormat, hasCDMSource, hasCmdbSource, hasContextIp, hasDescription, hasDisplayName, hasExtendedAttributes, hasGuid, hasLabel, hasObjectType, hasSourceToken, setAdminState, setBidiFlag, setBidiFormat, setCDMSource, setCmdbSource, setContextIp, setDescription, setExtendedAttributes, setGuid, setLabel, setObjectType, setSourceToken |
Field Detail |
---|
static final java.lang.String IBM_COPYRIGHT
Method Detail |
---|
ZCouplingFacility[] getCouplingFacilities() throws AttributeNotSetException
AttributeNotSetException
void setCouplingFacilities(ZCouplingFacility[] x)
boolean hasCouplingFacilities()
java.lang.String getName() throws AttributeNotSetException
AttributeNotSetException
void setName(java.lang.String value)
boolean hasName()
OrganizationalEntity getOwner() throws AttributeNotSetException
AttributeNotSetException
void setOwner(OrganizationalEntity value)
boolean hasOwner()
SystemSpecificCollection getMembers() throws AttributeNotSetException
AttributeNotSetException
void setMembers(SystemSpecificCollection value)
boolean hasMembers()
SysplexGroup[] getGroups() throws AttributeNotSetException
AttributeNotSetException
void setGroups(SysplexGroup[] groups)
boolean hasGroups()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |