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

All Superinterfaces:
EJB, J2EEComponent, LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, java.io.Serializable, WebLogicEJB

public interface WebLogicSessionEJB
extends WebLogicEJB

Represents a WebLogic Session Enterprise Java Bean.

Persistable:
true

Field Summary
 
Fields inherited from interface com.collation.platform.model.topology.core.ManagedElement
IBM_COPYRIGHT
 
Method Summary
 java.lang.String getSessionType()
           
 java.lang.String getTransactionType()
           
 boolean hasSessionType()
           
 boolean hasTransactionType()
           
 void setSessionType(java.lang.String s)
           
 void setTransactionType(java.lang.String s)
           
 
Methods inherited from interface com.collation.platform.model.topology.app.j2ee.weblogic.WebLogicEJB
getEJBClass, getHomeClass, getLocalClass, getLocalHomeClass, getRemoteClass, hasEJBClass, hasHomeClass, hasLocalClass, hasLocalHomeClass, hasRemoteClass, setEJBClass, setHomeClass, setLocalClass, setLocalHomeClass, setRemoteClass
 
Methods inherited from interface com.collation.platform.model.topology.app.j2ee.J2EEComponent
getName, getParent, hasName, hasParent, 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
 

Method Detail

getSessionType

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

setSessionType

void setSessionType(java.lang.String s)

hasSessionType

boolean hasSessionType()

getTransactionType

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

setTransactionType

void setTransactionType(java.lang.String s)

hasTransactionType

boolean hasTransactionType()