public interface ApplicationAdmin
Modifier and Type | Method and Description |
---|---|
void |
deleteAllFaultyAppliations()
Auto generated method signature for Asynchronous Invocations
|
void |
deleteApplication(String appName9)
Auto generated method signature for Asynchronous Invocations
|
void |
deleteFaultyApplication(String[] faultyAppName27)
Auto generated method signature for Asynchronous Invocations
|
DataHandler |
downloadCappArchive(String fileName19)
Auto generated method signature
|
ApplicationMetadata |
getAppData(String appName23)
Auto generated method signature
|
String |
getFaultException(String faultCarbonAppName15)
Auto generated method signature
|
String[] |
listAllApplications()
Auto generated method signature
|
String[] |
listAllFaultyApplications()
Auto generated method signature
|
void |
startdownloadCappArchive(String fileName19,
ApplicationAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetAppData(String appName23,
ApplicationAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetFaultException(String faultCarbonAppName15,
ApplicationAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startlistAllApplications(ApplicationAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startlistAllFaultyApplications(ApplicationAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
String[] listAllFaultyApplications() throws RemoteException, ApplicationAdminExceptionException
listAllFaultyApplications5
- ApplicationAdminExceptionException
- :RemoteException
void startlistAllFaultyApplications(ApplicationAdminCallbackHandler callback) throws RemoteException
listAllFaultyApplications5
- RemoteException
void deleteApplication(String appName9) throws RemoteException, ApplicationAdminExceptionException
ApplicationAdminExceptionException
- :RemoteException
void deleteAllFaultyAppliations() throws RemoteException, ApplicationAdminExceptionException
ApplicationAdminExceptionException
- :RemoteException
String[] listAllApplications() throws RemoteException, ApplicationAdminExceptionException
listAllApplications11
- ApplicationAdminExceptionException
- :RemoteException
void startlistAllApplications(ApplicationAdminCallbackHandler callback) throws RemoteException
listAllApplications11
- RemoteException
String getFaultException(String faultCarbonAppName15) throws RemoteException, ApplicationAdminExceptionException
getFaultException14
- ApplicationAdminExceptionException
- :RemoteException
void startgetFaultException(String faultCarbonAppName15, ApplicationAdminCallbackHandler callback) throws RemoteException
getFaultException14
- RemoteException
DataHandler downloadCappArchive(String fileName19) throws RemoteException, ApplicationAdminExceptionException
downloadCappArchive18
- ApplicationAdminExceptionException
- :RemoteException
void startdownloadCappArchive(String fileName19, ApplicationAdminCallbackHandler callback) throws RemoteException
downloadCappArchive18
- RemoteException
ApplicationMetadata getAppData(String appName23) throws RemoteException, ApplicationAdminExceptionException
getAppData22
- ApplicationAdminExceptionException
- :RemoteException
void startgetAppData(String appName23, ApplicationAdminCallbackHandler callback) throws RemoteException
getAppData22
- RemoteException
void deleteFaultyApplication(String[] faultyAppName27) throws RemoteException, ApplicationAdminExceptionException
ApplicationAdminExceptionException
- :RemoteException
Copyright © 2018 WSO2. All rights reserved.