com.collation.platform.model.topology.app.j2ee.websphere
Interface WebSphereNamedEndpoint
- All Superinterfaces:
- LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, java.io.Serializable
- All Known Subinterfaces:
- WebSphereHTTPTransport
public interface WebSphereNamedEndpoint
- extends LogicalElement
A WebSphere Named Endpoint
- Naming Rules:
- 0="name,bindAddress"
- Persistable:
- true
- Table Name:
- WASNE
- Display Name:
- name,bindAddress
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 |
getBindAddress
BindAddress getBindAddress()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
- Implicit Relationship Type:
- name="com.collation.platform.model.topology.relation.AccessedVia"
reverse="false"
setBindAddress
void setBindAddress(BindAddress ba)
hasBindAddress
boolean hasBindAddress()
getName
java.lang.String getName()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setName
void setName(java.lang.String name)
hasName
boolean hasName()
getHostName
java.lang.String getHostName()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setHostName
void setHostName(java.lang.String host)
hasHostName
boolean hasHostName()