public class ProvisiondConfiguration extends Object implements Serializable
Constructor and Description |
---|
ProvisiondConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
addRequisitionDef(int index,
RequisitionDef vRequisitionDef) |
void |
addRequisitionDef(RequisitionDef vRequisitionDef) |
void |
deleteImportThreads() |
void |
deleteRescanThreads() |
void |
deleteScanThreads() |
void |
deleteWriteThreads() |
Enumeration<RequisitionDef> |
enumerateRequisitionDef()
Method enumerateRequisitionDef.
|
boolean |
equals(Object obj)
Overrides the Object.equals method.
|
String |
getForeignSourceDir()
Returns the value of field 'foreignSourceDir'.
|
Long |
getImportThreads()
Returns the value of field 'importThreads'.
|
RequisitionDef[] |
getRequisitionDef()
Method getRequisitionDef.Returns the contents of the collection in an
Array.
|
RequisitionDef |
getRequisitionDef(int index)
Method getRequisitionDef.
|
List<RequisitionDef> |
getRequisitionDefCollection()
Method getRequisitionDefCollection.Returns a reference to
'requisitionDefList'.
|
int |
getRequisitionDefCount()
Method getRequisitionDefCount.
|
String |
getRequistionDir()
Returns the value of field 'requistionDir'.
|
Long |
getRescanThreads()
Returns the value of field 'rescanThreads'.
|
Long |
getScanThreads()
Returns the value of field 'scanThreads'.
|
Long |
getWriteThreads()
Returns the value of field 'writeThreads'.
|
int |
hashCode()
Method hashCode.
|
boolean |
hasImportThreads()
Method hasImportThreads.
|
boolean |
hasRescanThreads()
Method hasRescanThreads.
|
boolean |
hasScanThreads()
Method hasScanThreads.
|
boolean |
hasWriteThreads()
Method hasWriteThreads.
|
Iterator<RequisitionDef> |
iterateRequisitionDef()
Method iterateRequisitionDef.
|
void |
removeAllRequisitionDef() |
boolean |
removeRequisitionDef(RequisitionDef vRequisitionDef)
Method removeRequisitionDef.
|
RequisitionDef |
removeRequisitionDefAt(int index)
Method removeRequisitionDefAt.
|
void |
setForeignSourceDir(String foreignSourceDir)
Sets the value of field 'foreignSourceDir'.
|
void |
setImportThreads(Long importThreads)
Sets the value of field 'importThreads'.
|
void |
setRequisitionDef(int index,
RequisitionDef vRequisitionDef) |
void |
setRequisitionDef(List<RequisitionDef> vRequisitionDefList)
Sets the value of 'requisitionDefList' by copying the given Vector.
|
void |
setRequisitionDef(RequisitionDef[] vRequisitionDefArray) |
void |
setRequisitionDefCollection(List<RequisitionDef> requisitionDefList)
Deprecated.
|
void |
setRequistionDir(String requistionDir)
Sets the value of field 'requistionDir'.
|
void |
setRescanThreads(Long rescanThreads)
Sets the value of field 'rescanThreads'.
|
void |
setScanThreads(Long scanThreads)
Sets the value of field 'scanThreads'.
|
void |
setWriteThreads(Long writeThreads)
Sets the value of field 'writeThreads'.
|
public void addRequisitionDef(RequisitionDef vRequisitionDef) throws IndexOutOfBoundsException
vRequisitionDef
- IndexOutOfBoundsException
- if the index given is outside
the bounds of the collectionpublic void addRequisitionDef(int index, RequisitionDef vRequisitionDef) throws IndexOutOfBoundsException
index
- vRequisitionDef
- IndexOutOfBoundsException
- if the index given is outside
the bounds of the collectionpublic void deleteImportThreads()
public void deleteRescanThreads()
public void deleteScanThreads()
public void deleteWriteThreads()
public Enumeration<RequisitionDef> enumerateRequisitionDef()
public boolean equals(Object obj)
public String getForeignSourceDir()
public Long getImportThreads()
public RequisitionDef getRequisitionDef(int index) throws IndexOutOfBoundsException
index
- IndexOutOfBoundsException
- if the index given is outside
the bounds of the collectionpublic RequisitionDef[] getRequisitionDef()
Note: Just in case the collection contents are changing in another thread, we pass a 0-length Array of the correct type into the API call. This way we know that the Array returned is of exactly the correct length.
public List<RequisitionDef> getRequisitionDefCollection()
public int getRequisitionDefCount()
public String getRequistionDir()
public Long getRescanThreads()
public Long getScanThreads()
public Long getWriteThreads()
public boolean hasImportThreads()
public boolean hasRescanThreads()
public boolean hasScanThreads()
public boolean hasWriteThreads()
public int hashCode()
public Iterator<RequisitionDef> iterateRequisitionDef()
public void removeAllRequisitionDef()
public boolean removeRequisitionDef(RequisitionDef vRequisitionDef)
vRequisitionDef
- public RequisitionDef removeRequisitionDefAt(int index)
index
- public void setForeignSourceDir(String foreignSourceDir)
foreignSourceDir
- the value of field 'foreignSourceDir'.public void setImportThreads(Long importThreads)
importThreads
- the value of field 'importThreads'.public void setRequisitionDef(int index, RequisitionDef vRequisitionDef) throws IndexOutOfBoundsException
index
- vRequisitionDef
- IndexOutOfBoundsException
- if the index given is outside
the bounds of the collectionpublic void setRequisitionDef(RequisitionDef[] vRequisitionDefArray)
vRequisitionDefArray
- public void setRequisitionDef(List<RequisitionDef> vRequisitionDefList)
vRequisitionDefList
- the Vector to copy.public void setRequisitionDefCollection(List<RequisitionDef> requisitionDefList)
requisitionDefList
- the Vector to set.public void setRequistionDir(String requistionDir)
requistionDir
- the value of field 'requistionDir'.public void setRescanThreads(Long rescanThreads)
rescanThreads
- the value of field 'rescanThreads'.public void setScanThreads(Long scanThreads)
scanThreads
- the value of field 'scanThreads'.public void setWriteThreads(Long writeThreads)
writeThreads
- the value of field 'writeThreads'.Copyright © 2017. All rights reserved.