|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adventnet.adaptors.tl1.security.Tl1CommandSecurityEntry
public class Tl1CommandSecurityEntry
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 |
|---|
protected java.lang.String command
protected java.lang.String cap
protected java.lang.Integer cmdrowStatus
| Constructor Detail |
|---|
public Tl1CommandSecurityEntry()
| Method Detail |
|---|
public java.lang.String getCommand()
throws AgentException
AgentException
public void setCommand(java.lang.String value)
throws AgentException
String -
AgentException - on error
public java.lang.String getCap()
throws AgentException
AgentException
public void setCap(java.lang.String value)
throws AgentException
String -
AgentException - on error
public java.lang.Integer getCmdrowStatus()
throws AgentException
AgentException
public void setCmdrowStatus(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 | ||||||||