public class WebappAdminStub extends org.apache.axis2.client.Stub implements WebappAdmin
Modifier and Type | Field and Description |
---|---|
protected org.apache.axis2.description.AxisOperation[] |
_operations |
Constructor and Description |
---|
WebappAdminStub()
Default Constructor
|
WebappAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext)
Default Constructor
|
WebappAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint)
Constructor that takes in a configContext
|
WebappAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint,
boolean useSeparateListener)
Constructor that takes in a configContext and useseperate listner
|
WebappAdminStub(String targetEndpoint)
Constructor taking the target endpoint
|
Modifier and Type | Method and Description |
---|---|
void |
changeDefaultAppVersion(String appGroupName175,
String fileName176,
String hostName177)
Auto generated method signature
|
void |
deleteAllFaultyWebapps()
Auto generated method signature
|
void |
deleteAllStartedWebapps()
Auto generated method signature
|
void |
deleteAllStoppedWebapps()
Auto generated method signature
|
void |
deleteAllWebApps(String[] webappKey189)
Auto generated method signature
|
void |
deleteFaultyWebapps(String[] webappKey171)
Auto generated method signature
|
void |
deleteStartedWebapps(String[] webappKey151)
Auto generated method signature
|
void |
deleteStoppedWebapps(String[] webappKey202)
Auto generated method signature
|
DataHandler |
downloadWarFileHandler(String fileName153,
String hostName154,
String webappType155)
Auto generated method signature
|
void |
expireAllSessions(String webappKey149)
Auto generated method signature
|
void |
expireSessions(String webappFileName159,
String[] sessionIDs160,
String hostName161)
Auto generated method signature
|
void |
expireSessionsInAllWebapps()
Auto generated method signature
|
void |
expireSessionsInWebapp(String webappKey146,
long maxSessionLifetimeMillis147)
Auto generated method signature
|
void |
expireSessionsInWebapps(String[] webappKeySet163)
Auto generated method signature
|
SessionsWrapper |
getActiveSessions(String webappFileName179,
int pageNumber180,
String hostName181)
Auto generated method signature
|
String |
getBamConfiguration(String webappFileName136,
String hostName137)
Auto generated method signature
|
WebappsWrapper |
getPagedFaultyWebappsSummary(String webappSearchString193,
String webappType194,
int pageNumber195)
Auto generated method signature
|
WebappsWrapper |
getPagedWebappsSummary(String webappSearchString215,
String webappState216,
String webappType217,
int pageNumber218)
Auto generated method signature
|
WebappMetadata |
getStartedWebapp(String webappFileName129,
String hostName130)
Auto generated method signature
|
WebappMetadata |
getStoppedWebapp(String webappFileName141,
String hostName142)
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
|
void |
reloadWebapps(String[] webappKey173)
Auto generated method signature
|
void |
setBamConfiguration(String webappFileName207,
String value208,
String hostName209)
Auto generated method signature
|
void |
startAllWebapps()
Auto generated method signature
|
void |
startdownloadWarFileHandler(String fileName153,
String hostName154,
String webappType155,
WebappAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetActiveSessions(String webappFileName179,
int pageNumber180,
String hostName181,
WebappAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetBamConfiguration(String webappFileName136,
String hostName137,
WebappAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetPagedFaultyWebappsSummary(String webappSearchString193,
String webappType194,
int pageNumber195,
WebappAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetPagedWebappsSummary(String webappSearchString215,
String webappState216,
String webappType217,
int pageNumber218,
WebappAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetStartedWebapp(String webappFileName129,
String hostName130,
WebappAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetStoppedWebapp(String webappFileName141,
String hostName142,
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[] webappUploadDataList185,
WebappAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startWebapps(String[] webappKeys134)
Auto generated method signature
|
void |
stopAllWebapps()
Auto generated method signature
|
void |
stopWebapps(String[] webappKeys169)
Auto generated method signature
|
boolean |
uploadWebapp(WebappUploadData[] webappUploadDataList185)
Auto generated method signature
|
_getServiceClient, _setServiceClient, addAnonymousOperations, addHeader, addHeader, addHttpHeader, addPropertyToOperationClient, addPropertyToOperationClient, addPropertyToOperationClient, cleanup, createEnvelope, finalize, getFactory, setMustUnderstand, setServiceClientEPR
public WebappAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public WebappAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint, boolean useSeparateListener) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public WebappAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public WebappAdminStub() throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public WebappAdminStub(String targetEndpoint) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public WebappMetadata getStartedWebapp(String webappFileName129, String hostName130) throws RemoteException
getStartedWebapp
in interface WebappAdmin
getStartedWebapp128
- RemoteException
WebappAdmin.getStartedWebapp(java.lang.String, java.lang.String)
public void startgetStartedWebapp(String webappFileName129, String hostName130, WebappAdminCallbackHandler callback) throws RemoteException
startgetStartedWebapp
in interface WebappAdmin
getStartedWebapp128
- RemoteException
WebappAdmin.startgetStartedWebapp(java.lang.String, java.lang.String, org.wso2.carbon.webapp.mgt.stub.WebappAdminCallbackHandler)
public void startWebapps(String[] webappKeys134) throws RemoteException
startWebapps
in interface WebappAdmin
RemoteException
public String getBamConfiguration(String webappFileName136, String hostName137) throws RemoteException
getBamConfiguration
in interface WebappAdmin
getBamConfiguration135
- RemoteException
WebappAdmin.getBamConfiguration(java.lang.String, java.lang.String)
public void startgetBamConfiguration(String webappFileName136, String hostName137, WebappAdminCallbackHandler callback) throws RemoteException
startgetBamConfiguration
in interface WebappAdmin
getBamConfiguration135
- RemoteException
WebappAdmin.startgetBamConfiguration(java.lang.String, java.lang.String, org.wso2.carbon.webapp.mgt.stub.WebappAdminCallbackHandler)
public WebappMetadata getStoppedWebapp(String webappFileName141, String hostName142) throws RemoteException
getStoppedWebapp
in interface WebappAdmin
getStoppedWebapp140
- RemoteException
WebappAdmin.getStoppedWebapp(java.lang.String, java.lang.String)
public void startgetStoppedWebapp(String webappFileName141, String hostName142, WebappAdminCallbackHandler callback) throws RemoteException
startgetStoppedWebapp
in interface WebappAdmin
getStoppedWebapp140
- RemoteException
WebappAdmin.startgetStoppedWebapp(java.lang.String, java.lang.String, org.wso2.carbon.webapp.mgt.stub.WebappAdminCallbackHandler)
public void expireSessionsInWebapp(String webappKey146, long maxSessionLifetimeMillis147) throws RemoteException
expireSessionsInWebapp
in interface WebappAdmin
RemoteException
public void expireAllSessions(String webappKey149) throws RemoteException
expireAllSessions
in interface WebappAdmin
RemoteException
public void deleteStartedWebapps(String[] webappKey151) throws RemoteException
deleteStartedWebapps
in interface WebappAdmin
RemoteException
public DataHandler downloadWarFileHandler(String fileName153, String hostName154, String webappType155) throws RemoteException
downloadWarFileHandler
in interface WebappAdmin
downloadWarFileHandler152
- RemoteException
WebappAdmin.downloadWarFileHandler(java.lang.String, java.lang.String, java.lang.String)
public void startdownloadWarFileHandler(String fileName153, String hostName154, String webappType155, WebappAdminCallbackHandler callback) throws RemoteException
startdownloadWarFileHandler
in interface WebappAdmin
downloadWarFileHandler152
- RemoteException
WebappAdmin.startdownloadWarFileHandler(java.lang.String, java.lang.String, java.lang.String, org.wso2.carbon.webapp.mgt.stub.WebappAdminCallbackHandler)
public void expireSessions(String webappFileName159, String[] sessionIDs160, String hostName161) throws RemoteException
expireSessions
in interface WebappAdmin
RemoteException
public void expireSessionsInWebapps(String[] webappKeySet163) throws RemoteException
expireSessionsInWebapps
in interface WebappAdmin
RemoteException
public void reloadAllWebapps() throws RemoteException
reloadAllWebapps
in interface WebappAdmin
RemoteException
public boolean isUnpackWARs() throws RemoteException
isUnpackWARs
in interface WebappAdmin
isUnpackWARs165
- RemoteException
WebappAdmin.isUnpackWARs()
public void startisUnpackWARs(WebappAdminCallbackHandler callback) throws RemoteException
startisUnpackWARs
in interface WebappAdmin
isUnpackWARs165
- RemoteException
WebappAdmin.startisUnpackWARs(org.wso2.carbon.webapp.mgt.stub.WebappAdminCallbackHandler)
public void stopWebapps(String[] webappKeys169) throws RemoteException
stopWebapps
in interface WebappAdmin
RemoteException
public void deleteFaultyWebapps(String[] webappKey171) throws RemoteException
deleteFaultyWebapps
in interface WebappAdmin
RemoteException
public void reloadWebapps(String[] webappKey173) throws RemoteException
reloadWebapps
in interface WebappAdmin
RemoteException
public void changeDefaultAppVersion(String appGroupName175, String fileName176, String hostName177) throws RemoteException, WebappAdminArtifactMetadataException
changeDefaultAppVersion
in interface WebappAdmin
WebappAdminArtifactMetadataException
- :RemoteException
public SessionsWrapper getActiveSessions(String webappFileName179, int pageNumber180, String hostName181) throws RemoteException
getActiveSessions
in interface WebappAdmin
getActiveSessions178
- RemoteException
WebappAdmin.getActiveSessions(java.lang.String, int, java.lang.String)
public void startgetActiveSessions(String webappFileName179, int pageNumber180, String hostName181, WebappAdminCallbackHandler callback) throws RemoteException
startgetActiveSessions
in interface WebappAdmin
getActiveSessions178
- RemoteException
WebappAdmin.startgetActiveSessions(java.lang.String, int, java.lang.String, org.wso2.carbon.webapp.mgt.stub.WebappAdminCallbackHandler)
public boolean uploadWebapp(WebappUploadData[] webappUploadDataList185) throws RemoteException
uploadWebapp
in interface WebappAdmin
uploadWebapp184
- RemoteException
WebappAdmin.uploadWebapp(org.wso2.carbon.webapp.mgt.stub.types.carbon.WebappUploadData[])
public void startuploadWebapp(WebappUploadData[] webappUploadDataList185, WebappAdminCallbackHandler callback) throws RemoteException
startuploadWebapp
in interface WebappAdmin
uploadWebapp184
- RemoteException
WebappAdmin.startuploadWebapp(org.wso2.carbon.webapp.mgt.stub.types.carbon.WebappUploadData[], org.wso2.carbon.webapp.mgt.stub.WebappAdminCallbackHandler)
public void deleteAllWebApps(String[] webappKey189) throws RemoteException
deleteAllWebApps
in interface WebappAdmin
RemoteException
public void expireSessionsInAllWebapps() throws RemoteException
expireSessionsInAllWebapps
in interface WebappAdmin
RemoteException
public void deleteAllStartedWebapps() throws RemoteException
deleteAllStartedWebapps
in interface WebappAdmin
RemoteException
public WebappsWrapper getPagedFaultyWebappsSummary(String webappSearchString193, String webappType194, int pageNumber195) throws RemoteException
getPagedFaultyWebappsSummary
in interface WebappAdmin
getPagedFaultyWebappsSummary192
- RemoteException
WebappAdmin.getPagedFaultyWebappsSummary(java.lang.String, java.lang.String, int)
public void startgetPagedFaultyWebappsSummary(String webappSearchString193, String webappType194, int pageNumber195, WebappAdminCallbackHandler callback) throws RemoteException
startgetPagedFaultyWebappsSummary
in interface WebappAdmin
getPagedFaultyWebappsSummary192
- RemoteException
WebappAdmin.startgetPagedFaultyWebappsSummary(java.lang.String, java.lang.String, int, org.wso2.carbon.webapp.mgt.stub.WebappAdminCallbackHandler)
public boolean isDefaultVersionManagementEnabled() throws RemoteException
isDefaultVersionManagementEnabled
in interface WebappAdmin
isDefaultVersionManagementEnabled198
- RemoteException
WebappAdmin.isDefaultVersionManagementEnabled()
public void startisDefaultVersionManagementEnabled(WebappAdminCallbackHandler callback) throws RemoteException
startisDefaultVersionManagementEnabled
in interface WebappAdmin
isDefaultVersionManagementEnabled198
- RemoteException
WebappAdmin.startisDefaultVersionManagementEnabled(org.wso2.carbon.webapp.mgt.stub.WebappAdminCallbackHandler)
public void deleteStoppedWebapps(String[] webappKey202) throws RemoteException
deleteStoppedWebapps
in interface WebappAdmin
RemoteException
public void stopAllWebapps() throws RemoteException
stopAllWebapps
in interface WebappAdmin
RemoteException
public void deleteAllFaultyWebapps() throws RemoteException
deleteAllFaultyWebapps
in interface WebappAdmin
RemoteException
public void startAllWebapps() throws RemoteException
startAllWebapps
in interface WebappAdmin
RemoteException
public void setBamConfiguration(String webappFileName207, String value208, String hostName209) throws RemoteException
setBamConfiguration
in interface WebappAdmin
RemoteException
public VhostHolder getVhostHolder() throws RemoteException
getVhostHolder
in interface WebappAdmin
getVhostHolder210
- RemoteException
WebappAdmin.getVhostHolder()
public void startgetVhostHolder(WebappAdminCallbackHandler callback) throws RemoteException
startgetVhostHolder
in interface WebappAdmin
getVhostHolder210
- RemoteException
WebappAdmin.startgetVhostHolder(org.wso2.carbon.webapp.mgt.stub.WebappAdminCallbackHandler)
public void deleteAllStoppedWebapps() throws RemoteException
deleteAllStoppedWebapps
in interface WebappAdmin
RemoteException
public WebappsWrapper getPagedWebappsSummary(String webappSearchString215, String webappState216, String webappType217, int pageNumber218) throws RemoteException
getPagedWebappsSummary
in interface WebappAdmin
getPagedWebappsSummary214
- RemoteException
WebappAdmin.getPagedWebappsSummary(java.lang.String, java.lang.String, java.lang.String, int)
public void startgetPagedWebappsSummary(String webappSearchString215, String webappState216, String webappType217, int pageNumber218, WebappAdminCallbackHandler callback) throws RemoteException
startgetPagedWebappsSummary
in interface WebappAdmin
getPagedWebappsSummary214
- RemoteException
WebappAdmin.startgetPagedWebappsSummary(java.lang.String, java.lang.String, java.lang.String, int, org.wso2.carbon.webapp.mgt.stub.WebappAdminCallbackHandler)
Copyright © 2019 WSO2. All rights reserved.