com.collation.platform.model.topology.app.j2ee
Interface J2EEModule
- All Superinterfaces:
- ConfigurationItem, J2EEDeployedObject, LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, Provider, java.io.Serializable, SoftwareModule
- All Known Subinterfaces:
- AppClientModule, ConnectorModule, EJBModule, JBossConnectorModule, JBossEJBModule, JBossWebModule, OracleAppConnectorModule, OracleAppEJBModule, OracleAppWebModule, WebLogicConnectorModule, WebLogicEJBModule, WebLogicWebModule, WebModule, WebSphereConnectorModule, WebSphereEJBModule, WebSphereWebModule
public interface J2EEModule
- extends J2EEDeployedObject
JSR77 - Represents a J2EE JAR, WAR, or RAR file that has been deployed.
- Persistable:
- true
Methods inherited from interface com.collation.platform.model.topology.app.SoftwareModule |
getFile, getFileName, getName, getParent, hasFile, hasFileName, hasName, hasParent, setFile, setFileName, setName, setParent |
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 |
Methods inherited from interface com.collation.platform.model.topology.process.itil.ConfigurationItem |
getAssetID, getAssetTag, getCICategory, getConfigLastUpdate, getLastAuditState, getLastAuditTime, getLastLifecycleStateTime, getLifecycleState, getPrimaryOwner, hasAssetID, hasAssetTag, hasCICategory, hasConfigLastUpdate, hasLastAuditState, hasLastAuditTime, hasLastLifecycleStateTime, hasLifecycleState, hasPrimaryOwner, setAssetID, setAssetTag, setCICategory, setConfigLastUpdate, setLastAuditState, setLastAuditTime, setLastLifecycleStateTime, setLifecycleState, setPrimaryOwner |
getComponents
J2EEComponent[] getComponents()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
- Implicit Relationship Type:
- name="com.collation.platform.model.topology.relation.Contains"
reverse="false"
- Containment Relationship:
- true
setComponents
void setComponents(J2EEComponent[] comps)
hasComponents
boolean hasComponents()
getDeploymentDescriptor
LogicalContent getDeploymentDescriptor()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
- Implicit Relationship Type:
- name="com.collation.platform.model.topology.relation.DeployedUsing"
reverse="false"
setDeploymentDescriptor
void setDeploymentDescriptor(LogicalContent dd)
hasDeploymentDescriptor
boolean hasDeploymentDescriptor()