|
Openwings API Documentation (v1.1) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.openwings.container.utilities.LogAccess.LogFileDescriptor
This class describes a log file for an Openwings process.
| Constructor Summary | |
LogAccess.LogFileDescriptor(java.lang.String componentName,
UniqueID processID,
long lastModified)
This is the single public constructor for this class. |
|
| Method Summary | |
java.lang.String |
getComponentName()
This method returns the name of the component. |
long |
getLastModified()
This method returns the log file modification time. |
UniqueID |
getProcessID()
This method returns the unique identifier for the process. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public LogAccess.LogFileDescriptor(java.lang.String componentName,
UniqueID processID,
long lastModified)
componentName - name of the component executed by the processprocessID - unique identifier for the processlastModified - file modification time, corresponds to value
returned by java.io.File.lastModified(), which may
be used to construct a java.util.Date.| Method Detail |
public java.lang.String getComponentName()
public UniqueID getProcessID()
public long getLastModified()
java.io.File.lastModified().public java.lang.String toString()
|
Openwings API Documentation (v1.1) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||