Interface ApplicationAdmin
-
- All Known Implementing Classes:
ApplicationAdminStub
public interface ApplicationAdmin
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
deleteAllFaultyAppliations()
Auto generated method signature for Asynchronous Invocationsvoid
deleteApplication(String appName10)
Auto generated method signature for Asynchronous Invocationsvoid
deleteFaultyApplication(String[] faultyAppName30)
Auto generated method signature for Asynchronous InvocationsDataHandler
downloadCappArchive(String fileName22)
Auto generated method signatureApplicationMetadata
getAppData(String appName26)
Auto generated method signatureString
getFaultException(String faultCarbonAppName18)
Auto generated method signatureString[]
listAllApplications()
Auto generated method signatureString[]
listAllFaultyApplications()
Auto generated method signaturevoid
redeployApplication(String appName12)
Auto generated method signature for Asynchronous Invocationsvoid
startdownloadCappArchive(String fileName22, ApplicationAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetAppData(String appName26, ApplicationAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetFaultException(String faultCarbonAppName18, ApplicationAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startlistAllApplications(ApplicationAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startlistAllFaultyApplications(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, ApplicationAdminExceptionException
Auto 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
-
-