com.ibm.uddi.datatypes
Class UploadRegisterList
- java.lang.Object
com.ibm.uddi.datatypes.UploadRegisterList
All implemented interfaces:
java.io.Serializable
Deprecated. Deprecated as of WAS 6.0. No replacement.
- public class UploadRegisterList
- extends java.lang.Object
- implements java.io.Serializable
See Also:
Constructor Summary
Constructor and Description |
---|
UploadRegisterList()
Deprecated. Constructs a new, empty UploadRegisterList.
|
UploadRegisterList(int initialSize)
Deprecated. Constructs a new, empty UploadRegisterList, with the initial capacity specified.
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
add(java.lang.String uploadRegister)
Deprecated. Adds an uploadRegister to the UploadRegisterList.
|
|
get(int i)
Deprecated. Returns the uploadRegister at the specified index.
|
|
size()
Deprecated. Returns the number of uploadRegisters in the UploadRegisterList.
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail
UploadRegisterList
- public UploadRegisterList()
Deprecated.
Constructs a new, empty UploadRegisterList.
UploadRegisterList
- public UploadRegisterList(int initialSize)
Deprecated.
Constructs a new, empty UploadRegisterList, with the initial capacity specified.
Parameters:
initialSize
- the initial capacity of the UploadRegisterList. Method Detail
add
- public void add(java.lang.String uploadRegister)
Deprecated.
Adds an uploadRegister to the UploadRegisterList.
Parameters:
uploadRegister
- the uploadRegister to be added. get
- public java.lang.String get(int i)
Deprecated.
Returns the uploadRegister at the specified index.
Returns:
the uploadRegister at the specified index.
size
- public int size()
Deprecated.
Returns the number of uploadRegisters in the UploadRegisterList.
Returns:
the number of uploadRegisters in the UploadRegisterList.