Skip navigation links


Thor.API.Operations
Interface tcAdapterOperationsIntf

All Superinterfaces:
tcUtilityOperationsIntf

public interface tcAdapterOperationsIntf
extends tcUtilityOperationsIntf

Method Summary
 void compileAdapter(java.lang.String adpaterName)
          Builds an adapter with specified name.
 void compileAll()
          Builds all adapter.

 

Methods inherited from interface Thor.API.Base.tcUtilityOperationsIntf
close, getName, setCountry, setLanguage, setVariant

 

Method Detail

compileAdapter

void compileAdapter(java.lang.String adpaterName)
                    throws tcAPIException,
                           tcNoAdapterException,
                           tcAPIException
Builds an adapter with specified name.
Parameters:
adpaterName - adapter name to be compiled
Throws:
tcAPIException
tcMissingAdapterException
tcAPIException
tcNoAdapterException
Since:
9.1

compileAll

void compileAll()
                throws tcBulkException,
                       tcAPIException
Builds all adapter.
Throws:
tcBulkException
tcAPIException
Since:
9.1

Skip navigation links


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.