public interface ApplicationAdmin
Modifier and Type | Method and Description |
---|---|
void |
deleteAllFaultyAppliations()
Auto generated method signature for Asynchronous Invocations
|
void |
deleteApplication(String appName18)
Auto generated method signature for Asynchronous Invocations
|
void |
deleteFaultyApplication(String[] faultyAppName6)
Auto generated method signature for Asynchronous Invocations
|
DataHandler |
downloadCappArchive(String fileName20)
Auto generated method signature
|
ApplicationMetadata |
getAppData(String appName11)
Auto generated method signature
|
String |
getFaultException(String faultCarbonAppName24)
Auto generated method signature
|
String[] |
listAllApplications()
Auto generated method signature
|
String[] |
listAllFaultyApplications()
Auto generated method signature
|
void |
startdownloadCappArchive(String fileName20,
ApplicationAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetAppData(String appName11,
ApplicationAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetFaultException(String faultCarbonAppName24,
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
|
void deleteFaultyApplication(String[] faultyAppName6) throws RemoteException, ApplicationAdminExceptionException
ApplicationAdminExceptionException
- :RemoteException
String[] listAllFaultyApplications() throws RemoteException, ApplicationAdminExceptionException
listAllFaultyApplications7
- ApplicationAdminExceptionException
- :RemoteException
void startlistAllFaultyApplications(ApplicationAdminCallbackHandler callback) throws RemoteException
listAllFaultyApplications7
- RemoteException
ApplicationMetadata getAppData(String appName11) throws RemoteException, ApplicationAdminExceptionException
getAppData10
- ApplicationAdminExceptionException
- :RemoteException
void startgetAppData(String appName11, ApplicationAdminCallbackHandler callback) throws RemoteException
getAppData10
- RemoteException
String[] listAllApplications() throws RemoteException, ApplicationAdminExceptionException
listAllApplications14
- ApplicationAdminExceptionException
- :RemoteException
void startlistAllApplications(ApplicationAdminCallbackHandler callback) throws RemoteException
listAllApplications14
- RemoteException
void deleteApplication(String appName18) throws RemoteException, ApplicationAdminExceptionException
ApplicationAdminExceptionException
- :RemoteException
DataHandler downloadCappArchive(String fileName20) throws RemoteException, ApplicationAdminExceptionException
downloadCappArchive19
- ApplicationAdminExceptionException
- :RemoteException
void startdownloadCappArchive(String fileName20, ApplicationAdminCallbackHandler callback) throws RemoteException
downloadCappArchive19
- RemoteException
String getFaultException(String faultCarbonAppName24) throws RemoteException, ApplicationAdminExceptionException
getFaultException23
- ApplicationAdminExceptionException
- :RemoteException
void startgetFaultException(String faultCarbonAppName24, ApplicationAdminCallbackHandler callback) throws RemoteException
getFaultException23
- RemoteException
void deleteAllFaultyAppliations() throws RemoteException, ApplicationAdminExceptionException
ApplicationAdminExceptionException
- :RemoteException
Copyright © 2017 WSO2. All rights reserved.