com.collation.platform.model.topology.app.j2ee.websphere
Interface WebSphereSharedLibrary
- All Superinterfaces:
- LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, java.io.Serializable
public interface WebSphereSharedLibrary
- extends LogicalElement
Represents a WebSphere Shared Library defined for a cell, node or server
- Naming Rules:
- 0="cell,name"
1="node,name"
2="server,name"
- Persistable:
- true
- Table Name:
- WASSHLIB
- Display Name:
- 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 |
getCell
WebSphereCell getCell()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
- Implicit Relationship Type:
- name="com.collation.platform.model.topology.relation.DeployedTo"
reverse="false"
setCell
void setCell(WebSphereCell cell)
hasCell
boolean hasCell()
getNode
WebSphereNode getNode()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
- Implicit Relationship Type:
- name="com.collation.platform.model.topology.relation.Uses"
reverse="true"
setNode
void setNode(WebSphereNode node)
hasNode
boolean hasNode()
getServer
WebSphereServer getServer()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
- Implicit Relationship Type:
- name="com.collation.platform.model.topology.relation.Uses"
reverse="true"
setServer
void setServer(WebSphereServer srv)
hasServer
boolean hasServer()
getName
java.lang.String getName()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setName
void setName(java.lang.String name)
hasName
boolean hasName()
getClasspath
java.lang.String getClasspath()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setClasspath
void setClasspath(java.lang.String classPath)
hasClasspath
boolean hasClasspath()
getNativepath
java.lang.String getNativepath()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setNativepath
void setNativepath(java.lang.String nativePath)
hasNativepath
boolean hasNativepath()