Interface PriorityMediationAdmin
-
- All Known Implementing Classes:
PriorityMediationAdminStub
public interface PriorityMediationAdmin
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
add(String name7, org.apache.axiom.om.OMElement extraElement8)
Auto generated method signature for Asynchronous Invocationsorg.apache.axiom.om.OMElement
getExecutor(String name10)
Auto generated method signatureString[]
getExecutorList()
Auto generated method signaturevoid
remove(String name20)
Auto generated method signature for Asynchronous Invocationsvoid
startgetExecutor(String name10, PriorityMediationAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetExecutorList(PriorityMediationAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
update(String name17, org.apache.axiom.om.OMElement extraElement18)
Auto generated method signature for Asynchronous Invocations
-
-
-
Method Detail
-
add
void add(String name7, org.apache.axiom.om.OMElement extraElement8) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Throws:
RemoteException
-
getExecutor
org.apache.axiom.om.OMElement getExecutor(String name10) throws RemoteException
Auto generated method signature- Parameters:
getExecutor9
-- Throws:
RemoteException
-
startgetExecutor
void startgetExecutor(String name10, PriorityMediationAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getExecutor9
-- Throws:
RemoteException
-
getExecutorList
String[] getExecutorList() throws RemoteException
Auto generated method signature- Throws:
RemoteException
-
startgetExecutorList
void startgetExecutorList(PriorityMediationAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Throws:
RemoteException
-
update
void update(String name17, org.apache.axiom.om.OMElement extraElement18) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Throws:
RemoteException
-
remove
void remove(String name20) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Throws:
RemoteException
-
-