public class PriorityAdminClient extends Object
| Constructor and Description |
|---|
PriorityAdminClient(javax.servlet.ServletConfig config,
javax.servlet.http.HttpSession session) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(String name,
Executor executor) |
Executor |
getExecutor(String name) |
List<String> |
getExecutors() |
void |
remove(String name) |
void |
update(String name,
Executor executor) |
public PriorityAdminClient(javax.servlet.ServletConfig config,
javax.servlet.http.HttpSession session)
throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic void add(String name, Executor executor) throws RemoteException
RemoteExceptionpublic Executor getExecutor(String name) throws RemoteException
RemoteExceptionpublic List<String> getExecutors() throws RemoteException
RemoteExceptionpublic void update(String name, Executor executor) throws RemoteException
RemoteExceptionpublic void remove(String name) throws RemoteException
RemoteExceptionCopyright © 2018 WSO2. All rights reserved.