| ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Thread | +--mam.agent.Agent | +--mam.agent.AnalyzeAgent
Analyze Agent looks at the logs generated by the Listen Agent and tries to decipher them...
Inner Class Summary | |
public class | AnalyzeAgent.javaFilter |
public class | AnalyzeAgent.myfileFilter |
Field Summary | |
private ArrayList | allTimes |
private AgentTextUI | f |
protected final static String | LISTEN_DIR |
protected final static String | LISTEN_LOG_FILENAME |
private int | mode |
private javaFilter | myFilter |
private Element | parsedInfo |
private int | parseMode |
private File[] | perSessionFiles |
private int | problems |
private Calendar | tempTime |
Fields inherited from class mam.agent.Agent |
AGENT_ACCESS_STATISTICS_TAG_NAME, AGENT_PROPERTIES_TAG_NAME, AGENT_TRAITS_TAG_NAME, ALL_AGENTS_ROUTING_TAG, DEFAULT_TAG_NAME, m_accessStatisticsGroup, m_agentProperties, m_facility, m_incomingMessageQueue, m_shutdown, m_sleepManager, ROLE_TAG_NAME |
Fields inherited from class java.lang.Thread |
MIN_PRIORITY, NORM_PRIORITY, MAX_PRIORITY |
Constructor Summary | |
AnalyzeAgent() |
Method Summary | |
private void | analyzer(Element elem) |
private Calendar | convertTime(String time) |
private void | doLoad() |
private void | doSave() |
private void | footer() |
void | handleCommand(String command) |
void | handleDoStartMissionMessage(AgentMessage m) |
private void | parse(Element elem) |
private void | printAttrib(Element elem) |
private String | printTime(String time) |
private void | report() |
private int | setupAnalyze() |
Methods inherited from class java.lang.Thread |
currentThread, yield, sleep, sleep, start, stop, stop, interrupt, interrupted, isInterrupted, destroy, isAlive, suspend, resume, setPriority, getPriority, setName, getName, getThreadGroup, activeCount, enumerate, countStackFrames, join, join, join, dumpStack, setDaemon, isDaemon, checkAccess, getContextClassLoader, setContextClassLoader |
Methods inherited from class java.lang.Object |
getClass, hashCode, equals, clone, notify, notifyAll, wait, wait, wait, finalize |
Field Detail |
private ArrayList allTimes
private AgentTextUI f
protected final static String LISTEN_DIR
protected final static String LISTEN_LOG_FILENAME
private int mode
private javaFilter myFilter
private Element parsedInfo
private int parseMode
private File[] perSessionFiles
private int problems
private Calendar tempTime
Constructor Detail |
public AnalyzeAgent()
Method Detail |
private void analyzer(Element elem)
private Calendar convertTime(String time)
private void doLoad()
private void doSave()
private void footer()
public void handleCommand(String command)
public void handleDoStartMissionMessage(AgentMessage m)
private void parse(Element elem)
private void printAttrib(Element elem)
private String printTime(String time)
private void report()
private int setupAnalyze()
| ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |