|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.uddi.promoter.publish.ImportResults
Stores information about the number of entities successfully imported during an import or promote operation.
Field Summary | |
---|---|
static java.lang.String |
java_copyright
|
Constructor Summary | |
---|---|
ImportResults()
|
Method Summary | |
---|---|
int |
getImportedBindingsCount()
Returns the importedBindingsCount. |
int |
getImportedBusinessesCount()
Returns the importedBusinessesCount. |
int |
getImportedEntityCount()
Returns the number of entities that were succesfull imported into the target registry. |
int |
getImportedReferencedEntityCount()
Returns the number of referencedTModels that were successfully imported into the target registry. |
int |
getImportedReferencedTModelsCount()
Returns the importedReferencedTModelsCount. |
int |
getImportedServicesCount()
Returns the importedServicesCount. |
int |
getImportedTModelsCount()
Returns the importedTModelsCount. |
void |
setImportedBindingsCount(int importedBindingsCount)
Sets the importedBindingsCount. |
void |
setImportedBusinessesCount(int importedBusinessesCount)
Sets the importedBusinessesCount. |
void |
setImportedReferencedTModelsCount(int importedReferencedTModelsCount)
Sets the importedReferencedTModelsCount. |
void |
setImportedServicesCount(int importedServicesCount)
Sets the importedServicesCount. |
void |
setImportedTModelsCount(int importedTModelsCount)
Sets the importedTModelsCount. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String java_copyright
Constructor Detail |
public ImportResults()
Method Detail |
public int getImportedEntityCount()
public int getImportedReferencedEntityCount()
public int getImportedBindingsCount()
public int getImportedBusinessesCount()
public int getImportedReferencedTModelsCount()
public int getImportedServicesCount()
public int getImportedTModelsCount()
public void setImportedBindingsCount(int importedBindingsCount)
importedBindingsCount
- The importedBindingsCount to setpublic void setImportedBusinessesCount(int importedBusinessesCount)
importedBusinessesCount
- The importedBusinessesCount to setpublic void setImportedReferencedTModelsCount(int importedReferencedTModelsCount)
importedReferencedTModelsCount
- The importedReferencedTModelsCount to setpublic void setImportedServicesCount(int importedServicesCount)
importedServicesCount
- The importedServicesCount to setpublic void setImportedTModelsCount(int importedTModelsCount)
importedTModelsCount
- The importedTModelsCount to set
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |