public class MSFT_NetTCPConnectionImpl extends xyz.cofe.win.wmi.WmiObjImpl implements MSFT_NetTCPConnection
| Constructor and Description |
|---|
MSFT_NetTCPConnectionImpl(com.jacob.activeX.ActiveXComponent activeXComponent) |
MSFT_NetTCPConnectionImpl(com.jacob.activeX.ActiveXComponent activeXComponent,
xyz.cofe.win.wmi.Wmi wmi) |
MSFT_NetTCPConnectionImpl(xyz.cofe.win.activex.GetActiveXComponent activeXComponent) |
MSFT_NetTCPConnectionImpl(xyz.cofe.win.activex.GetActiveXComponent activeXComponent,
xyz.cofe.win.wmi.Wmi wmi) |
getActiveXComponent, getWmiMethods, getWmiPropertiesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitquery, querypublic MSFT_NetTCPConnectionImpl(com.jacob.activeX.ActiveXComponent activeXComponent)
public MSFT_NetTCPConnectionImpl(com.jacob.activeX.ActiveXComponent activeXComponent,
xyz.cofe.win.wmi.Wmi wmi)
public MSFT_NetTCPConnectionImpl(xyz.cofe.win.activex.GetActiveXComponent activeXComponent)
public MSFT_NetTCPConnectionImpl(xyz.cofe.win.activex.GetActiveXComponent activeXComponent,
xyz.cofe.win.wmi.Wmi wmi)
public short getAggregationBehavior()
getAggregationBehavior in interface MSFT_NetTCPConnectionpublic byte getAppliedSetting()
getAppliedSetting in interface MSFT_NetTCPConnectionpublic String getCaption()
getCaption in interface MSFT_NetTCPConnectionpublic short getCommunicationStatus()
getCommunicationStatus in interface MSFT_NetTCPConnectionpublic Optional<OffsetDateTime> getCreationTime()
getCreationTime in interface MSFT_NetTCPConnectionpublic String getDescription()
getDescription in interface MSFT_NetTCPConnectionpublic short getDetailedStatus()
getDetailedStatus in interface MSFT_NetTCPConnectionpublic short getDirectionality()
getDirectionality in interface MSFT_NetTCPConnectionpublic String getElementName()
getElementName in interface MSFT_NetTCPConnectionpublic short getEnabledDefault()
getEnabledDefault in interface MSFT_NetTCPConnectionpublic short getEnabledState()
getEnabledState in interface MSFT_NetTCPConnectionpublic short getHealthState()
getHealthState in interface MSFT_NetTCPConnectionpublic Optional<OffsetDateTime> getInstallDate()
getInstallDate in interface MSFT_NetTCPConnectionpublic String getInstanceID()
getInstanceID in interface MSFT_NetTCPConnectionpublic String getLocalAddress()
getLocalAddress in interface MSFT_NetTCPConnectionpublic int getLocalPort()
getLocalPort in interface MSFT_NetTCPConnectionpublic String getName()
getName in interface MSFT_NetTCPConnectionpublic byte getOffloadState()
MSFT_NetTCPConnectiongetOffloadState in interface MSFT_NetTCPConnectionpublic short getOperatingStatus()
getOperatingStatus in interface MSFT_NetTCPConnectionpublic String getOtherEnabledState()
getOtherEnabledState in interface MSFT_NetTCPConnectionpublic int getOwningProcess()
getOwningProcess in interface MSFT_NetTCPConnectionpublic short getPrimaryStatus()
getPrimaryStatus in interface MSFT_NetTCPConnectionpublic String getRemoteAddress()
getRemoteAddress in interface MSFT_NetTCPConnectionpublic int getRemotePort()
getRemotePort in interface MSFT_NetTCPConnectionpublic short getRequestedState()
getRequestedState in interface MSFT_NetTCPConnectionpublic byte getState()
MSFT_NetTCPConnection| Value | Meaning |
| 1 Closed | Represents no connection state at all. |
| 2 Listen | Waiting for a connection request from any remote TCP and port. |
| 3 SynSent | Waiting for a matching connection request after having sent a connection request (SYN packet). |
| 4 SynReceived | Waiting for a confirming connection request acknowledgment after having both received and sent a connection request (SYN packet). |
| 5 Established | Represents an open connection, data received can be delivered to the user. This is the normal state for the data transfer phase of the TCP connection. |
| 6 FinWait1 | Waiting for a connection termination request from the remote TCP, or an acknowledgment of the connection termination request previously sent. |
| 7 FinWait2 | Waiting for a connection termination request from the remote TCP. |
| 8 CloseWait | Waiting for a connection termination request from the local user. |
| 9 Closing | Waiting for a connection termination request acknowledgment from the remote TCP. |
| 10 LastAck | Waiting for an acknowledgment of the connection termination request previously sent to the remote TCP. |
| 11 TimeWait | Waiting for enough time to pass to be sure the remote TCP received the acknowledgment of its connection termination request. |
| 12 DeleteTCB |
getState in interface MSFT_NetTCPConnectionpublic String getStatus()
getStatus in interface MSFT_NetTCPConnectionpublic Optional<OffsetDateTime> getTimeOfLastStateChange()
getTimeOfLastStateChange in interface MSFT_NetTCPConnectionpublic short getTransitioningToState()
getTransitioningToState in interface MSFT_NetTCPConnectionCopyright © 2020. All rights reserved.