com.collation.platform.model.topology.app.j2ee.weblogic
Interface WebLogicServlet
- All Superinterfaces:
- J2EEComponent, LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, java.io.Serializable, Servlet
public interface WebLogicServlet
- extends Servlet
Represents a WebLogic Servlet.
- Persistable:
- true
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 |
getJSPFile
java.lang.String getJSPFile()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setJSPFile
void setJSPFile(java.lang.String s)
hasJSPFile
boolean hasJSPFile()
getRunAs
java.lang.String getRunAs()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setRunAs
void setRunAs(java.lang.String s)
hasRunAs
boolean hasRunAs()
getServletName
java.lang.String getServletName()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setServletName
void setServletName(java.lang.String s)
hasServletName
boolean hasServletName()
getServletClass
java.lang.String getServletClass()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setServletClass
void setServletClass(java.lang.String s)
hasServletClass
boolean hasServletClass()
getLoadOnStartup
int getLoadOnStartup()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setLoadOnStartup
void setLoadOnStartup(int i)
hasLoadOnStartup
boolean hasLoadOnStartup()