|
SecurePlayLibray J2SE v2.1 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.SecurePlay.SPLlogOne.SPLLogOneClass
This is a log to hold one message.

| Field Summary | |
(package private) java.lang.Object |
entryOne
The object that stores the one entry. |
private java.lang.String |
logtype
Log type = onelog |
(package private) java.lang.String |
releaseversion
IT GlobalSecure release version. |
| Constructor Summary | |
SPLLogOneClass()
Constructor |
|
| Method Summary | |
void |
addEntry(java.lang.Object entry)
Add a entry to the log object. |
void |
clear()
Clear the log. |
java.lang.Object |
getCurrentEntry()
This method returns the current entry in the Log - where the pointer indicates. |
int |
getLogLength()
This method returns the number of logged objects in the log instance. |
java.lang.String |
getLogtype()
This method returns the log type of the log class that implements this log interface. |
java.lang.Object |
getNextEntry()
Get the next entry in the log. |
java.lang.Object |
getPreviousEntry()
This method returns the previous entry in the log. |
boolean |
reset()
Resets the log pointer. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
java.lang.Object entryOne
private java.lang.String logtype
final java.lang.String releaseversion
| Constructor Detail |
public SPLLogOneClass()
| Method Detail |
public void addEntry(java.lang.Object entry)
addEntry in interface SPLogInterfaceentry - Object - An entry object that is used in a log.public void clear()
clear in interface SPLogInterfacepublic boolean reset()
reset in interface SPLogInterfacepublic java.lang.Object getNextEntry()
getNextEntry in interface SPLogInterfacepublic java.lang.Object getPreviousEntry()
getPreviousEntry in interface SPLogInterfacepublic java.lang.Object getCurrentEntry()
getCurrentEntry in interface SPLogInterfacepublic int getLogLength()
getLogLength in interface SPLogInterfacepublic java.lang.String getLogtype()
getLogtype in interface SPLogInterface
|
SecurePlayLibray J2SE v2.1 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||