All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class bank.manager.TransactionLogger

java.lang.Object
   |
   +----bank.manager.TransactionLogger

public class TransactionLogger
extends Object
トランザクションのログをとる 現在の実装では単純に標準出力に結果を書き出す #pattern: Singleton #toDo: ファイル書き込み機能など


Constructor Index

 o TransactionLogger()

Method Index

 o appendLog(StringPrintable)
 o appendPostLog(StringPrintable)
 o appendPreLog(StringPrintable)
 o getDefault()
#pattern: Singleton

Constructors

 o TransactionLogger
 public TransactionLogger()

Methods

 o appendLog
 public synchronized void appendLog(StringPrintable stringPrintable)
 o appendPostLog
 public synchronized void appendPostLog(StringPrintable stringPrintable)
 o appendPreLog
 public synchronized void appendPreLog(StringPrintable stringPrintable)
 o getDefault
 public static TransactionLogger getDefault()
#pattern: Singleton


All Packages  Class Hierarchy  This Package  Previous  Next  Index