com.collation.platform.model.topology.app.j2ee.oracleapp
Interface OracleAppEJBModule
- All Superinterfaces:
- ConfigurationItem, EJBModule, J2EEDeployedObject, J2EEModule, LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, Provider, java.io.Serializable, SoftwareModule
public interface OracleAppEJBModule
- extends EJBModule
OracleAppEJBModule
- 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 |
getApplication
OracleAppJ2EEApplication getApplication()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setApplication
void setApplication(OracleAppJ2EEApplication application)
hasApplication
boolean hasApplication()
getState
java.lang.String getState()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setState
void setState(java.lang.String state)
hasState
boolean hasState()
getProprietaryDeploymentDescriptor
LogicalContent getProprietaryDeploymentDescriptor()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setProprietaryDeploymentDescriptor
void setProprietaryDeploymentDescriptor(LogicalContent descriptor)
hasProprietaryDeploymentDescriptor
boolean hasProprietaryDeploymentDescriptor()
getWsDeploymentDescriptor
LogicalContent getWsDeploymentDescriptor()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setWsDeploymentDescriptor
void setWsDeploymentDescriptor(LogicalContent descriptor)
hasWsDeploymentDescriptor
boolean hasWsDeploymentDescriptor()