Interface ApplicationAdmin
-
- All Known Implementing Classes:
ApplicationAdminStub
public interface ApplicationAdmin
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddeleteAllFaultyAppliations()Auto generated method signature for Asynchronous InvocationsvoiddeleteApplication(String appName10)Auto generated method signature for Asynchronous InvocationsvoiddeleteFaultyApplication(String[] faultyAppName30)Auto generated method signature for Asynchronous InvocationsDataHandlerdownloadCappArchive(String fileName22)Auto generated method signatureApplicationMetadatagetAppData(String appName26)Auto generated method signatureStringgetFaultException(String faultCarbonAppName18)Auto generated method signatureString[]listAllApplications()Auto generated method signatureString[]listAllFaultyApplications()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 InvocationsvoidstartlistAllApplications(ApplicationAdminCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidstartlistAllFaultyApplications(ApplicationAdminCallbackHandler callback)Auto generated method signature for Asynchronous Invocations
-
-
-
Method Detail
-
listAllFaultyApplications
String[] listAllFaultyApplications() throws RemoteException, ApplicationAdminExceptionException
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
void deleteApplication(String appName10) throws RemoteException, ApplicationAdminExceptionException
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
void deleteAllFaultyAppliations() throws RemoteException, ApplicationAdminExceptionExceptionAuto generated method signature for Asynchronous Invocations- Throws:
ApplicationAdminExceptionException- :RemoteException
-
listAllApplications
String[] listAllApplications() throws RemoteException, ApplicationAdminExceptionException
Auto generated method signature- Parameters:
listAllApplications14-- Throws:
ApplicationAdminExceptionException- :RemoteException
-
startlistAllApplications
void startlistAllApplications(ApplicationAdminCallbackHandler callback) throws RemoteException
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
-
-