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 appGroupName159,
String fileName160,
String hostName161)
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[] webappKey197)
Auto generated method signature
|
void |
deleteFaultyWebapps(String[] webappKey183)
Auto generated method signature
|
void |
deleteStartedWebapps(String[] webappKey199)
Auto generated method signature
|
void |
deleteStoppedWebapps(String[] webappKey136)
Auto generated method signature
|
DataHandler |
downloadWarFileHandler(String fileName176,
String hostName177,
String webappType178)
Auto generated method signature
|
void |
expireAllSessions(String webappKey169)
Auto generated method signature
|
void |
expireSessions(String webappFileName145,
String[] sessionIDs146,
String hostName147)
Auto generated method signature
|
void |
expireSessionsInAllWebapps()
Auto generated method signature
|
void |
expireSessionsInWebapp(String webappKey194,
long maxSessionLifetimeMillis195)
Auto generated method signature
|
void |
expireSessionsInWebapps(String[] webappKeySet208)
Auto generated method signature
|
SessionsWrapper |
getActiveSessions(String webappFileName138,
int pageNumber139,
String hostName140)
Auto generated method signature
|
String |
getBamConfiguration(String webappFileName185,
String hostName186)
Auto generated method signature
|
WebappsWrapper |
getPagedFaultyWebappsSummary(String webappSearchString130,
String webappType131,
int pageNumber132)
Auto generated method signature
|
WebappsWrapper |
getPagedWebappsSummary(String webappSearchString201,
String webappState202,
String webappType203,
int pageNumber204)
Auto generated method signature
|
WebappMetadata |
getStartedWebapp(String webappFileName171,
String hostName172)
Auto generated method signature
|
WebappMetadata |
getStoppedWebapp(String webappFileName217,
String hostName218)
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[] webappKey163)
Auto generated method signature
|
void |
setBamConfiguration(String webappFileName190,
String value191,
String hostName192)
Auto generated method signature
|
void |
startAllWebapps()
Auto generated method signature
|
void |
startdownloadWarFileHandler(String fileName176,
String hostName177,
String webappType178,
WebappAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetActiveSessions(String webappFileName138,
int pageNumber139,
String hostName140,
WebappAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetBamConfiguration(String webappFileName185,
String hostName186,
WebappAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetPagedFaultyWebappsSummary(String webappSearchString130,
String webappType131,
int pageNumber132,
WebappAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetPagedWebappsSummary(String webappSearchString201,
String webappState202,
String webappType203,
int pageNumber204,
WebappAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetStartedWebapp(String webappFileName171,
String hostName172,
WebappAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetStoppedWebapp(String webappFileName217,
String hostName218,
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[] webappUploadDataList165,
WebappAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startWebapps(String[] webappKeys210)
Auto generated method signature
|
void |
stopAllWebapps()
Auto generated method signature
|
void |
stopWebapps(String[] webappKeys215)
Auto generated method signature
|
boolean |
uploadWebapp(WebappUploadData[] webappUploadDataList165)
Auto generated method signature
|
_getServiceClient, _setServiceClient, addAnonymousOperations, addHeader, addHeader, addHttpHeader, addPropertyToOperationClient, addPropertyToOperationClient, addPropertyToOperationClient, cleanup, createEnvelope, finalize, getFactory, setMustUnderstand, setServiceClientEPRpublic WebappAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint)
throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic WebappAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint,
boolean useSeparateListener)
throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic WebappAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext)
throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic WebappAdminStub()
throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic WebappAdminStub(String targetEndpoint) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic void stopAllWebapps()
throws RemoteException
stopAllWebapps in interface WebappAdminRemoteExceptionpublic WebappsWrapper getPagedFaultyWebappsSummary(String webappSearchString130, String webappType131, int pageNumber132) throws RemoteException
getPagedFaultyWebappsSummary in interface WebappAdmingetPagedFaultyWebappsSummary129 - RemoteExceptionWebappAdmin.getPagedFaultyWebappsSummary(java.lang.String, java.lang.String, int)public void startgetPagedFaultyWebappsSummary(String webappSearchString130, String webappType131, int pageNumber132, WebappAdminCallbackHandler callback) throws RemoteException
startgetPagedFaultyWebappsSummary in interface WebappAdmingetPagedFaultyWebappsSummary129 - RemoteExceptionWebappAdmin.startgetPagedFaultyWebappsSummary(java.lang.String, java.lang.String, int, org.wso2.carbon.webapp.mgt.stub.WebappAdminCallbackHandler)public void deleteStoppedWebapps(String[] webappKey136) throws RemoteException
deleteStoppedWebapps in interface WebappAdminRemoteExceptionpublic SessionsWrapper getActiveSessions(String webappFileName138, int pageNumber139, String hostName140) throws RemoteException
getActiveSessions in interface WebappAdmingetActiveSessions137 - RemoteExceptionWebappAdmin.getActiveSessions(java.lang.String, int, java.lang.String)public void startgetActiveSessions(String webappFileName138, int pageNumber139, String hostName140, WebappAdminCallbackHandler callback) throws RemoteException
startgetActiveSessions in interface WebappAdmingetActiveSessions137 - RemoteExceptionWebappAdmin.startgetActiveSessions(java.lang.String, int, java.lang.String, org.wso2.carbon.webapp.mgt.stub.WebappAdminCallbackHandler)public void deleteAllStoppedWebapps()
throws RemoteException
deleteAllStoppedWebapps in interface WebappAdminRemoteExceptionpublic void expireSessions(String webappFileName145, String[] sessionIDs146, String hostName147) throws RemoteException
expireSessions in interface WebappAdminRemoteExceptionpublic boolean isUnpackWARs()
throws RemoteException
isUnpackWARs in interface WebappAdminisUnpackWARs148 - RemoteExceptionWebappAdmin.isUnpackWARs()public void startisUnpackWARs(WebappAdminCallbackHandler callback) throws RemoteException
startisUnpackWARs in interface WebappAdminisUnpackWARs148 - RemoteExceptionWebappAdmin.startisUnpackWARs(org.wso2.carbon.webapp.mgt.stub.WebappAdminCallbackHandler)public boolean isDefaultVersionManagementEnabled()
throws RemoteException
isDefaultVersionManagementEnabled in interface WebappAdminisDefaultVersionManagementEnabled151 - RemoteExceptionWebappAdmin.isDefaultVersionManagementEnabled()public void startisDefaultVersionManagementEnabled(WebappAdminCallbackHandler callback) throws RemoteException
startisDefaultVersionManagementEnabled in interface WebappAdminisDefaultVersionManagementEnabled151 - RemoteExceptionWebappAdmin.startisDefaultVersionManagementEnabled(org.wso2.carbon.webapp.mgt.stub.WebappAdminCallbackHandler)public void deleteAllStartedWebapps()
throws RemoteException
deleteAllStartedWebapps in interface WebappAdminRemoteExceptionpublic VhostHolder getVhostHolder() throws RemoteException
getVhostHolder in interface WebappAdmingetVhostHolder155 - RemoteExceptionWebappAdmin.getVhostHolder()public void startgetVhostHolder(WebappAdminCallbackHandler callback) throws RemoteException
startgetVhostHolder in interface WebappAdmingetVhostHolder155 - RemoteExceptionWebappAdmin.startgetVhostHolder(org.wso2.carbon.webapp.mgt.stub.WebappAdminCallbackHandler)public void changeDefaultAppVersion(String appGroupName159, String fileName160, String hostName161) throws RemoteException, WebappAdminArtifactMetadataException
changeDefaultAppVersion in interface WebappAdminWebappAdminArtifactMetadataException - :RemoteExceptionpublic void reloadWebapps(String[] webappKey163) throws RemoteException
reloadWebapps in interface WebappAdminRemoteExceptionpublic boolean uploadWebapp(WebappUploadData[] webappUploadDataList165) throws RemoteException
uploadWebapp in interface WebappAdminuploadWebapp164 - RemoteExceptionWebappAdmin.uploadWebapp(org.wso2.carbon.webapp.mgt.stub.types.carbon.WebappUploadData[])public void startuploadWebapp(WebappUploadData[] webappUploadDataList165, WebappAdminCallbackHandler callback) throws RemoteException
startuploadWebapp in interface WebappAdminuploadWebapp164 - RemoteExceptionWebappAdmin.startuploadWebapp(org.wso2.carbon.webapp.mgt.stub.types.carbon.WebappUploadData[], org.wso2.carbon.webapp.mgt.stub.WebappAdminCallbackHandler)public void expireAllSessions(String webappKey169) throws RemoteException
expireAllSessions in interface WebappAdminRemoteExceptionpublic WebappMetadata getStartedWebapp(String webappFileName171, String hostName172) throws RemoteException
getStartedWebapp in interface WebappAdmingetStartedWebapp170 - RemoteExceptionWebappAdmin.getStartedWebapp(java.lang.String, java.lang.String)public void startgetStartedWebapp(String webappFileName171, String hostName172, WebappAdminCallbackHandler callback) throws RemoteException
startgetStartedWebapp in interface WebappAdmingetStartedWebapp170 - RemoteExceptionWebappAdmin.startgetStartedWebapp(java.lang.String, java.lang.String, org.wso2.carbon.webapp.mgt.stub.WebappAdminCallbackHandler)public DataHandler downloadWarFileHandler(String fileName176, String hostName177, String webappType178) throws RemoteException
downloadWarFileHandler in interface WebappAdmindownloadWarFileHandler175 - RemoteExceptionWebappAdmin.downloadWarFileHandler(java.lang.String, java.lang.String, java.lang.String)public void startdownloadWarFileHandler(String fileName176, String hostName177, String webappType178, WebappAdminCallbackHandler callback) throws RemoteException
startdownloadWarFileHandler in interface WebappAdmindownloadWarFileHandler175 - RemoteExceptionWebappAdmin.startdownloadWarFileHandler(java.lang.String, java.lang.String, java.lang.String, org.wso2.carbon.webapp.mgt.stub.WebappAdminCallbackHandler)public void startAllWebapps()
throws RemoteException
startAllWebapps in interface WebappAdminRemoteExceptionpublic void deleteFaultyWebapps(String[] webappKey183) throws RemoteException
deleteFaultyWebapps in interface WebappAdminRemoteExceptionpublic String getBamConfiguration(String webappFileName185, String hostName186) throws RemoteException
getBamConfiguration in interface WebappAdmingetBamConfiguration184 - RemoteExceptionWebappAdmin.getBamConfiguration(java.lang.String, java.lang.String)public void startgetBamConfiguration(String webappFileName185, String hostName186, WebappAdminCallbackHandler callback) throws RemoteException
startgetBamConfiguration in interface WebappAdmingetBamConfiguration184 - RemoteExceptionWebappAdmin.startgetBamConfiguration(java.lang.String, java.lang.String, org.wso2.carbon.webapp.mgt.stub.WebappAdminCallbackHandler)public void setBamConfiguration(String webappFileName190, String value191, String hostName192) throws RemoteException
setBamConfiguration in interface WebappAdminRemoteExceptionpublic void expireSessionsInWebapp(String webappKey194, long maxSessionLifetimeMillis195) throws RemoteException
expireSessionsInWebapp in interface WebappAdminRemoteExceptionpublic void deleteAllWebApps(String[] webappKey197) throws RemoteException
deleteAllWebApps in interface WebappAdminRemoteExceptionpublic void deleteStartedWebapps(String[] webappKey199) throws RemoteException
deleteStartedWebapps in interface WebappAdminRemoteExceptionpublic WebappsWrapper getPagedWebappsSummary(String webappSearchString201, String webappState202, String webappType203, int pageNumber204) throws RemoteException
getPagedWebappsSummary in interface WebappAdmingetPagedWebappsSummary200 - RemoteExceptionWebappAdmin.getPagedWebappsSummary(java.lang.String, java.lang.String, java.lang.String, int)public void startgetPagedWebappsSummary(String webappSearchString201, String webappState202, String webappType203, int pageNumber204, WebappAdminCallbackHandler callback) throws RemoteException
startgetPagedWebappsSummary in interface WebappAdmingetPagedWebappsSummary200 - RemoteExceptionWebappAdmin.startgetPagedWebappsSummary(java.lang.String, java.lang.String, java.lang.String, int, org.wso2.carbon.webapp.mgt.stub.WebappAdminCallbackHandler)public void expireSessionsInWebapps(String[] webappKeySet208) throws RemoteException
expireSessionsInWebapps in interface WebappAdminRemoteExceptionpublic void startWebapps(String[] webappKeys210) throws RemoteException
startWebapps in interface WebappAdminRemoteExceptionpublic void expireSessionsInAllWebapps()
throws RemoteException
expireSessionsInAllWebapps in interface WebappAdminRemoteExceptionpublic void reloadAllWebapps()
throws RemoteException
reloadAllWebapps in interface WebappAdminRemoteExceptionpublic void deleteAllFaultyWebapps()
throws RemoteException
deleteAllFaultyWebapps in interface WebappAdminRemoteExceptionpublic void stopWebapps(String[] webappKeys215) throws RemoteException
stopWebapps in interface WebappAdminRemoteExceptionpublic WebappMetadata getStoppedWebapp(String webappFileName217, String hostName218) throws RemoteException
getStoppedWebapp in interface WebappAdmingetStoppedWebapp216 - RemoteExceptionWebappAdmin.getStoppedWebapp(java.lang.String, java.lang.String)public void startgetStoppedWebapp(String webappFileName217, String hostName218, WebappAdminCallbackHandler callback) throws RemoteException
startgetStoppedWebapp in interface WebappAdmingetStoppedWebapp216 - RemoteExceptionWebappAdmin.startgetStoppedWebapp(java.lang.String, java.lang.String, org.wso2.carbon.webapp.mgt.stub.WebappAdminCallbackHandler)Copyright © 2017 WSO2. All rights reserved.