|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.transfer.unit.TransferManifest
Use the newTransferManifest
static factory method(s), not
the TransferManifest
constructor, to construct instances
of this class. Instances must be constructed using the static factory(s),
in order to ensure proper initialization of the instance.
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
static String |
CREATE_STAMP
Label for the attribute. |
private Timestamp |
createStamp
|
static long |
EXTERNALIZATION_VERSION_UID
|
static String |
FILTER_NAME
Label for the attribute. |
private static int |
FILTER_NAME_UPPER_LIMIT
|
private String |
filterName
|
static String |
ITEM_LIST
Label for the attribute. |
private Vector |
itemList
|
protected static long |
OLD_FORMAT_VERSION_UID
|
static String |
ORIGIN_HOST
Label for the attribute. |
private static int |
ORIGIN_HOST_UPPER_LIMIT
|
static String |
ORIGIN_VERSION
Label for the attribute. |
private static int |
ORIGIN_VERSION_UPPER_LIMIT
|
private String |
originHost
|
private String |
originVersion
|
private static String |
RESOURCE
|
(package private) static long |
serialVersionUID
|
static String |
TYPE_LIST
Label for the attribute. |
private Vector |
typeList
|
Constructor Summary | |
TransferManifest()
|
Method Summary | |
private void |
filterNameValidate(String a_FilterName)
|
ClassInfo |
getClassInfo()
Returns the ClassInfo object for this class. |
String |
getConceptualClassname()
Returns the conceptual (modeled) name for the class. |
Timestamp |
getCreateStamp()
Gets the value of the attribute: CREATE_STAMP. |
String |
getFilterName()
Gets the value of the attribute: FILTER_NAME. |
Vector |
getItemList()
Gets the value of the attribute: ITEM_LIST. |
String |
getOriginHost()
Gets the value of the attribute: ORIGIN_HOST. |
String |
getOriginVersion()
Gets the value of the attribute: ORIGIN_VERSION. |
Vector |
getTypeList()
Gets the value of the attribute: TYPE_LIST. |
protected void |
initialize()
Supports initialization, following construction of an instance. |
static TransferManifest |
newTransferManifest()
Default factory for the class. |
private void |
originHostValidate(String a_OriginHost)
|
private void |
originVersionValidate(String a_OriginVersion)
|
void |
readExternal(ObjectInput input)
Reads the non-transient fields of this class from an external source. |
void |
readExternal(PersistentRetrieveIfc input)
Used by Persistent Data Service to populate the persistent attributes of this class from a persistent store. |
private boolean |
readOldVersion(ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source, which is not the current version. |
protected boolean |
readVersion(TransferManifest thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
void |
setCreateStamp(Timestamp a_CreateStamp)
Sets the value of the attribute: CREATE_STAMP. |
void |
setFilterName(String a_FilterName)
Sets the value of the attribute: FILTER_NAME. |
void |
setItemList(Vector a_ItemList)
Sets the value of the attribute: ITEM_LIST. |
void |
setOriginHost(String a_OriginHost)
Sets the value of the attribute: ORIGIN_HOST. |
void |
setOriginVersion(String a_OriginVersion)
Sets the value of the attribute: ORIGIN_VERSION. |
void |
setTypeList(Vector a_TypeList)
Sets the value of the attribute: TYPE_LIST. |
String |
toString()
Returns the conceptual (modeled) name for the class. |
void |
writeExternal(ObjectOutput output)
Writes the non-transient fields of this class to an external source. |
void |
writeExternal(PersistentStoreIfc output)
Used by Persistent Data Service to obtain the values of the persistent attributes of this class, so they can be written to a persistent store. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
public static final String CREATE_STAMP
private Timestamp createStamp
public static final String ORIGIN_VERSION
private static int ORIGIN_VERSION_UPPER_LIMIT
private String originVersion
public static final String ORIGIN_HOST
private static int ORIGIN_HOST_UPPER_LIMIT
private String originHost
public static final String FILTER_NAME
private static int FILTER_NAME_UPPER_LIMIT
private String filterName
public static final String TYPE_LIST
private Vector typeList
public static final String ITEM_LIST
private Vector itemList
static final long serialVersionUID
public static final long EXTERNALIZATION_VERSION_UID
protected static final long OLD_FORMAT_VERSION_UID
Constructor Detail |
public TransferManifest()
Method Detail |
public void writeExternal(ObjectOutput output) throws IOException
writeExternal
in interface Externalizable
output
-
IOException
public void readExternal(ObjectInput input) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
input
-
IOException
ClassNotFoundException
protected boolean readVersion(TransferManifest thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
thisObject
- input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
private boolean readOldVersion(ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
public void writeExternal(PersistentStoreIfc output) throws SQLException, DatastoreException
(Not intended for general use.)
Supported API: false
writeExternal
in interface ObjectMappable
output
-
SQLException
DatastoreException
public void readExternal(PersistentRetrieveIfc input) throws SQLException, DatastoreException
(Not intended for general
use.)
Supported API: false
readExternal
in interface ObjectMappable
input
-
SQLException
DatastoreException
public String getConceptualClassname()
getConceptualClassname
in interface NetFactor
public String toString()
public ClassInfo getClassInfo() throws WTIntrospectionException
getClassInfo
in interface NetFactor
WTIntrospectionException
public Timestamp getCreateStamp()
public void setCreateStamp(Timestamp a_CreateStamp) throws WTPropertyVetoException
a_CreateStamp
-
WTPropertyVetoException
public String getOriginVersion()
public void setOriginVersion(String a_OriginVersion) throws WTPropertyVetoException
a_OriginVersion
-
WTPropertyVetoException
private void originVersionValidate(String a_OriginVersion) throws WTPropertyVetoException
a_OriginVersion
-
WTPropertyVetoException
public String getOriginHost()
public void setOriginHost(String a_OriginHost) throws WTPropertyVetoException
a_OriginHost
-
WTPropertyVetoException
private void originHostValidate(String a_OriginHost) throws WTPropertyVetoException
a_OriginHost
-
WTPropertyVetoException
public String getFilterName()
public void setFilterName(String a_FilterName) throws WTPropertyVetoException
a_FilterName
-
WTPropertyVetoException
private void filterNameValidate(String a_FilterName) throws WTPropertyVetoException
a_FilterName
-
WTPropertyVetoException
public Vector getTypeList()
public void setTypeList(Vector a_TypeList) throws WTPropertyVetoException
a_TypeList
-
WTPropertyVetoException
public Vector getItemList()
public void setItemList(Vector a_ItemList) throws WTPropertyVetoException
a_ItemList
-
WTPropertyVetoException
public static TransferManifest newTransferManifest() throws WTException
WTException
protected void initialize() throws WTException
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |