|
SAP NetWeaver 7.40 SP 07 KMC | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IPackage | |
|---|---|
| com.sap.netweaver.kmc.expimp | Package Description
Package Specification
Purpose Detailed Concept Interfaces and Classes Code Samples Configuration Implementation Notes Purpose Detailed Concept Interfaces and Classes Implementation Notes Configuration |
| Uses of IPackage in com.sap.netweaver.kmc.expimp |
|---|
| Subinterfaces of IPackage in com.sap.netweaver.kmc.expimp | |
|---|---|
interface |
IExportPackage
Defines specific methods that only apply for export packages. |
interface |
IImportPackage
Defines specific methods that only apply for import packages. |
| Methods in com.sap.netweaver.kmc.expimp that return IPackage | |
|---|---|
IPackage |
ConflictException.getConflictingTransport()
Returns the export/import that prevents the main export/import to be started. |
IPackage |
TransportException.getTransport()
Returns the export/import package that was processed while this error occured. |
| Methods in com.sap.netweaver.kmc.expimp with parameters of type IPackage | |
|---|---|
void |
IPrivateExportImportService.checkConcurrentTransports(IPackage tp,
IResourceContext ctx)
Checks if the specified transport package tp can be processed or is in conflict
with another running export resp. import. |
void |
IPrivateExportImportService.saveAsTemplate(IPackage tp,
String name,
IResourceContext ctx)
Saves the transport package tp as template that can later be reused. |
RID |
IPrivateExportImportService.useTemplate(IPackage tp,
IResourceContext ctx)
Uses the template represented by transport package tp as new pending export
package. |
| Constructors in com.sap.netweaver.kmc.expimp with parameters of type IPackage | |
|---|---|
ConflictException(IPackage tp,
IPackage conflictTP)
Creates a specialized exception to report a conflict between an export/import that should be started and an already running export/import. |
|
TransportException(IPackage tp,
String msg)
Creates an exception to report an error that occured while processing export/import package tp. |
|
TransportException(IPackage tp,
String msg,
Throwable t)
Creates an exception to report an error that occured while processing export/import package tp. |
|
TransportException(IPackage tp,
Throwable t)
Creates an exception to report an error that occured while processing export/import package tp. |
|
|
SAP NetWeaver 7.40 SP 07 KMC | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||