public interface WebappAdmin
Modifier and Type | Method and Description |
---|---|
void |
changeDefaultAppVersion(String appGroupName82,
String fileName83,
String hostName84)
Auto generated method signature for Asynchronous Invocations
|
void |
deleteAllFaultyWebapps()
Auto generated method signature for Asynchronous Invocations
|
void |
deleteAllStartedWebapps()
Auto generated method signature for Asynchronous Invocations
|
void |
deleteAllStoppedWebapps()
Auto generated method signature for Asynchronous Invocations
|
void |
deleteAllWebApps(String[] webappKey96)
Auto generated method signature for Asynchronous Invocations
|
void |
deleteFaultyWebapps(String[] webappKey78)
Auto generated method signature for Asynchronous Invocations
|
void |
deleteStartedWebapps(String[] webappKey58)
Auto generated method signature for Asynchronous Invocations
|
void |
deleteStoppedWebapps(String[] webappKey109)
Auto generated method signature for Asynchronous Invocations
|
DataHandler |
downloadWarFileHandler(String fileName60,
String hostName61,
String webappType62)
Auto generated method signature
|
void |
expireAllSessions(String webappKey56)
Auto generated method signature for Asynchronous Invocations
|
void |
expireSessions(String webappFileName66,
String[] sessionIDs67,
String hostName68)
Auto generated method signature for Asynchronous Invocations
|
void |
expireSessionsInAllWebapps()
Auto generated method signature for Asynchronous Invocations
|
void |
expireSessionsInWebapp(String webappKey53,
long maxSessionLifetimeMillis54)
Auto generated method signature for Asynchronous Invocations
|
void |
expireSessionsInWebapps(String[] webappKeySet70)
Auto generated method signature for Asynchronous Invocations
|
SessionsWrapper |
getActiveSessions(String webappFileName86,
int pageNumber87,
String hostName88)
Auto generated method signature
|
String |
getBamConfiguration(String webappFileName43,
String hostName44)
Auto generated method signature
|
WebappsWrapper |
getPagedFaultyWebappsSummary(String webappSearchString100,
String webappType101,
int pageNumber102)
Auto generated method signature
|
WebappsWrapper |
getPagedWebappsSummary(String webappSearchString122,
String webappState123,
String webappType124,
int pageNumber125)
Auto generated method signature
|
WebappMetadata |
getStartedWebapp(String webappFileName36,
String hostName37)
Auto generated method signature
|
WebappMetadata |
getStoppedWebapp(String webappFileName48,
String hostName49)
Auto generated method signature
|
VhostHolder |
getVhostHolder()
Auto generated method signature
|
boolean |
isDefaultVersionManagementEnabled()
Auto generated method signature
|
boolean |
isUnpackWARs()
Auto generated method signature
|
void |
reloadAllWebapps()
Auto generated method signature for Asynchronous Invocations
|
void |
reloadWebapps(String[] webappKey80)
Auto generated method signature for Asynchronous Invocations
|
void |
setBamConfiguration(String webappFileName114,
String value115,
String hostName116)
Auto generated method signature for Asynchronous Invocations
|
void |
startAllWebapps()
Auto generated method signature for Asynchronous Invocations
|
void |
startdownloadWarFileHandler(String fileName60,
String hostName61,
String webappType62,
WebappAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetActiveSessions(String webappFileName86,
int pageNumber87,
String hostName88,
WebappAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetBamConfiguration(String webappFileName43,
String hostName44,
WebappAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetPagedFaultyWebappsSummary(String webappSearchString100,
String webappType101,
int pageNumber102,
WebappAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetPagedWebappsSummary(String webappSearchString122,
String webappState123,
String webappType124,
int pageNumber125,
WebappAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetStartedWebapp(String webappFileName36,
String hostName37,
WebappAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetStoppedWebapp(String webappFileName48,
String hostName49,
WebappAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetVhostHolder(WebappAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startisDefaultVersionManagementEnabled(WebappAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startisUnpackWARs(WebappAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startuploadWebapp(WebappUploadData[] webappUploadDataList92,
WebappAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startWebapps(String[] webappKeys41)
Auto generated method signature for Asynchronous Invocations
|
void |
stopAllWebapps()
Auto generated method signature for Asynchronous Invocations
|
void |
stopWebapps(String[] webappKeys76)
Auto generated method signature for Asynchronous Invocations
|
boolean |
uploadWebapp(WebappUploadData[] webappUploadDataList92)
Auto generated method signature
|
WebappMetadata getStartedWebapp(String webappFileName36, String hostName37) throws RemoteException
getStartedWebapp35
- RemoteException
void startgetStartedWebapp(String webappFileName36, String hostName37, WebappAdminCallbackHandler callback) throws RemoteException
getStartedWebapp35
- RemoteException
void startWebapps(String[] webappKeys41) throws RemoteException
RemoteException
String getBamConfiguration(String webappFileName43, String hostName44) throws RemoteException
getBamConfiguration42
- RemoteException
void startgetBamConfiguration(String webappFileName43, String hostName44, WebappAdminCallbackHandler callback) throws RemoteException
getBamConfiguration42
- RemoteException
WebappMetadata getStoppedWebapp(String webappFileName48, String hostName49) throws RemoteException
getStoppedWebapp47
- RemoteException
void startgetStoppedWebapp(String webappFileName48, String hostName49, WebappAdminCallbackHandler callback) throws RemoteException
getStoppedWebapp47
- RemoteException
void expireSessionsInWebapp(String webappKey53, long maxSessionLifetimeMillis54) throws RemoteException
RemoteException
void expireAllSessions(String webappKey56) throws RemoteException
RemoteException
void deleteStartedWebapps(String[] webappKey58) throws RemoteException
RemoteException
DataHandler downloadWarFileHandler(String fileName60, String hostName61, String webappType62) throws RemoteException
downloadWarFileHandler59
- RemoteException
void startdownloadWarFileHandler(String fileName60, String hostName61, String webappType62, WebappAdminCallbackHandler callback) throws RemoteException
downloadWarFileHandler59
- RemoteException
void expireSessions(String webappFileName66, String[] sessionIDs67, String hostName68) throws RemoteException
RemoteException
void expireSessionsInWebapps(String[] webappKeySet70) throws RemoteException
RemoteException
void reloadAllWebapps() throws RemoteException
RemoteException
boolean isUnpackWARs() throws RemoteException
isUnpackWARs72
- RemoteException
void startisUnpackWARs(WebappAdminCallbackHandler callback) throws RemoteException
isUnpackWARs72
- RemoteException
void stopWebapps(String[] webappKeys76) throws RemoteException
RemoteException
void deleteFaultyWebapps(String[] webappKey78) throws RemoteException
RemoteException
void reloadWebapps(String[] webappKey80) throws RemoteException
RemoteException
void changeDefaultAppVersion(String appGroupName82, String fileName83, String hostName84) throws RemoteException, WebappAdminArtifactMetadataException
WebappAdminArtifactMetadataException
- :RemoteException
SessionsWrapper getActiveSessions(String webappFileName86, int pageNumber87, String hostName88) throws RemoteException
getActiveSessions85
- RemoteException
void startgetActiveSessions(String webappFileName86, int pageNumber87, String hostName88, WebappAdminCallbackHandler callback) throws RemoteException
getActiveSessions85
- RemoteException
boolean uploadWebapp(WebappUploadData[] webappUploadDataList92) throws RemoteException
uploadWebapp91
- RemoteException
void startuploadWebapp(WebappUploadData[] webappUploadDataList92, WebappAdminCallbackHandler callback) throws RemoteException
uploadWebapp91
- RemoteException
void deleteAllWebApps(String[] webappKey96) throws RemoteException
RemoteException
void expireSessionsInAllWebapps() throws RemoteException
RemoteException
void deleteAllStartedWebapps() throws RemoteException
RemoteException
WebappsWrapper getPagedFaultyWebappsSummary(String webappSearchString100, String webappType101, int pageNumber102) throws RemoteException
getPagedFaultyWebappsSummary99
- RemoteException
void startgetPagedFaultyWebappsSummary(String webappSearchString100, String webappType101, int pageNumber102, WebappAdminCallbackHandler callback) throws RemoteException
getPagedFaultyWebappsSummary99
- RemoteException
boolean isDefaultVersionManagementEnabled() throws RemoteException
isDefaultVersionManagementEnabled105
- RemoteException
void startisDefaultVersionManagementEnabled(WebappAdminCallbackHandler callback) throws RemoteException
isDefaultVersionManagementEnabled105
- RemoteException
void deleteStoppedWebapps(String[] webappKey109) throws RemoteException
RemoteException
void stopAllWebapps() throws RemoteException
RemoteException
void deleteAllFaultyWebapps() throws RemoteException
RemoteException
void startAllWebapps() throws RemoteException
RemoteException
void setBamConfiguration(String webappFileName114, String value115, String hostName116) throws RemoteException
RemoteException
VhostHolder getVhostHolder() throws RemoteException
getVhostHolder117
- RemoteException
void startgetVhostHolder(WebappAdminCallbackHandler callback) throws RemoteException
getVhostHolder117
- RemoteException
void deleteAllStoppedWebapps() throws RemoteException
RemoteException
WebappsWrapper getPagedWebappsSummary(String webappSearchString122, String webappState123, String webappType124, int pageNumber125) throws RemoteException
getPagedWebappsSummary121
- RemoteException
void startgetPagedWebappsSummary(String webappSearchString122, String webappState123, String webappType124, int pageNumber125, WebappAdminCallbackHandler callback) throws RemoteException
getPagedWebappsSummary121
- RemoteException
Copyright © 2019 WSO2. All rights reserved.