Interface ApplicationAdmin
- All Known Implementing Classes:
ApplicationAdminStub
public interface ApplicationAdmin
-
Method Summary
Modifier and TypeMethodDescriptionvoidAuto generated method signature for Asynchronous InvocationsvoiddeleteApplication(String appName10) Auto generated method signature for Asynchronous InvocationsvoiddeleteFaultyApplication(String[] faultyAppName30) Auto generated method signature for Asynchronous InvocationsdownloadCappArchive(String fileName22) Auto generated method signaturegetAppData(String appName26) Auto generated method signaturegetFaultException(String faultCarbonAppName18) Auto generated method signatureString[]Auto generated method signatureString[]Auto generated method signaturevoidredeployApplication(String appName12) Auto generated method signature for Asynchronous InvocationsvoidstartdownloadCappArchive(String fileName22, ApplicationAdminCallbackHandler callback) Auto generated method signature for Asynchronous InvocationsvoidstartgetAppData(String appName26, ApplicationAdminCallbackHandler callback) Auto generated method signature for Asynchronous InvocationsvoidstartgetFaultException(String faultCarbonAppName18, ApplicationAdminCallbackHandler callback) Auto generated method signature for Asynchronous InvocationsvoidAuto generated method signature for Asynchronous InvocationsvoidAuto generated method signature for Asynchronous Invocations
-
Method Details
-
listAllFaultyApplications
Auto generated method signature- Parameters:
listAllFaultyApplications6-- Throws:
ApplicationAdminExceptionException- :RemoteException
-
startlistAllFaultyApplications
void startlistAllFaultyApplications(ApplicationAdminCallbackHandler callback) throws RemoteException Auto generated method signature for Asynchronous Invocations- Parameters:
listAllFaultyApplications6-- Throws:
RemoteException
-
deleteApplication
Auto generated method signature for Asynchronous Invocations- Throws:
ApplicationAdminExceptionException- :RemoteException
-
redeployApplication
void redeployApplication(String appName12) throws RemoteException, ApplicationAdminExceptionException Auto generated method signature for Asynchronous Invocations- Throws:
ApplicationAdminExceptionException- :RemoteException
-
deleteAllFaultyAppliations
Auto generated method signature for Asynchronous Invocations- Throws:
ApplicationAdminExceptionException- :RemoteException
-
listAllApplications
Auto generated method signature- Parameters:
listAllApplications14-- Throws:
ApplicationAdminExceptionException- :RemoteException
-
startlistAllApplications
Auto generated method signature for Asynchronous Invocations- Parameters:
listAllApplications14-- Throws:
RemoteException
-
getFaultException
String getFaultException(String faultCarbonAppName18) throws RemoteException, ApplicationAdminExceptionException Auto generated method signature- Parameters:
getFaultException17-- Throws:
ApplicationAdminExceptionException- :RemoteException
-
startgetFaultException
void startgetFaultException(String faultCarbonAppName18, ApplicationAdminCallbackHandler callback) throws RemoteException Auto generated method signature for Asynchronous Invocations- Parameters:
getFaultException17-- Throws:
RemoteException
-
downloadCappArchive
DataHandler downloadCappArchive(String fileName22) throws RemoteException, ApplicationAdminExceptionException Auto generated method signature- Parameters:
downloadCappArchive21-- Throws:
ApplicationAdminExceptionException- :RemoteException
-
startdownloadCappArchive
void startdownloadCappArchive(String fileName22, ApplicationAdminCallbackHandler callback) throws RemoteException Auto generated method signature for Asynchronous Invocations- Parameters:
downloadCappArchive21-- Throws:
RemoteException
-
getAppData
ApplicationMetadata getAppData(String appName26) throws RemoteException, ApplicationAdminExceptionException Auto generated method signature- Parameters:
getAppData25-- Throws:
ApplicationAdminExceptionException- :RemoteException
-
startgetAppData
void startgetAppData(String appName26, ApplicationAdminCallbackHandler callback) throws RemoteException Auto generated method signature for Asynchronous Invocations- Parameters:
getAppData25-- Throws:
RemoteException
-
deleteFaultyApplication
void deleteFaultyApplication(String[] faultyAppName30) throws RemoteException, ApplicationAdminExceptionException Auto generated method signature for Asynchronous Invocations- Throws:
ApplicationAdminExceptionException- :RemoteException
-