|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adventnet.adaptors.tl1.TL1AdaptorInfo
public class TL1AdaptorInfo
This class acts as a mbean for the TL1 Adaptor information as specified in the AGENT-TL1-CONF-MIB mib for the TL1 agent. By default this gets instantiated and registered with the MBeanServer when the TL1Adaptor gets registered with the server.
| Field Summary | |
|---|---|
protected java.lang.Integer |
tl1OperStatus
|
protected java.lang.Long |
tl1UpTime
|
protected java.lang.String |
tl1Version
|
| Constructor Summary | |
|---|---|
TL1AdaptorInfo()
|
|
| Method Summary | |
|---|---|
java.lang.Integer |
getTl1OperStatus()
Handles the JMX Get Request for tl1OperStatus |
java.lang.Long |
getTl1UpTime()
Handles the JMX Get Request for tl1UpTime |
java.lang.String |
getTl1Version()
Handles the JMX Get Request for tl1Version |
void |
setTl1OperStatus(java.lang.Integer value)
Handles the JMX Set Request for tl1OperStatus |
void |
setTl1UpTime(java.lang.Long value)
Handles the JMX Set Request for tl1UpTime |
void |
setTl1Version(java.lang.String value)
Handles the JMX Set Request for tl1Version |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String tl1Version
protected java.lang.Long tl1UpTime
protected java.lang.Integer tl1OperStatus
| Constructor Detail |
|---|
public TL1AdaptorInfo()
| Method Detail |
|---|
public java.lang.String getTl1Version()
throws AgentException
AgentException
public void setTl1Version(java.lang.String value)
throws AgentException
String -
AgentException - on error
public java.lang.Long getTl1UpTime()
throws AgentException
AgentException
public void setTl1UpTime(java.lang.Long value)
throws AgentException
Long -
AgentException - on error
public java.lang.Integer getTl1OperStatus()
throws AgentException
AgentException
public void setTl1OperStatus(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 | ||||||||