Interface MediationLibraryAdminService
-
- All Known Implementing Classes:
MediationLibraryAdminServiceStub
public interface MediationLibraryAdminService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addImport(String libName33, String packageName34)
Auto generated method signature for Asynchronous Invocationsvoid
deleteImport(String importQualifiedName31)
Auto generated method signature for Asynchronous Invocationsvoid
deleteLibrary(String libQualifiedName25)
Auto generated method signature for Asynchronous InvocationsDataHandler
downloadLibraryArchive(String fileName18)
Auto generated method signatureString[]
getAllImports()
Auto generated method signatureString[]
getAllLibraries()
Auto generated method signatureLibraryInfo[]
getAllLibraryInfo()
Auto generated method signatureString
getImport(String qualifiedName27)
Auto generated method signatureLibraryInfo
getLibraryInfo(String libName36, String packageName37)
Auto generated method signaturevoid
startdownloadLibraryArchive(String fileName18, MediationLibraryAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetAllImports(MediationLibraryAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetAllLibraries(MediationLibraryAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetAllLibraryInfo(MediationLibraryAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetImport(String qualifiedName27, MediationLibraryAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetLibraryInfo(String libName36, String packageName37, MediationLibraryAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
updateStatus(String libQName13, String libName14, String packageName15, String status16)
Auto generated method signature for Asynchronous Invocations
-
-
-
Method Detail
-
getAllImports
String[] getAllImports() throws RemoteException
Auto generated method signature- Parameters:
getAllImports9
-- Throws:
RemoteException
-
startgetAllImports
void startgetAllImports(MediationLibraryAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getAllImports9
-- Throws:
RemoteException
-
updateStatus
void updateStatus(String libQName13, String libName14, String packageName15, String status16) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Throws:
RemoteException
-
downloadLibraryArchive
DataHandler downloadLibraryArchive(String fileName18) throws RemoteException, MediationLibraryAdminServiceException
Auto generated method signature- Parameters:
downloadLibraryArchive17
-- Throws:
MediationLibraryAdminServiceException
- :RemoteException
-
startdownloadLibraryArchive
void startdownloadLibraryArchive(String fileName18, MediationLibraryAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
downloadLibraryArchive17
-- Throws:
RemoteException
-
getAllLibraries
String[] getAllLibraries() throws RemoteException
Auto generated method signature- Parameters:
getAllLibraries21
-- Throws:
RemoteException
-
startgetAllLibraries
void startgetAllLibraries(MediationLibraryAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getAllLibraries21
-- Throws:
RemoteException
-
deleteLibrary
void deleteLibrary(String libQualifiedName25) throws RemoteException, MediationLibraryAdminServiceException
Auto generated method signature for Asynchronous Invocations- Throws:
MediationLibraryAdminServiceException
- :RemoteException
-
getImport
String getImport(String qualifiedName27) throws RemoteException
Auto generated method signature- Parameters:
getImport26
-- Throws:
RemoteException
-
startgetImport
void startgetImport(String qualifiedName27, MediationLibraryAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getImport26
-- Throws:
RemoteException
-
deleteImport
void deleteImport(String importQualifiedName31) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Throws:
RemoteException
-
addImport
void addImport(String libName33, String packageName34) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Throws:
RemoteException
-
getLibraryInfo
LibraryInfo getLibraryInfo(String libName36, String packageName37) throws RemoteException
Auto generated method signature- Parameters:
getLibraryInfo35
-- Throws:
RemoteException
-
startgetLibraryInfo
void startgetLibraryInfo(String libName36, String packageName37, MediationLibraryAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getLibraryInfo35
-- Throws:
RemoteException
-
getAllLibraryInfo
LibraryInfo[] getAllLibraryInfo() throws RemoteException
Auto generated method signature- Parameters:
getAllLibraryInfo40
-- Throws:
RemoteException
-
startgetAllLibraryInfo
void startgetAllLibraryInfo(MediationLibraryAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getAllLibraryInfo40
-- Throws:
RemoteException
-
-