com.collation.platform.model.topology.app.j2ee.websphere
Interface WebSphereJ2EEApplication
- All Superinterfaces:
- ConfigurationItem, J2EEApplication, J2EEDeployedObject, LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, Provider, java.io.Serializable, SoftwareModule
public interface WebSphereJ2EEApplication
- extends J2EEApplication
Represents a J2EE application EAR that has been deployed to a WebSphere Server.
- 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 |
getDeployed
boolean getDeployed()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setDeployed
void setDeployed(boolean b)
hasDeployed
boolean hasDeployed()
getUseMetadataFromBinaries
boolean getUseMetadataFromBinaries()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setUseMetadataFromBinaries
void setUseMetadataFromBinaries(boolean useMetaDataFromBinaries)
hasUseMetadataFromBinaries
boolean hasUseMetadataFromBinaries()
getEnableDistribution
boolean getEnableDistribution()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setEnableDistribution
void setEnableDistribution(boolean enableDistribution)
hasEnableDistribution
boolean hasEnableDistribution()
getWarClassLoaderPolicy
java.lang.String getWarClassLoaderPolicy()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setWarClassLoaderPolicy
void setWarClassLoaderPolicy(java.lang.String warClassLoaderPolicy)
hasWarClassLoaderPolicy
boolean hasWarClassLoaderPolicy()
getClassLoaderMode
java.lang.String getClassLoaderMode()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setClassLoaderMode
void setClassLoaderMode(java.lang.String clsLoaderMode)
hasClassLoaderMode
boolean hasClassLoaderMode()
getCreateMBeansForResources
boolean getCreateMBeansForResources()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setCreateMBeansForResources
void setCreateMBeansForResources(boolean createMBeansForResources)
hasCreateMBeansForResources
boolean hasCreateMBeansForResources()
getReloadIntervalSecs
long getReloadIntervalSecs()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setReloadIntervalSecs
void setReloadIntervalSecs(long reloadIntervalSecs)
hasReloadIntervalSecs
boolean hasReloadIntervalSecs()
getReloadEnabled
boolean getReloadEnabled()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setReloadEnabled
void setReloadEnabled(boolean reloadEnabled)
hasReloadEnabled
boolean hasReloadEnabled()
getDeploymentId
java.lang.String getDeploymentId()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setDeploymentId
void setDeploymentId(java.lang.String deploymentId)
hasDeploymentId
boolean hasDeploymentId()
getStartingWeight
int getStartingWeight()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setStartingWeight
void setStartingWeight(int startingWeight)
hasStartingWeight
boolean hasStartingWeight()
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()
getServers
WebSphereServer[] getServers()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
- Implicit Relationship Type:
- name="com.collation.platform.model.topology.relation.DeployedTo"
reverse="false"
setServers
void setServers(WebSphereServer[] server)
hasServers
boolean hasServers()
getLibraryRefs
WebSphereLibraryRef[] getLibraryRefs()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
- Implicit Relationship Type:
- name="com.collation.platform.model.topology.relation.Accesses"
reverse="false"
- Containment Relationship:
- true
setLibraryRefs
void setLibraryRefs(WebSphereLibraryRef[] refs)
hasLibraryRefs
boolean hasLibraryRefs()
getSessionTuningParams
WebSphereSessionTuningParams getSessionTuningParams()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
- Implicit Relationship Type:
- name="com.collation.platform.model.topology.relation.ConfiguredUsing"
reverse="false"
setSessionTuningParams
void setSessionTuningParams(WebSphereSessionTuningParams tuningParam)
hasSessionTuningParams
boolean hasSessionTuningParams()