com.adventnet.snmp.mibs
Class AgentClauseCommandUtil

java.lang.Object
  |
  +--com.adventnet.snmp.mibs.AgentClauseCommandUtil
Direct Known Subclasses:
AgentClauseCommand, ClassCommandUtil, DatabaseCommandUtil, FileCommandUtil, ProxyCommandUtil, ReadWriteCommandUtil, SimulateCommandUtil

public abstract synchronized class AgentClauseCommandUtil
extends java.lang.Object


Field Summary
static int AT_START
           
protected  java.lang.String command_string
           
static int EACH_TIME
           
static int FIRST_TIME
           
 int instantiate
           
protected  AgentMibOperations mibOperations
           
protected  java.lang.String name
           
protected  AgentMibNode node
           
protected  boolean runTime
           
protected  long timeout
           
 
Constructor Summary
AgentClauseCommandUtil()
           
 
Method Summary
 java.lang.String getAgentClauseString()
           
 java.lang.String getCommandString()
           
 java.lang.String getName()
           
 long getTimeout()
           
 void initialize()
           
 boolean isRunTime()
           
abstract  java.util.Vector makeInstances(AgentMibNode)
           
abstract  void parseCommand(java.util.StringTokenizer, java.lang.String)
           
 void setAgentMibOperations(AgentMibOperations)
           
 void setCommandString(java.lang.String)
           
 void setName(java.lang.String)
           
 void setRunTime(boolean)
           
 void setTimeout(long)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EACH_TIME

public static final int EACH_TIME

FIRST_TIME

public static final int FIRST_TIME

AT_START

public static final int AT_START

instantiate

public int instantiate

command_string

protected java.lang.String command_string

timeout

protected long timeout

name

protected java.lang.String name

mibOperations

protected AgentMibOperations mibOperations

node

protected AgentMibNode node

runTime

protected boolean runTime
Constructor Detail

AgentClauseCommandUtil

public AgentClauseCommandUtil()
Method Detail

setCommandString

public void setCommandString(java.lang.String)

getCommandString

public java.lang.String getCommandString()

getTimeout

public long getTimeout()

setTimeout

public void setTimeout(long)

getName

public java.lang.String getName()

setName

public void setName(java.lang.String)

setAgentMibOperations

public void setAgentMibOperations(AgentMibOperations)

setRunTime

public void setRunTime(boolean)

isRunTime

public boolean isRunTime()

parseCommand

public abstract void parseCommand(java.util.StringTokenizer,
                                  java.lang.String)
                           throws MibException

initialize

public void initialize()
                throws MibException

getAgentClauseString

public java.lang.String getAgentClauseString()

makeInstances

public abstract java.util.Vector makeInstances(AgentMibNode)
                                        throws MibException