public interface tcAdapterOperationsIntf extends tcUtilityOperationsIntf
Modifier and Type | Method and Description |
---|---|
void |
compileAdapter(java.lang.String adpaterName)
Builds an adapter with specified name.
|
void |
compileAll()
Builds all adapter.
|
close, getName, setCountry, setLanguage, setVariant
void compileAdapter(java.lang.String adpaterName) throws tcAPIException, tcNoAdapterException, tcAPIException
adpaterName
- adapter name to be compiledtcAPIException
tcMissingAdapterException
tcAPIException
tcNoAdapterException
void compileAll() throws tcBulkException, tcAPIException
tcBulkException
tcAPIException