com.collation.platform.model.topology.app.j2ee.websphere
Interface WebSphereLibraryRef
- All Superinterfaces:
- LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, java.io.Serializable
public interface WebSphereLibraryRef
- extends LogicalElement
Represents a WebSphere Shared Library Reference defined for a J2EE App
- Naming Rules:
- 0="parent,sharedLibrary"
- Persistable:
- true
- Table Name:
- WASLIBREF
- Display Name:
- sharedLibrary
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
WebSphereJ2EEApplication getParent()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
- Implicit Relationship Type:
- name="com.collation.platform.model.topology.relation.Accesses"
reverse="true"
setParent
void setParent(WebSphereJ2EEApplication app)
hasParent
boolean hasParent()
getSharedLibrary
WebSphereSharedLibrary getSharedLibrary()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
- Implicit Relationship Type:
- name="com.collation.platform.model.topology.relation.Accesses"
reverse="false"
setSharedLibrary
void setSharedLibrary(WebSphereSharedLibrary lib)
hasSharedLibrary
boolean hasSharedLibrary()
getSharedClassLoader
boolean getSharedClassLoader()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setSharedClassLoader
void setSharedClassLoader(boolean sharedClsLoader)
hasSharedClassLoader
boolean hasSharedClassLoader()