com.collation.platform.model.topology.app.j2ee.weblogic
Interface WebLogicJ2EEApplication

All Superinterfaces:
ConfigurationItem, J2EEApplication, J2EEDeployedObject, LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, Provider, java.io.Serializable, SoftwareModule

public interface WebLogicJ2EEApplication
extends J2EEApplication

Represents a J2EE application EAR that has been deployed to a WebLogic Server.

Persistable:
true

Field Summary
 
Fields inherited from interface com.collation.platform.model.topology.core.ManagedElement
IBM_COPYRIGHT
 
Fields inherited from interface com.collation.platform.model.topology.process.Provider
IBM_COPYRIGHT
 
Fields inherited from interface com.collation.platform.model.topology.process.itil.ConfigurationItem
IBM_COPYRIGHT
 
Method Summary
 boolean getDeployed()
           
 long getLastModified()
           
 java.lang.String getPath()
           
 boolean hasDeployed()
           
 boolean hasLastModified()
           
 boolean hasPath()
           
 void setDeployed(boolean b)
           
 void setLastModified(long l)
           
 void setPath(java.lang.String s)
           
 
Methods inherited from interface com.collation.platform.model.topology.app.j2ee.J2EEApplication
getComponents, hasComponents, setComponents
 
Methods inherited from interface com.collation.platform.model.topology.app.j2ee.J2EEDeployedObject
getDomain, hasDomain, setDomain
 
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.topology.core.ManagedElement
getManagedSystemName, getRoles, hasManagedSystemName, hasRoles, setManagedSystemName, setRoles
 
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.Provider
getActivities, getAdvertisedInterfaces, getSAPs, hasActivities, hasAdvertisedInterfaces, hasSAPs, setActivities, setAdvertisedInterfaces, setSAPs
 
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
 

Method Detail

getLastModified

long getLastModified()
                     throws AttributeNotSetException
Throws:
AttributeNotSetException

setLastModified

void setLastModified(long l)

hasLastModified

boolean hasLastModified()

getPath

java.lang.String getPath()
                         throws AttributeNotSetException
Throws:
AttributeNotSetException

setPath

void setPath(java.lang.String s)

hasPath

boolean hasPath()

getDeployed

boolean getDeployed()
                    throws AttributeNotSetException
Throws:
AttributeNotSetException

setDeployed

void setDeployed(boolean b)

hasDeployed

boolean hasDeployed()