public interface EndpointAdmin
Modifier and Type | Method and Description |
---|---|
boolean |
addDynamicEndpoint(String key43,
String epConfiguration44)
Auto generated method signature
|
boolean |
addEndpoint(String epString52)
Auto generated method signature
|
void |
deleteAllEndpointGroups()
Auto generated method signature for Asynchronous Invocations
|
boolean |
deleteDynamicEndpoint(String key89)
Auto generated method signature
|
boolean |
deleteEndpoint(String endpointName48)
Auto generated method signature
|
void |
deleteSelectedEndpoint(String[] endpointNames75)
Auto generated method signature for Asynchronous Invocations
|
void |
disableStatistics(String endpointName36)
Auto generated method signature for Asynchronous Invocations
|
void |
enableStatistics(String endpointName60)
Auto generated method signature for Asynchronous Invocations
|
ConfigurationObject[] |
getDependents(String endpointName80)
Auto generated method signature
|
String |
getDynamicEndpoint(String key56)
Auto generated method signature
|
int |
getDynamicEndpointCount()
Auto generated method signature
|
String[] |
getDynamicEndpoints()
Auto generated method signature
|
String |
getEndpointConfiguration(String endpointName65)
Auto generated method signature
|
int |
getEndpointCount()
Auto generated method signature
|
String[] |
getEndpoints()
Auto generated method signature
|
EndpointMetaData[] |
getEndpointsData()
Auto generated method signature
|
String[] |
getEndPointsNames()
Auto generated method signature
|
boolean |
isRegisterNull()
Auto generated method signature
|
boolean |
saveDynamicEndpoint(String key38,
String epName39)
Auto generated method signature
|
boolean |
saveEndpoint(String epString31)
Auto generated method signature
|
void |
startaddDynamicEndpoint(String key43,
String epConfiguration44,
EndpointAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startaddEndpoint(String epString52,
EndpointAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startdeleteDynamicEndpoint(String key89,
EndpointAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startdeleteEndpoint(String endpointName48,
EndpointAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetDependents(String endpointName80,
EndpointAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetDynamicEndpoint(String key56,
EndpointAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetDynamicEndpointCount(EndpointAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetDynamicEndpoints(EndpointAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetEndpointConfiguration(String endpointName65,
EndpointAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetEndpointCount(EndpointAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetEndpoints(EndpointAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetEndpointsData(EndpointAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetEndPointsNames(EndpointAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startisRegisterNull(EndpointAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startsaveDynamicEndpoint(String key38,
String epName39,
EndpointAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startsaveEndpoint(String epString31,
EndpointAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
switchOff(String endpointName87)
Auto generated method signature for Asynchronous Invocations
|
void |
switchOn(String endpointName29)
Auto generated method signature for Asynchronous Invocations
|
EndpointMetaData[] getEndpointsData() throws RemoteException
getEndpointsData25
- RemoteException
void startgetEndpointsData(EndpointAdminCallbackHandler callback) throws RemoteException
getEndpointsData25
- RemoteException
void switchOn(String endpointName29) throws RemoteException, EndpointAdminEndpointAdminException
EndpointAdminEndpointAdminException
- :RemoteException
boolean saveEndpoint(String epString31) throws RemoteException, EndpointAdminEndpointAdminException
saveEndpoint30
- EndpointAdminEndpointAdminException
- :RemoteException
void startsaveEndpoint(String epString31, EndpointAdminCallbackHandler callback) throws RemoteException
saveEndpoint30
- RemoteException
void deleteAllEndpointGroups() throws RemoteException, EndpointAdminEndpointAdminException
EndpointAdminEndpointAdminException
- :RemoteException
void disableStatistics(String endpointName36) throws RemoteException, EndpointAdminEndpointAdminException
EndpointAdminEndpointAdminException
- :RemoteException
boolean saveDynamicEndpoint(String key38, String epName39) throws RemoteException, EndpointAdminEndpointAdminException
saveDynamicEndpoint37
- EndpointAdminEndpointAdminException
- :RemoteException
void startsaveDynamicEndpoint(String key38, String epName39, EndpointAdminCallbackHandler callback) throws RemoteException
saveDynamicEndpoint37
- RemoteException
boolean addDynamicEndpoint(String key43, String epConfiguration44) throws RemoteException, EndpointAdminEndpointAdminException
addDynamicEndpoint42
- EndpointAdminEndpointAdminException
- :RemoteException
void startaddDynamicEndpoint(String key43, String epConfiguration44, EndpointAdminCallbackHandler callback) throws RemoteException
addDynamicEndpoint42
- RemoteException
boolean deleteEndpoint(String endpointName48) throws RemoteException, EndpointAdminEndpointAdminException
deleteEndpoint47
- EndpointAdminEndpointAdminException
- :RemoteException
void startdeleteEndpoint(String endpointName48, EndpointAdminCallbackHandler callback) throws RemoteException
deleteEndpoint47
- RemoteException
boolean addEndpoint(String epString52) throws RemoteException, EndpointAdminEndpointAdminException
addEndpoint51
- EndpointAdminEndpointAdminException
- :RemoteException
void startaddEndpoint(String epString52, EndpointAdminCallbackHandler callback) throws RemoteException
addEndpoint51
- RemoteException
String getDynamicEndpoint(String key56) throws RemoteException, EndpointAdminEndpointAdminException
getDynamicEndpoint55
- EndpointAdminEndpointAdminException
- :RemoteException
void startgetDynamicEndpoint(String key56, EndpointAdminCallbackHandler callback) throws RemoteException
getDynamicEndpoint55
- RemoteException
void enableStatistics(String endpointName60) throws RemoteException, EndpointAdminEndpointAdminException
EndpointAdminEndpointAdminException
- :RemoteException
int getEndpointCount() throws RemoteException, EndpointAdminEndpointAdminException
getEndpointCount61
- EndpointAdminEndpointAdminException
- :RemoteException
void startgetEndpointCount(EndpointAdminCallbackHandler callback) throws RemoteException
getEndpointCount61
- RemoteException
String getEndpointConfiguration(String endpointName65) throws RemoteException, EndpointAdminEndpointAdminException
getEndpointConfiguration64
- EndpointAdminEndpointAdminException
- :RemoteException
void startgetEndpointConfiguration(String endpointName65, EndpointAdminCallbackHandler callback) throws RemoteException
getEndpointConfiguration64
- RemoteException
String[] getDynamicEndpoints() throws RemoteException, EndpointAdminEndpointAdminException
getDynamicEndpoints68
- EndpointAdminEndpointAdminException
- :RemoteException
void startgetDynamicEndpoints(EndpointAdminCallbackHandler callback) throws RemoteException
getDynamicEndpoints68
- RemoteException
boolean isRegisterNull() throws RemoteException, EndpointAdminEndpointAdminException
isRegisterNull71
- EndpointAdminEndpointAdminException
- :RemoteException
void startisRegisterNull(EndpointAdminCallbackHandler callback) throws RemoteException
isRegisterNull71
- RemoteException
void deleteSelectedEndpoint(String[] endpointNames75) throws RemoteException, EndpointAdminEndpointAdminException
EndpointAdminEndpointAdminException
- :RemoteException
String[] getEndPointsNames() throws RemoteException, EndpointAdminEndpointAdminException
getEndPointsNames76
- EndpointAdminEndpointAdminException
- :RemoteException
void startgetEndPointsNames(EndpointAdminCallbackHandler callback) throws RemoteException
getEndPointsNames76
- RemoteException
ConfigurationObject[] getDependents(String endpointName80) throws RemoteException
getDependents79
- RemoteException
void startgetDependents(String endpointName80, EndpointAdminCallbackHandler callback) throws RemoteException
getDependents79
- RemoteException
String[] getEndpoints() throws RemoteException, EndpointAdminEndpointAdminException
getEndpoints83
- EndpointAdminEndpointAdminException
- :RemoteException
void startgetEndpoints(EndpointAdminCallbackHandler callback) throws RemoteException
getEndpoints83
- RemoteException
void switchOff(String endpointName87) throws RemoteException, EndpointAdminEndpointAdminException
EndpointAdminEndpointAdminException
- :RemoteException
boolean deleteDynamicEndpoint(String key89) throws RemoteException, EndpointAdminEndpointAdminException
deleteDynamicEndpoint88
- EndpointAdminEndpointAdminException
- :RemoteException
void startdeleteDynamicEndpoint(String key89, EndpointAdminCallbackHandler callback) throws RemoteException
deleteDynamicEndpoint88
- RemoteException
int getDynamicEndpointCount() throws RemoteException, EndpointAdminEndpointAdminException
getDynamicEndpointCount92
- EndpointAdminEndpointAdminException
- :RemoteException
void startgetDynamicEndpointCount(EndpointAdminCallbackHandler callback) throws RemoteException
getDynamicEndpointCount92
- RemoteException
Copyright © 2017 WSO2. All rights reserved.