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.AxisFault
public void add(String name, Executor executor) throws RemoteException
RemoteException
public Executor getExecutor(String name) throws RemoteException
RemoteException
public List<String> getExecutors() throws RemoteException
RemoteException
public void update(String name, Executor executor) throws RemoteException
RemoteException
public void remove(String name) throws RemoteException
RemoteException
Copyright © 2018 WSO2. All rights reserved.