|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.fc.WTObject
wt.transfer.unit.TransferUnitMaster
Use the newTransferUnitMaster
static factory method(s),
not the TransferUnitMaster
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 long |
EXTERNALIZATION_VERSION_UID
|
private String |
file
|
static String |
FILE
Label for the attribute. |
private static int |
FILE_UPPER_LIMIT
|
private String |
host
|
static String |
HOST
Label for the attribute. |
private static int |
HOST_UPPER_LIMIT
|
protected static long |
OLD_FORMAT_VERSION_UID
|
private URL |
origin
|
static String |
ORIGIN
Label for the attribute. |
private int |
port
|
static String |
PORT
Label for the attribute. |
private String |
protocol
|
static String |
PROTOCOL
Label for the attribute. |
private static int |
PROTOCOL_UPPER_LIMIT
|
private static String |
RESOURCE
|
(package private) static long |
serialVersionUID
|
Fields inherited from class wt.fc.WTObject |
CREATE_TIMESTAMP, MODIFY_TIMESTAMP |
Fields inherited from interface wt.vc.Mastered |
SERIES |
Fields inherited from interface wt.fc.Persistable |
IDENTITY, PERSIST_INFO, TYPE |
Fields inherited from interface wt.identity.DisplayIdentification |
DISPLAY_IDENTIFIER, DISPLAY_IDENTITY, DISPLAY_TYPE |
Constructor Summary | |
TransferUnitMaster()
|
Method Summary | |
private void |
fileValidate(String a_File)
|
String |
getConceptualClassname()
Returns the conceptual (modeled) name for the class. |
String |
getFile()
Gets the value of the attribute: FILE. |
String |
getHost()
Gets the value of the attribute: HOST. |
IdentificationObject |
getIdentificationObject()
Constructs and returns an identification object. |
URL |
getOrigin()
Gets the value of the attribute: ORIGIN. |
int |
getPort()
Gets the value of the attribute: PORT. |
String |
getProtocol()
Gets the value of the attribute: PROTOCOL. |
private void |
hostValidate(String a_Host)
|
static TransferUnitMaster |
newTransferUnitMaster()
Default factory for the class. |
static TransferUnitMaster |
newTransferUnitMaster(URL locator)
Supported API: false |
private void |
protocolValidate(String a_Protocol)
|
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(TransferUnitMaster thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
protected void |
setFile(String a_File)
Sets the value of the attribute: FILE. |
protected void |
setHost(String a_Host)
Sets the value of the attribute: HOST. |
protected void |
setOrigin(URL a_Origin)
Sets the value of the attribute: ORIGIN. |
protected void |
setPort(int a_Port)
Sets the value of the attribute: PORT. |
protected void |
setProtocol(String a_Protocol)
Sets the value of the attribute: PROTOCOL. |
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 wt.fc.WTObject |
checkAttributes, duplicate, equals, finalize, getClassInfo, getCreateTimestamp, getDisplayIdentifier, getDisplayIdentity, getDisplayType, getIdentity, getModifyTimestamp, getPersistInfo, getType, hashCode, initialize, readVersion, setPersistInfo, toString |
Methods inherited from class java.lang.Object |
clone, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface wt.vc.Mastered |
getSeries, setSeries |
Methods inherited from interface wt.fc.Persistable |
checkAttributes, getIdentity, getPersistInfo, getType, setPersistInfo |
Methods inherited from interface wt.fc.NetFactor |
getClassInfo |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
public static final String ORIGIN
private URL origin
public static final String PROTOCOL
private static int PROTOCOL_UPPER_LIMIT
private String protocol
public static final String HOST
private static int HOST_UPPER_LIMIT
private String host
public static final String PORT
private int port
public static final String FILE
private static int FILE_UPPER_LIMIT
private String file
static final long serialVersionUID
public static final long EXTERNALIZATION_VERSION_UID
protected static final long OLD_FORMAT_VERSION_UID
Constructor Detail |
public TransferUnitMaster()
Method Detail |
public void writeExternal(ObjectOutput output) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class WTObject
output
-
IOException
public void readExternal(ObjectInput input) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class WTObject
input
-
IOException
ClassNotFoundException
protected boolean readVersion(TransferUnitMaster 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
writeExternal
in class WTObject
output
-
SQLException
DatastoreException
public void readExternal(PersistentRetrieveIfc input) throws SQLException, DatastoreException
(Not intended for general
use.)
Supported API: false
readExternal
in interface ObjectMappable
readExternal
in class WTObject
input
-
SQLException
DatastoreException
public String getConceptualClassname()
getConceptualClassname
in interface NetFactor
public URL getOrigin()
protected void setOrigin(URL a_Origin)
a_Origin
- public String getProtocol()
protected void setProtocol(String a_Protocol) throws WTPropertyVetoException
a_Protocol
-
WTPropertyVetoException
private void protocolValidate(String a_Protocol) throws WTPropertyVetoException
a_Protocol
-
WTPropertyVetoException
public String getHost()
protected void setHost(String a_Host) throws WTPropertyVetoException
a_Host
-
WTPropertyVetoException
private void hostValidate(String a_Host) throws WTPropertyVetoException
a_Host
-
WTPropertyVetoException
public int getPort()
protected void setPort(int a_Port) throws WTPropertyVetoException
a_Port
-
WTPropertyVetoException
public String getFile()
protected void setFile(String a_File) throws WTPropertyVetoException
a_File
-
WTPropertyVetoException
private void fileValidate(String a_File) throws WTPropertyVetoException
a_File
-
WTPropertyVetoException
public static TransferUnitMaster newTransferUnitMaster(URL locator) throws WTException
locator
-
WTException
public static TransferUnitMaster newTransferUnitMaster() throws WTException
WTException
public IdentificationObject getIdentificationObject() throws WTException
getIdentificationObject
in interface Identified
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |