com.collation.platform.model.topology.app.j2ee.websphere
Interface WebSphereHTTPTransport
- All Superinterfaces:
- LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, java.io.Serializable, WebSphereNamedEndpoint
public interface WebSphereHTTPTransport
- extends WebSphereNamedEndpoint
A WebSphere Server
- Persistable:
- true
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 |
getExternalUsage
boolean getExternalUsage()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setExternalUsage
void setExternalUsage(boolean ext)
hasExternalUsage
boolean hasExternalUsage()
getSslEnabled
boolean getSslEnabled()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setSslEnabled
void setSslEnabled(boolean ssl)
hasSslEnabled
boolean hasSslEnabled()
getSslSettings
WebSphereSSLSettings getSslSettings()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
- Implicit Relationship Type:
- name="com.collation.platform.model.topology.relation.ConfiguredUsing"
reverse="false"
setSslSettings
void setSslSettings(WebSphereSSLSettings sslSet)
hasSslSettings
boolean hasSslSettings()
getVirtualHost
WebSphereVirtualHost getVirtualHost()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
- Implicit Relationship Type:
- name="com.collation.platform.model.topology.relation.Federates"
reverse="true"
setVirtualHost
void setVirtualHost(WebSphereVirtualHost vHost)
hasVirtualHost
boolean hasVirtualHost()