com.collation.platform.model.topology.app.j2ee.jboss
Interface JBossOIL
- All Superinterfaces:
- JBossIL, JBossInvocationLayer, LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, java.io.Serializable
public interface JBossOIL
- extends JBossIL
Represents a JBoss OIL 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 |
getBindAddress
java.lang.String getBindAddress()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setBindAddress
void setBindAddress(java.lang.String name)
hasBindAddress
boolean hasBindAddress()
getServerSocketFactory
java.lang.String getServerSocketFactory()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setServerSocketFactory
void setServerSocketFactory(java.lang.String server)
hasServerSocketFactory
boolean hasServerSocketFactory()
getClientSocketFactory
java.lang.String getClientSocketFactory()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setClientSocketFactory
void setClientSocketFactory(java.lang.String client)
hasClientSocketFactory
boolean hasClientSocketFactory()
getServerBindPort
int getServerBindPort()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setServerBindPort
void setServerBindPort(int port)
hasServerBindPort
boolean hasServerBindPort()
getReadTimeout
int getReadTimeout()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setReadTimeout
void setReadTimeout(int timeout)
hasReadTimeout
boolean hasReadTimeout()
getEnableTcpNoDelay
boolean getEnableTcpNoDelay()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setEnableTcpNoDelay
void setEnableTcpNoDelay(boolean delay)
hasEnableTcpNoDelay
boolean hasEnableTcpNoDelay()