|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adventnet.adaptors.tl1.security.Tl1ChannelSecurityEntry
public class Tl1ChannelSecurityEntry
Contains the data handling under tl1ChannelSecurityEntry group
| Field Summary | |
|---|---|
protected java.lang.String |
channelID
|
protected java.lang.String |
chap
|
protected java.lang.Integer |
chnlrowStatus
|
protected java.lang.String |
dural
|
protected java.lang.Integer |
maxinv
|
protected java.lang.Integer |
tmout
|
| Constructor Summary | |
|---|---|
Tl1ChannelSecurityEntry()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getChannelID()
Handles the JMX Get Request for channelID |
java.lang.String |
getChap()
Handles the JMX Get Request for chap |
java.lang.Integer |
getChnlrowStatus()
Handles the JMX Get Request for chnlrowStatus |
java.lang.String |
getDural()
Handles the JMX Get Request for dural |
java.lang.Integer |
getMaxinv()
Handles the JMX Get Request for maxinv |
java.lang.Integer |
getTmout()
Handles the JMX Get Request for tmout |
void |
setChannelID(java.lang.String value)
Handles the JMX Set Request for channelID |
void |
setChap(java.lang.String value)
Handles the JMX Set Request for chap |
void |
setChnlrowStatus(java.lang.Integer value)
Handles the JMX Set Request for chnlrowStatus |
void |
setDural(java.lang.String value)
Handles the JMX Set Request for dural |
void |
setMaxinv(java.lang.Integer value)
Handles the JMX Set Request for maxinv |
void |
setTmout(java.lang.Integer value)
Handles the JMX Set Request for tmout |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String channelID
protected java.lang.Integer maxinv
protected java.lang.String dural
protected java.lang.Integer tmout
protected java.lang.String chap
protected java.lang.Integer chnlrowStatus
| Constructor Detail |
|---|
public Tl1ChannelSecurityEntry()
| Method Detail |
|---|
public java.lang.String getChannelID()
throws AgentException
AgentException
public void setChannelID(java.lang.String value)
throws AgentException
String -
AgentException - on error
public java.lang.Integer getMaxinv()
throws AgentException
AgentException
public void setMaxinv(java.lang.Integer value)
throws AgentException
Integer -
AgentException - on error
public java.lang.String getDural()
throws AgentException
AgentException
public void setDural(java.lang.String value)
throws AgentException
String -
AgentException - on error
public java.lang.Integer getTmout()
throws AgentException
AgentException
public void setTmout(java.lang.Integer value)
throws AgentException
Integer -
AgentException - on error
public java.lang.String getChap()
throws AgentException
AgentException
public void setChap(java.lang.String value)
throws AgentException
String -
AgentException - on error
public java.lang.Integer getChnlrowStatus()
throws AgentException
AgentException
public void setChnlrowStatus(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 | ||||||||