|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.replication.unit.UnitLogWriter
interface API for writing records to the replication log
Field Summary | |
static String |
LOGNAME
|
Constructor Summary | |
UnitLogWriter()
|
Method Summary | |
static void |
attachOperationRecordLogContent(UnitOperationRecord opRec,
String id)
add records related to this unitOperationRecord as html content records are filtered using the id to match 'unitOpRecKey' |
static void |
attachOpRecContent(ContentHolder holder,
String filename)
attach file as content to the operation record |
static EventLog |
getLog(String name)
|
static String |
getOperationRecordHTML(String id)
search replication log for records relating to this OpRec result is a filename for the result file |
static void |
writeLogRecord(String serviceName,
String eventName,
WTUnit unit,
Hashtable properties,
String message)
log records write a record to the 'replication' log. |
static void |
writeLogRecord(String serviceName,
String eventName,
WTUnit unit,
Hashtable properties,
String messageRbName,
String messageRbKey,
Object[] messageTextInserts)
write a record to the 'replication' log using WTMessage. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static String LOGNAME
Constructor Detail |
public UnitLogWriter()
Method Detail |
public static void writeLogRecord(String serviceName, String eventName, WTUnit unit, Hashtable properties, String message)
public static void writeLogRecord(String serviceName, String eventName, WTUnit unit, Hashtable properties, String messageRbName, String messageRbKey, Object[] messageTextInserts)
public static EventLog getLog(String name) throws WTException
WTException
public static void attachOperationRecordLogContent(UnitOperationRecord opRec, String id)
public static String getOperationRecordHTML(String id) throws IOException
IOException
public static void attachOpRecContent(ContentHolder holder, String filename)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |