com.collation.platform.model.topology.app.j2ee.oracleapp
Interface OracleAppServlet
- All Superinterfaces:
- J2EEComponent, LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, java.io.Serializable, Servlet
public interface OracleAppServlet
- extends Servlet
OracleAppServlet
- 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 |
getServletDisplayName
java.lang.String getServletDisplayName()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setServletDisplayName
void setServletDisplayName(java.lang.String displayName)
hasServletDisplayName
boolean hasServletDisplayName()
getJspFile
java.lang.String getJspFile()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setJspFile
void setJspFile(java.lang.String jspFile)
hasJspFile
boolean hasJspFile()
getLoadOnStartup
int getLoadOnStartup()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setLoadOnStartup
void setLoadOnStartup(int loadOnStartup)
hasLoadOnStartup
boolean hasLoadOnStartup()
getServletClass
java.lang.String getServletClass()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setServletClass
void setServletClass(java.lang.String servletClass)
hasServletClass
boolean hasServletClass()