public class ServiceDeploymentUtil extends Object
| Constructor and Description |
|---|
ServiceDeploymentUtil() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isFaultyService(String backEndUrl,
String sessionCookie,
String serviceName) |
static boolean |
isServiceDeleted(String backEndUrl,
String sessionCookie,
String serviceName) |
static boolean |
isServiceDeployed(String backEndUrl,
String sessionCookie,
String serviceName) |
static boolean |
isServiceExist(String backEndUrl,
String sessionCookie,
String serviceName) |
static boolean |
isServiceUnDeployed(String backEndUrl,
String sessionCookie,
String serviceName,
int deploymentDelay) |
public static boolean isServiceDeployed(String backEndUrl, String sessionCookie, String serviceName) throws RemoteException
RemoteExceptionpublic static boolean isServiceDeleted(String backEndUrl, String sessionCookie, String serviceName) throws RemoteException
RemoteExceptionpublic static boolean isServiceExist(String backEndUrl, String sessionCookie, String serviceName) throws RemoteException
RemoteExceptionpublic static boolean isFaultyService(String backEndUrl, String sessionCookie, String serviceName) throws RemoteException
RemoteExceptionpublic static boolean isServiceUnDeployed(String backEndUrl, String sessionCookie, String serviceName, int deploymentDelay) throws RemoteException
RemoteExceptionCopyright © 2016 WSO2 Inc. All rights reserved.