|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adventnet.adaptors.tl1.Tl1tcpEntry
public class Tl1tcpEntry
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 |
|---|
protected java.lang.String tcpConnIpAddress
protected java.lang.Integer tcpConnPortNumber
protected java.lang.Integer tcpConnStatus
| Constructor Detail |
|---|
public Tl1tcpEntry()
| Method Detail |
|---|
public java.lang.String getTcpConnIpAddress()
throws AgentException
AgentException
public void setTcpConnIpAddress(java.lang.String value)
throws AgentException
String -
AgentException - on error
public java.lang.Integer getTcpConnPortNumber()
throws AgentException
AgentException
public void setTcpConnPortNumber(java.lang.Integer value)
throws AgentException
Integer -
AgentException - on error
public java.lang.Integer getTcpConnStatus()
throws AgentException
AgentException
public void setTcpConnStatus(java.lang.Integer value)
throws AgentException
Integer -
AgentException - on error
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||