|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.webdocwf.util.loader.BufferOctopusClass
public class BufferOctopusClass
BufferClass class is used for writing system out in to internal buffer. This class is a Singleton.
Method Summary | |
---|---|
void |
empty()
This method clear parameter bufrrer |
static BufferOctopusClass |
getInstance()
Returns the single instance, creating one if it's the first time this method is called. |
boolean |
IsUsed()
This mehod read value from parmeter isUsed |
java.lang.String |
readFromBuffer()
This method read value from parameter buffer |
void |
setUsed()
This method set the value of patameter isUsed |
void |
writeToBuffer(java.lang.String msg)
This method write system out to parameter buffer |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static BufferOctopusClass getInstance()
public void writeToBuffer(java.lang.String msg)
msg
- is parameter valuepublic java.lang.String readFromBuffer()
public boolean IsUsed()
public void empty()
public void setUsed()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |