com.adventnet.adaptors.tl1.security
Class Tl1CommandSecurityEntry

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

public class Tl1CommandSecurityEntry
extends java.lang.Object

Contains the data handling under tl1CommandSecurityEntry group


Field Summary
protected  java.lang.String cap
           
protected  java.lang.Integer cmdrowStatus
           
protected  java.lang.String command
           
 
Constructor Summary
Tl1CommandSecurityEntry()
           
 
Method Summary
 java.lang.String getCap()
          Handles the JMX Get Request for cap
 java.lang.Integer getCmdrowStatus()
          Handles the JMX Get Request for cmdrowStatus
 java.lang.String getCommand()
          Handles the JMX Get Request for command
 void setCap(java.lang.String value)
          Handles the JMX Set Request for cap
 void setCmdrowStatus(java.lang.Integer value)
          Handles the JMX Set Request for cmdrowStatus
 void setCommand(java.lang.String value)
          Handles the JMX Set Request for command
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

command

protected java.lang.String command

cap

protected java.lang.String cap

cmdrowStatus

protected java.lang.Integer cmdrowStatus
Constructor Detail

Tl1CommandSecurityEntry

public Tl1CommandSecurityEntry()
Method Detail

getCommand

public java.lang.String getCommand()
                            throws AgentException
Handles the JMX Get Request for command

Throws:
AgentException

setCommand

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

Parameters:
String -
Throws:
AgentException - on error

getCap

public java.lang.String getCap()
                        throws AgentException
Handles the JMX Get Request for cap

Throws:
AgentException

setCap

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

Parameters:
String -
Throws:
AgentException - on error

getCmdrowStatus

public java.lang.Integer getCmdrowStatus()
                                  throws AgentException
Handles the JMX Get Request for cmdrowStatus

Throws:
AgentException

setCmdrowStatus

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

Parameters:
Integer -
Throws:
AgentException - on error