com.collation.platform.model.topology.app.j2ee.jboss
Interface JBossEJBModule

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

public interface JBossEJBModule
extends EJBModule

EJBModule - jar

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
 JBossJ2EEApplication getApplication()
           
 java.lang.String getCMPDeploymentDescriptor()
           
 boolean getDeployed()
           
 java.lang.String getJAWSDeploymentDescriptor()
           
 JBossEJB[] getJBossEJB()
           
 long getStartTime()
           
 boolean hasApplication()
           
 boolean hasCMPDeploymentDescriptor()
           
 boolean hasDeployed()
           
 boolean hasJAWSDeploymentDescriptor()
           
 boolean hasJBossEJB()
           
 boolean hasStartTime()
           
 void setApplication(JBossJ2EEApplication app)
           
 void setCMPDeploymentDescriptor(java.lang.String desc)
           
 void setDeployed(boolean b)
           
 void setJAWSDeploymentDescriptor(java.lang.String deploydesc)
           
 void setJBossEJB(JBossEJB[] ejbarr)
           
 void setStartTime(long time)
           
 
Methods inherited from interface com.collation.platform.model.topology.app.j2ee.J2EEModule
getComponents, getDeploymentDescriptor, hasComponents, hasDeploymentDescriptor, setComponents, setDeploymentDescriptor
 
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

getJAWSDeploymentDescriptor

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

setJAWSDeploymentDescriptor

void setJAWSDeploymentDescriptor(java.lang.String deploydesc)

hasJAWSDeploymentDescriptor

boolean hasJAWSDeploymentDescriptor()

getStartTime

long getStartTime()
                  throws AttributeNotSetException
Throws:
AttributeNotSetException

setStartTime

void setStartTime(long time)

hasStartTime

boolean hasStartTime()

getCMPDeploymentDescriptor

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

setCMPDeploymentDescriptor

void setCMPDeploymentDescriptor(java.lang.String desc)

hasCMPDeploymentDescriptor

boolean hasCMPDeploymentDescriptor()

getJBossEJB

JBossEJB[] getJBossEJB()
                       throws AttributeNotSetException
Throws:
AttributeNotSetException
Implicit Relationship Type:
name="com.collation.platform.model.topology.relation.Contains" reverse="false"

setJBossEJB

void setJBossEJB(JBossEJB[] ejbarr)

hasJBossEJB

boolean hasJBossEJB()

getApplication

JBossJ2EEApplication getApplication()
                                    throws AttributeNotSetException
Throws:
AttributeNotSetException
Implicit Relationship Type:
name="com.collation.platform.model.topology.relation.Federates" reverse="true"

setApplication

void setApplication(JBossJ2EEApplication app)

hasApplication

boolean hasApplication()

getDeployed

boolean getDeployed()
                    throws AttributeNotSetException
Throws:
AttributeNotSetException

setDeployed

void setDeployed(boolean b)

hasDeployed

boolean hasDeployed()