com.collation.platform.model.topology.app.j2ee.websphere
Interface WebSphereVirtualHost
- All Superinterfaces:
- LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, java.io.Serializable
public interface WebSphereVirtualHost
- extends LogicalElement
Represents an WebSphere Virtual Host.
- Naming Rules:
- 0="parent,name"
1="managedSystemName"
- Persistable:
- true
- Table Name:
- WASVHOST
- Display Name:
- parent,name
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 |
getParent
WebSphereCell getParent()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
- Implicit Relationship Type:
- name="com.collation.platform.model.topology.relation.Provides"
reverse="true"
setParent
void setParent(WebSphereCell parent)
hasParent
boolean hasParent()
getName
java.lang.String getName()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setName
void setName(java.lang.String name)
hasName
boolean hasName()
getHTTPTransports
WebSphereHTTPTransport[] getHTTPTransports()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
- Implicit Relationship Type:
- name="com.collation.platform.model.topology.relation.Federates"
reverse="false"
setHTTPTransports
void setHTTPTransports(WebSphereHTTPTransport[] httpTransports)
hasHTTPTransports
boolean hasHTTPTransports()
getBindAddresses
BindAddress[] getBindAddresses()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
- Implicit Relationship Type:
- name="com.collation.platform.model.topology.relation.AccessedVia"
reverse="false"
setBindAddresses
void setBindAddresses(BindAddress[] bindAddresses)
hasBindAddresses
boolean hasBindAddresses()
getConfiguredConnections
WebSphereConfiguredConnection[] getConfiguredConnections()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
- Implicit Relationship Type:
- name="com.collation.platform.model.topology.relation.Uses"
reverse="false"
- Containment Relationship:
- true
setConfiguredConnections
void setConfiguredConnections(WebSphereConfiguredConnection[] connections)
hasConfiguredConnections
boolean hasConfiguredConnections()