com.adventnet.adaptors.tl1
Class Tl1tcpEntry

java.lang.Object
  |
  +--com.adventnet.adaptors.tl1.Tl1tcpEntry

public class Tl1tcpEntry
extends java.lang.Object

Contains the data handling under tl1tcpEntry group


Field Summary
protected  java.lang.String tcpConnIpAddress
           
protected  java.lang.Integer tcpConnPortNumber
           
protected  java.lang.Integer tcpConnStatus
           
 
Constructor Summary
Tl1tcpEntry()
           
 
Method Summary
 java.lang.String getTcpConnIpAddress()
          Handles the JMX Get Request for tcpConnIpAddress
 java.lang.Integer getTcpConnPortNumber()
          Handles the JMX Get Request for tcpConnPortNumber
 java.lang.Integer getTcpConnStatus()
          Handles the JMX Get Request for tcpConnStatus
 void setTcpConnIpAddress(java.lang.String value)
          Handles the JMX Set Request for tcpConnIpAddress
 void setTcpConnPortNumber(java.lang.Integer value)
          Handles the JMX Set Request for tcpConnPortNumber
 void setTcpConnStatus(java.lang.Integer value)
          Handles the JMX Set Request for tcpConnStatus
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tcpConnIpAddress

protected java.lang.String tcpConnIpAddress

tcpConnPortNumber

protected java.lang.Integer tcpConnPortNumber

tcpConnStatus

protected java.lang.Integer tcpConnStatus
Constructor Detail

Tl1tcpEntry

public Tl1tcpEntry()
Method Detail

getTcpConnIpAddress

public java.lang.String getTcpConnIpAddress()
                                     throws AgentException
Handles the JMX Get Request for tcpConnIpAddress

setTcpConnIpAddress

public void setTcpConnIpAddress(java.lang.String value)
                         throws AgentException
Handles the JMX Set Request for tcpConnIpAddress
Parameters:
String -  
Throws:
AgentException - on error

getTcpConnPortNumber

public java.lang.Integer getTcpConnPortNumber()
                                       throws AgentException
Handles the JMX Get Request for tcpConnPortNumber

setTcpConnPortNumber

public void setTcpConnPortNumber(java.lang.Integer value)
                          throws AgentException
Handles the JMX Set Request for tcpConnPortNumber
Parameters:
Integer -  
Throws:
AgentException - on error

getTcpConnStatus

public java.lang.Integer getTcpConnStatus()
                                   throws AgentException
Handles the JMX Get Request for tcpConnStatus

setTcpConnStatus

public void setTcpConnStatus(java.lang.Integer value)
                      throws AgentException
Handles the JMX Set Request for tcpConnStatus
Parameters:
Integer -  
Throws:
AgentException - on error