com.adventnet.adaptors.tl1.security
Class Tl1ChannelSecurityEntry

java.lang.Object
  extended by com.adventnet.adaptors.tl1.security.Tl1ChannelSecurityEntry

public class Tl1ChannelSecurityEntry
extends java.lang.Object

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

channelID

protected java.lang.String channelID

maxinv

protected java.lang.Integer maxinv

dural

protected java.lang.String dural

tmout

protected java.lang.Integer tmout

chap

protected java.lang.String chap

chnlrowStatus

protected java.lang.Integer chnlrowStatus
Constructor Detail

Tl1ChannelSecurityEntry

public Tl1ChannelSecurityEntry()
Method Detail

getChannelID

public java.lang.String getChannelID()
                              throws AgentException
Handles the JMX Get Request for channelID

Throws:
AgentException

setChannelID

public void setChannelID(java.lang.String value)
                  throws AgentException
Handles the JMX Set Request for channelID

Parameters:
String -
Throws:
AgentException - on error

getMaxinv

public java.lang.Integer getMaxinv()
                            throws AgentException
Handles the JMX Get Request for maxinv

Throws:
AgentException

setMaxinv

public void setMaxinv(java.lang.Integer value)
               throws AgentException
Handles the JMX Set Request for maxinv

Parameters:
Integer -
Throws:
AgentException - on error

getDural

public java.lang.String getDural()
                          throws AgentException
Handles the JMX Get Request for dural

Throws:
AgentException

setDural

public void setDural(java.lang.String value)
              throws AgentException
Handles the JMX Set Request for dural

Parameters:
String -
Throws:
AgentException - on error

getTmout

public java.lang.Integer getTmout()
                           throws AgentException
Handles the JMX Get Request for tmout

Throws:
AgentException

setTmout

public void setTmout(java.lang.Integer value)
              throws AgentException
Handles the JMX Set Request for tmout

Parameters:
Integer -
Throws:
AgentException - on error

getChap

public java.lang.String getChap()
                         throws AgentException
Handles the JMX Get Request for chap

Throws:
AgentException

setChap

public void setChap(java.lang.String value)
             throws AgentException
Handles the JMX Set Request for chap

Parameters:
String -
Throws:
AgentException - on error

getChnlrowStatus

public java.lang.Integer getChnlrowStatus()
                                   throws AgentException
Handles the JMX Get Request for chnlrowStatus

Throws:
AgentException

setChnlrowStatus

public void setChnlrowStatus(java.lang.Integer value)
                      throws AgentException
Handles the JMX Set Request for chnlrowStatus

Parameters:
Integer -
Throws:
AgentException - on error