|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DominoConnection
Represents a connection document in the ($connections) view in the names.nsf database.
Field Summary |
---|
Fields inherited from interface com.collation.platform.model.topology.core.LogicalContent |
---|
IBM_COPYRIGHT |
Method Summary | |
---|---|
int |
getConnectionPriority()
Represents the field "RepPriority" in the connection document. |
int |
getConnectionType()
Represents the field "ConnectionType" in the connection document. |
java.lang.String |
getDestination()
Represents the field "Destination" in connection document. |
java.lang.String |
getDestinationDomain()
Represents the field "DestinationDomain" in the connection document |
java.lang.String |
getOptionalNetworkAddress()
Represents the field "OptionalNetworkAddress" in the connection document |
DominoDomain |
getParent()
Represents the domino domain this connection is part of. |
java.lang.String |
getPorts()
Represents the field PortName in the connection document. |
java.lang.String |
getSource()
Represents the field "source" in the connection document. |
java.lang.String |
getSourceDomain()
Represents the field "SourceDomain" in the connection document. |
boolean |
hasConnectionPriority()
|
boolean |
hasConnectionType()
|
boolean |
hasDestination()
|
boolean |
hasDestinationDomain()
|
boolean |
hasOptionalNetworkAddress()
|
boolean |
hasParent()
|
boolean |
hasPorts()
|
boolean |
hasSource()
|
boolean |
hasSourceDomain()
|
void |
setConnectionPriority(int s)
|
void |
setConnectionType(int s)
|
void |
setDestination(java.lang.String s)
|
void |
setDestinationDomain(java.lang.String s)
|
void |
setOptionalNetworkAddress(java.lang.String s)
|
void |
setParent(DominoDomain s)
|
void |
setPorts(java.lang.String s)
|
void |
setSource(java.lang.String s)
|
void |
setSourceDomain(java.lang.String s)
|
Methods inherited from interface com.collation.platform.model.topology.core.LogicalContent |
---|
getChecksum, getConfigFile, getContent, getContentType, getFixedPath, getURI, hasChecksum, hasConfigFile, hasContent, hasContentType, hasFixedPath, hasURI, setChecksum, setConfigFile, setContent, setContentType, setFixedPath, setURI |
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 |
Method Detail |
---|
void setParent(DominoDomain s)
DominoDomain getParent() throws AttributeNotSetException
AttributeNotSetException
boolean hasParent()
void setConnectionType(int s)
int getConnectionType() throws AttributeNotSetException
AttributeNotSetException
boolean hasConnectionType()
void setSource(java.lang.String s)
java.lang.String getSource() throws AttributeNotSetException
AttributeNotSetException
boolean hasSource()
void setDestination(java.lang.String s)
java.lang.String getDestination() throws AttributeNotSetException
AttributeNotSetException
boolean hasDestination()
void setConnectionPriority(int s)
int getConnectionPriority() throws AttributeNotSetException
AttributeNotSetException
boolean hasConnectionPriority()
void setSourceDomain(java.lang.String s)
java.lang.String getSourceDomain() throws AttributeNotSetException
AttributeNotSetException
boolean hasSourceDomain()
void setDestinationDomain(java.lang.String s)
java.lang.String getDestinationDomain() throws AttributeNotSetException
AttributeNotSetException
boolean hasDestinationDomain()
void setOptionalNetworkAddress(java.lang.String s)
java.lang.String getOptionalNetworkAddress() throws AttributeNotSetException
AttributeNotSetException
boolean hasOptionalNetworkAddress()
void setPorts(java.lang.String s)
java.lang.String getPorts() throws AttributeNotSetException
AttributeNotSetException
boolean hasPorts()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |