|
|||||||||
| Home >> All >> com >> yaftp >> [ utils overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.yaftp.utils
Class _ARCHIVETST_

java.lang.Objectcom.yaftp.utils._ARCHIVETST_
- All Implemented Interfaces:
- ObjectArchivable, ObjectArchivableElement
- class _ARCHIVETST_
- extends java.lang.Object
- implements ObjectArchivable, ObjectArchivableElement
- extends java.lang.Object
| Field Summary | |
private java.lang.String |
_data
|
private java.lang.String |
_otherData
|
| Constructor Summary | |
_ARCHIVETST_()
|
|
_ARCHIVETST_(java.lang.String data,
java.lang.String otherData)
|
|
| Method Summary | |
ObjectArchivableElement |
archiveFromString(java.lang.String in)
|
java.lang.String |
archiveToString()
|
java.util.Vector |
give_collection()
ObjectArchivable gets its Collection back to requester through this method |
ObjectArchivableElement |
give_element()
|
void |
loadObject(ObjectArchive archive)
|
void |
storeObject(ObjectArchive archive)
|
java.lang.String |
toString()
Convert this Object to a human-readable String. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
_data
private java.lang.String _data
_otherData
private java.lang.String _otherData
| Constructor Detail |
_ARCHIVETST_
public _ARCHIVETST_()
_ARCHIVETST_
public _ARCHIVETST_(java.lang.String data, java.lang.String otherData)
| Method Detail |
archiveToString
public java.lang.String archiveToString()
- Specified by:
archiveToStringin interfaceObjectArchivableElement
give_element
public ObjectArchivableElement give_element()
- Specified by:
give_elementin interfaceObjectArchivable
archiveFromString
public ObjectArchivableElement archiveFromString(java.lang.String in) throws UtilsError
- Specified by:
archiveFromStringin interfaceObjectArchivableElement
loadObject
public void loadObject(ObjectArchive archive) throws UtilsError
- Specified by:
loadObjectin interfaceObjectArchivable
storeObject
public void storeObject(ObjectArchive archive) throws UtilsError
- Specified by:
storeObjectin interfaceObjectArchivable
give_collection
public java.util.Vector give_collection()
- Description copied from interface:
ObjectArchivable - ObjectArchivable gets its Collection back to requester through
this method
- Specified by:
give_collectionin interfaceObjectArchivable
toString
public java.lang.String toString()
- Description copied from class:
java.lang.Object - Convert this Object to a human-readable String.
There are no limits placed on how long this String
should be or what it should contain. We suggest you
make it as intuitive as possible to be able to place
it into System.out.println() 55
and such.
It is typical, but not required, to ensure that this method never completes abruptly with a java.lang.RuntimeException.
This method will be called when performing string concatenation with this object. If the result is
null, string concatenation will instead use"null".The default implementation returns
getClass().getName() + "@" + Integer.toHexString(hashCode()).
|
|||||||||
| Home >> All >> com >> yaftp >> [ utils overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.yaftp.utils._ARCHIVETST_