|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.sourceforge.esw.service.log.LogDatumNodeAdapter
Adapts an INode into the ILogDatum interface
Uses the ILogConstants to get the data elements from the INode
ILog
, Serialized FormField Summary | |
protected INode |
internalNode
|
Fields inherited from interface net.sourceforge.esw.service.log.ILogConstants |
APP_ID, APP_ID_FIELD, CLASS_CONSTANT, CLASSES_CONSTANT, DATA_ID, DATA_ID_FIELD, DEFAULT_FILE_DIR, DESC_ID, DESC_ID_FIELD, ENTRY_CONSTANT, ENTRYS_CONSTANT, EXPRESSION_CONSTANT, FILENAME_CONSTANT, FILTER_CONSTANT, FILTER_LIST_CONSTANT, ID_ID, ID_ID_FIELD, LAST_FILTER_NUM_CONSTANT, RANK_ID, RANK_ID_FIELD, REFERENCE_LOG_DRIVER, REFERENCE_LOG_PASSWORD, REFERENCE_LOG_URL, REFERENCE_LOG_USER, SERVICE_ID, SERVICE_ID_CONSTANT, SERVICE_ID_FIELD, TARGET_CONSTANT, TARGETS_CONSTANT, WHEN_ID, WHEN_ID_FIELD, WHERE_ID, WHERE_ID_FIELD |
Constructor Summary | |
LogDatumNodeAdapter()
|
|
LogDatumNodeAdapter(INode nodeReference)
Constructor |
Method Summary | |
java.lang.String |
getApplicationID()
Gets the App id for this datum |
INode |
getData()
Gets the data for this ILogDatum |
long |
getDatumID()
Returns a unique id for this LogDatum Instance. |
java.lang.String |
getDescription()
String description of this datum... |
int |
getRank()
Gets the rank of this ILogDatum info to be used to consider priority amongst more than one ILogDatum |
java.lang.String |
getServiceID()
The service id of the log datum |
java.util.Date |
getWhen()
Get when this ILogDatum info was considered to have occured at for logging purposes |
java.lang.String |
getWhere()
Get where this ILogDatum info was considered to have occured for logging purposes |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected INode internalNode
Constructor Detail |
public LogDatumNodeAdapter(INode nodeReference)
net.sourceforge.esw.graph.INode
- nodeReferencepublic LogDatumNodeAdapter()
Method Detail |
public java.util.Date getWhen()
getWhen
in interface ILogDatum
public java.lang.String getWhere()
getWhere
in interface ILogDatum
public int getRank()
getRank
in interface ILogDatum
public java.lang.String getDescription()
getDescription
in interface ILogDatum
public INode getData()
getData
in interface ILogDatum
public java.lang.String getServiceID()
public java.lang.String getApplicationID()
getApplicationID
in interface ILogDatum
public long getDatumID()
getDatumID
in interface ILogDatum
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |