com.collation.platform.model.topology.app.messaging.mq
Interface MQNetBIOSListener
- All Superinterfaces:
- LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, MQBase, MQListener, java.io.Serializable
public interface MQNetBIOSListener
- extends MQListener
- Persistable:
- true
Methods inherited from interface com.collation.platform.model.topology.app.messaging.mq.MQListener |
getBacklog, getControl, getName, getQueueManager, getStartTime, hasBacklog, hasControl, hasName, hasQueueManager, hasStartTime, setBacklog, setControl, setName, setQueueManager, setStartTime |
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 |
IBM_COPYRIGHT
static final java.lang.String IBM_COPYRIGHT
- See Also:
- Constant Field Values
getSessionsNum
int getSessionsNum()
throws AttributeNotSetException
- SESSIONS(integer)
The number of sessions that the listener can use. If you do not
specify a value, the default value defined for the protocol is
used. This parameter is valid only on Windows when TRPTYPE is
NETBIOS
- Throws:
AttributeNotSetException
setSessionsNum
void setSessionsNum(int x)
hasSessionsNum
boolean hasSessionsNum()
getAdapter
int getAdapter()
throws AttributeNotSetException
- ADAPTER(integer)
The adapter number on which NetBIOS listens. By default, the
listener uses adapter 0. This parameter is valid only on Windows
when TRPTYPE is NETBIOS.
- Throws:
AttributeNotSetException
setAdapter
void setAdapter(int x)
hasAdapter
boolean hasAdapter()
getNamesNum
int getNamesNum()
throws AttributeNotSetException
- NTBNAMES(integer)
The number of names that the listener can use. If you do not
specify a value, the default value defined by the protocol is
used. This parameter is valid only on Windows when TRPTYPE is
NETBIOS.
- Throws:
AttributeNotSetException
setNamesNum
void setNamesNum(int x)
hasNamesNum
boolean hasNamesNum()
getLocalName
java.lang.String getLocalName()
throws AttributeNotSetException
- LOCLNAME(string)
The NetBIOS local name that the listener uses. This parameter is
valid only on Windows when TRPTYPE is NETBIOS.
- Throws:
AttributeNotSetException
setLocalName
void setLocalName(java.lang.String x)
hasLocalName
boolean hasLocalName()
getNetbiosProtocolEndpoint
NetBIOSProtocolEndpoint getNetbiosProtocolEndpoint()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
- Implicit Relationship Type:
- name="com.collation.platform.model.topology.relation.BindsTo" reverse="false"
setNetbiosProtocolEndpoint
void setNetbiosProtocolEndpoint(NetBIOSProtocolEndpoint x)
hasNetbiosProtocolEndpoint
boolean hasNetbiosProtocolEndpoint()
getCommandsNum
int getCommandsNum()
throws AttributeNotSetException
- COMMANDS(integer)
The number of commands that the listener can use. If you do not
specify a value, the default value defined by the protocol is
used. This parameter is valid only on Windows when TRPTYPE is
NETBIOS.
- Throws:
AttributeNotSetException
setCommandsNum
void setCommandsNum(int x)
hasCommandsNum
boolean hasCommandsNum()