|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ptc.elog.ElogRecord
Field Summary | |
private static int |
APP1
|
private static int |
APP2
|
private static int |
CLASS1
|
private static int |
CLASS2
|
static SimpleDateFormat |
DATE_FORMAT
|
private static int |
DATE1
|
private static int |
DATE2
|
static int |
LEN_APP
|
static int |
LEN_CLASS
|
static int |
LEN_DATE
|
static int |
LEN_EOL
|
static int |
LEN_MSG
|
static int |
LEN_NODE
|
static int |
LEN_REC
|
static int |
LEN_THREAD
|
static int |
LEN_USER
|
static int |
LEN_VERBOSITY
|
private Date |
m_date
|
private int |
m_nVerbosity
|
private String |
m_strApp
|
private String |
m_strClass
|
private String |
m_strMsg
|
private String |
m_strNode
|
private String |
m_strThread
|
private String |
m_strUser
|
private static int |
MSG1
|
private static int |
MSG2
|
private static int |
NODE1
|
private static int |
NODE2
|
private static int |
THREAD1
|
private static int |
THREAD2
|
private static int |
USER1
|
private static int |
USER2
|
private static int |
VERB1
|
private static int |
VERB2
|
Constructor Summary | |
ElogRecord(Date d,
String n,
String a,
String t,
String u,
String c,
int v,
String m)
Constructor Creates an ElogRecord from individual arguments. |
|
ElogRecord(String s)
Constructor Creates an ElogRecord from a String. |
Method Summary | |
String |
getApp()
This gets the App from an ElogRecord. |
Date |
getDate()
This gets the Date from an ElogRecord. |
String |
getElogClass()
This gets the Class from an ElogRecord. |
String |
getMsg()
This gets the Message from an ElogRecord. |
String |
getNode()
This gets the Node from an ElogRecord. |
String |
getThread()
This gets the Thread from an ElogRecord. |
String |
getUser()
This gets the User from an ElogRecord. |
int |
getVerbosity()
This gets the Verbosity from an ElogRecord. |
boolean |
isValid()
This validates an ElogRecord. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int LEN_DATE
public static final int LEN_NODE
public static final int LEN_APP
public static final int LEN_THREAD
public static final int LEN_USER
public static final int LEN_CLASS
public static final int LEN_VERBOSITY
public static final int LEN_MSG
public static final int LEN_EOL
public static final int LEN_REC
public static final SimpleDateFormat DATE_FORMAT
private static final int DATE1
private static final int DATE2
private static final int NODE1
private static final int NODE2
private static final int APP1
private static final int APP2
private static final int THREAD1
private static final int THREAD2
private static final int USER1
private static final int USER2
private static final int CLASS1
private static final int CLASS2
private static final int VERB1
private static final int VERB2
private static final int MSG1
private static final int MSG2
private Date m_date
private String m_strNode
private String m_strApp
private String m_strThread
private String m_strUser
private String m_strClass
private int m_nVerbosity
private String m_strMsg
Constructor Detail |
public ElogRecord(String s)
s
- - The string to parse into a structured ElogRecord.public ElogRecord(Date d, String n, String a, String t, String u, String c, int v, String m)
d
- - The Daten
- - The Nodea
- - The Applicationt
- - The Threadu
- - The Userc
- - The Classv
- - The Verbositym
- - The MessageMethod Detail |
public Date getDate()
public String getNode()
public String getApp()
public String getThread()
public String getUser()
public String getElogClass()
public int getVerbosity()
public String getMsg()
public boolean isValid()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |