com.collation.platform.model.topology.app.lotus
Interface SametimeServer

All Superinterfaces:
LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, java.io.Serializable

public interface SametimeServer
extends LogicalElement

Naming Rules:
0="parent" 1="managedSystemName"
Persistable:
true
Table Name:
SAMETIME
Display Name:
parent,path

Field Summary
 
Fields inherited from interface com.collation.platform.model.topology.core.ManagedElement
IBM_COPYRIGHT
 
Method Summary
 CommunityServer getCommunityServer()
           
 java.lang.String getHTTPPath()
           
 int getLaunchMeetingCenter()
           
 MeetingServer getMeetingServer()
           
 DominoServer getParent()
           
 java.lang.String getPath()
           
 java.lang.String getProductName()
           
 java.lang.String getProductVersion()
           
 java.lang.String getVendorName()
           
 boolean hasCommunityServer()
           
 boolean hasHTTPPath()
           
 boolean hasLaunchMeetingCenter()
           
 boolean hasMeetingServer()
           
 boolean hasParent()
           
 boolean hasPath()
           
 boolean hasProductName()
           
 boolean hasProductVersion()
           
 boolean hasVendorName()
           
 void setCommunityServer(CommunityServer s)
           
 void setHTTPPath(java.lang.String s)
           
 void setLaunchMeetingCenter(int s)
           
 void setMeetingServer(MeetingServer s)
           
 void setParent(DominoServer s)
           
 void setPath(java.lang.String s)
           
 void setProductName(java.lang.String s)
           
 void setProductVersion(java.lang.String s)
           
 void setVendorName(java.lang.String s)
           
 
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

setParent

void setParent(DominoServer s)

getParent

DominoServer getParent()
                       throws AttributeNotSetException
Throws:
AttributeNotSetException
Implicit Relationship Type:
name="com.collation.platform.model.topology.relation.Uses" reverse="true"

hasParent

boolean hasParent()

setPath

void setPath(java.lang.String s)

getPath

java.lang.String getPath()
                         throws AttributeNotSetException
Throws:
AttributeNotSetException

hasPath

boolean hasPath()

setHTTPPath

void setHTTPPath(java.lang.String s)

getHTTPPath

java.lang.String getHTTPPath()
                             throws AttributeNotSetException
Throws:
AttributeNotSetException

hasHTTPPath

boolean hasHTTPPath()

setLaunchMeetingCenter

void setLaunchMeetingCenter(int s)

getLaunchMeetingCenter

int getLaunchMeetingCenter()
                           throws AttributeNotSetException
Throws:
AttributeNotSetException

hasLaunchMeetingCenter

boolean hasLaunchMeetingCenter()

setVendorName

void setVendorName(java.lang.String s)

getVendorName

java.lang.String getVendorName()
                               throws AttributeNotSetException
Throws:
AttributeNotSetException

hasVendorName

boolean hasVendorName()

setProductName

void setProductName(java.lang.String s)

getProductName

java.lang.String getProductName()
                                throws AttributeNotSetException
Throws:
AttributeNotSetException

hasProductName

boolean hasProductName()

setProductVersion

void setProductVersion(java.lang.String s)

getProductVersion

java.lang.String getProductVersion()
                                   throws AttributeNotSetException
Throws:
AttributeNotSetException

hasProductVersion

boolean hasProductVersion()

setCommunityServer

void setCommunityServer(CommunityServer s)

getCommunityServer

CommunityServer getCommunityServer()
                                   throws AttributeNotSetException
Throws:
AttributeNotSetException
Implicit Relationship Type:
name="com.collation.platform.model.topology.relation.Contains" reverse="false"
Containment Relationship:
true

hasCommunityServer

boolean hasCommunityServer()

setMeetingServer

void setMeetingServer(MeetingServer s)

getMeetingServer

MeetingServer getMeetingServer()
                               throws AttributeNotSetException
Throws:
AttributeNotSetException
Implicit Relationship Type:
name="com.collation.platform.model.topology.relation.Contains" reverse="false"
Containment Relationship:
true

hasMeetingServer

boolean hasMeetingServer()