data.ooimpl
Class DataBasketImpl.DataBasketImplLogEntry
java.lang.Object
|
+--log.LogEntry
|
+--data.ooimpl.DataBasketImpl.DataBasketImplLogEntry
- public static class DataBasketImpl.DataBasketImplLogEntry
- extends LogEntry
A LogEntry that describes an action on a DataBasket.
- Since:
- v2.0
- Version:
- 2.0 14/07/1999
- Author:
- Steffen Zschaler
- See Also:
DataBasketImpl.log(int, log.Loggable)
, Serialized Form
DataBasketImpl.DataBasketImplLogEntry
public DataBasketImpl.DataBasketImplLogEntry(int nAction,
LogEntry leData)
- Create a new DataBasketImplLogEntry.
- Parameters:
The
- action code. One of DataBasketImpl.PUT_ACTION
,
DataBasketImpl.EXCHANGE_REMOVE_ACTION
, DataBasketImpl.COMMIT_ACTION
,
DataBasketImpl.ROLLBACK_ACTION
.leData
- The log entry describing the actual action.
getAction
public int getAction()
- Get the action code.
- Override:
- Never.
getActionName
public String getActionName()
- Get the name of the action.
- Override:
- Never.
getData
public LogEntry getData()
- Get the log entry describing the actual action.
- Override:
- Never.
toString
public String toString()
- A short descriptive text of the log entry.
- Override:
- Never.
- Overrides:
- toString in class LogEntry