com.collation.platform.model.topology.app.j2ee.jboss
Interface JBossHTTPInvocationLayer
- All Superinterfaces:
- JBossInvocationLayer, LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, java.io.Serializable
public interface JBossHTTPInvocationLayer
- extends JBossInvocationLayer
Represents a JBoss HTTP Invocation Layer
- 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 |
getURL
java.lang.String getURL()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setURL
void setURL(java.lang.String url)
hasURL
boolean hasURL()
getURLPrefix
java.lang.String getURLPrefix()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setURLPrefix
void setURLPrefix(java.lang.String prefix)
hasURLPrefix
boolean hasURLPrefix()
getURLSuffix
java.lang.String getURLSuffix()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setURLSuffix
void setURLSuffix(java.lang.String suffix)
hasURLSuffix
boolean hasURLSuffix()
getURLHostName
java.lang.String getURLHostName()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setURLHostName
void setURLHostName(java.lang.String hostname)
hasURLHostName
boolean hasURLHostName()
getTimeOut
int getTimeOut()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setTimeOut
void setTimeOut(int timeout)
hasTimeOut
boolean hasTimeOut()
getRestInterval
int getRestInterval()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setRestInterval
void setRestInterval(int interval)
hasRestInterval
boolean hasRestInterval()
getURLPort
int getURLPort()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setURLPort
void setURLPort(int port)
hasURLPort
boolean hasURLPort()
getUseHostName
boolean getUseHostName()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setUseHostName
void setUseHostName(boolean bool)
hasUseHostName
boolean hasUseHostName()