com.collation.platform.model.topology.app.j2ee.jboss
Interface JettyHTTPConnector
- All Superinterfaces:
- HTTPConnector, LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, java.io.Serializable
- All Known Subinterfaces:
- AJP13JettyConnector
public interface JettyHTTPConnector
- extends HTTPConnector
JettyHTTPConnector
- Persistable:
- true
Methods inherited from interface com.collation.platform.model.topology.app.j2ee.jboss.HTTPConnector |
getAcceptCount, getAllowChunking, getBufferSize, getCompression, getConfidentialPort, getConfidentialScheme, getConnectionLinger, getConnectionTimeout, getDebug, getDisableUploadTime, getEnableLookups, getIntegralPort, getIntegralScheme, getMaxProcessors, getMinProcessors, getName, getParent, getPort, getPrimarySAP, getProtocolHandlerClassName, getProxyName, getProxyPort, getScheme, getSecure, getTCPNoDelay, hasAcceptCount, hasAllowChunking, hasBufferSize, hasCompression, hasConfidentialPort, hasConfidentialScheme, hasConnectionLinger, hasConnectionTimeout, hasDebug, hasDisableUploadTime, hasEnableLookups, hasIntegralPort, hasIntegralScheme, hasMaxProcessors, hasMinProcessors, hasName, hasParent, hasPort, hasPrimarySAP, hasProtocolHandlerClassName, hasProxyName, hasProxyPort, hasScheme, hasSecure, hasTCPNoDelay, setAcceptCount, setAllowChunking, setBufferSize, setCompression, setConfidentialPort, setConfidentialScheme, setConnectionLinger, setConnectionTimeout, setDebug, setDisableUploadTime, setEnableLookups, setIntegralPort, setIntegralScheme, setMaxProcessors, setMinProcessors, setName, setParent, setPort, setPrimarySAP, setProtocolHandlerClassName, setProxyName, setProxyPort, setScheme, setSecure, setTCPNoDelay |
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 |
getStatus
java.lang.String getStatus()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setStatus
void setStatus(java.lang.String status)
hasStatus
boolean hasStatus()
getLingerTimeSecs
int getLingerTimeSecs()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setLingerTimeSecs
void setLingerTimeSecs(int time)
hasLingerTimeSecs
boolean hasLingerTimeSecs()
getBufferReserve
int getBufferReserve()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setBufferReserve
void setBufferReserve(int time)
hasBufferReserve
boolean hasBufferReserve()
getLowResourcePersistTime
int getLowResourcePersistTime()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setLowResourcePersistTime
void setLowResourcePersistTime(int time)
hasLowResourcePersistTime
boolean hasLowResourcePersistTime()
getIdentifyListener
boolean getIdentifyListener()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setIdentifyListener
void setIdentifyListener(boolean chunking)
hasIdentifyListener
boolean hasIdentifyListener()