|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.uddi.promoter.publish.ImportResults
public class ImportResults
Stores information about the number of entities successfully imported during an import or promote operation.
Constructor Summary | |
---|---|
ImportResults()
Deprecated. |
Method Summary | |
---|---|
int |
getImportedBindingsCount()
Deprecated. Returns the importedBindingsCount. |
int |
getImportedBusinessesCount()
Deprecated. Returns the importedBusinessesCount. |
int |
getImportedEntityCount()
Deprecated. Returns the number of entities that were succesfull imported into the target registry. |
int |
getImportedReferencedEntityCount()
Deprecated. Returns the number of referencedTModels that were successfully imported into the target registry. |
int |
getImportedReferencedTModelsCount()
Deprecated. Returns the importedReferencedTModelsCount. |
int |
getImportedServicesCount()
Deprecated. Returns the importedServicesCount. |
int |
getImportedTModelsCount()
Deprecated. Returns the importedTModelsCount. |
void |
setImportedBindingsCount(int importedBindingsCount)
Deprecated. Sets the importedBindingsCount. |
void |
setImportedBusinessesCount(int importedBusinessesCount)
Deprecated. Sets the importedBusinessesCount. |
void |
setImportedReferencedTModelsCount(int importedReferencedTModelsCount)
Deprecated. Sets the importedReferencedTModelsCount. |
void |
setImportedServicesCount(int importedServicesCount)
Deprecated. Sets the importedServicesCount. |
void |
setImportedTModelsCount(int importedTModelsCount)
Deprecated. Sets the importedTModelsCount. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |