public interface EndpointAdmin
Modifier and Type | Method and Description |
---|---|
boolean |
addDynamicEndpoint(String key106,
String epConfiguration107)
Auto generated method signature
|
boolean |
addEndpoint(String epString79)
Auto generated method signature
|
boolean |
addEndpointForTenant(String endpointData62,
String tenantDomain63)
Auto generated method signature
|
void |
deleteAllEndpointGroups()
Auto generated method signature for Asynchronous Invocations
|
boolean |
deleteDynamicEndpoint(String key54)
Auto generated method signature
|
boolean |
deleteEndpoint(String endpointName47)
Auto generated method signature
|
boolean |
deleteEndpointForTenant(String endpointName111,
String tenantDomain112)
Auto generated method signature
|
void |
deleteSelectedEndpoint(String[] endpointNames75)
Auto generated method signature for Asynchronous Invocations
|
void |
disableStatistics(String endpointName77)
Auto generated method signature for Asynchronous Invocations
|
void |
enableStatistics(String endpointName73)
Auto generated method signature for Asynchronous Invocations
|
ConfigurationObject[] |
getDependents(String endpointName69)
Auto generated method signature
|
String |
getDynamicEndpoint(String key58)
Auto generated method signature
|
int |
getDynamicEndpointCount()
Auto generated method signature
|
String[] |
getDynamicEndpoints()
Auto generated method signature
|
String |
getEndpointConfiguration(String endpointName89)
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
|
String[] |
getEndPointsNamesForTenant(String tenantDomain101)
Auto generated method signature
|
boolean |
isRegisterNull()
Auto generated method signature
|
boolean |
saveDynamicEndpoint(String key42,
String epName43)
Auto generated method signature
|
boolean |
saveEndpoint(String epString38)
Auto generated method signature
|
void |
startaddDynamicEndpoint(String key106,
String epConfiguration107,
EndpointAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startaddEndpoint(String epString79,
EndpointAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startaddEndpointForTenant(String endpointData62,
String tenantDomain63,
EndpointAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startdeleteDynamicEndpoint(String key54,
EndpointAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startdeleteEndpoint(String endpointName47,
EndpointAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startdeleteEndpointForTenant(String endpointName111,
String tenantDomain112,
EndpointAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetDependents(String endpointName69,
EndpointAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetDynamicEndpoint(String key58,
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 endpointName89,
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 |
startgetEndPointsNamesForTenant(String tenantDomain101,
EndpointAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startisRegisterNull(EndpointAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startsaveDynamicEndpoint(String key42,
String epName43,
EndpointAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startsaveEndpoint(String epString38,
EndpointAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
switchOff(String endpointName99)
Auto generated method signature for Asynchronous Invocations
|
void |
switchOn(String endpointName67)
Auto generated method signature for Asynchronous Invocations
|
boolean isRegisterNull() throws RemoteException, EndpointAdminEndpointAdminException
isRegisterNull31
- EndpointAdminEndpointAdminException
- :RemoteException
void startisRegisterNull(EndpointAdminCallbackHandler callback) throws RemoteException
isRegisterNull31
- RemoteException
String[] getEndpoints() throws RemoteException, EndpointAdminEndpointAdminException
getEndpoints34
- EndpointAdminEndpointAdminException
- :RemoteException
void startgetEndpoints(EndpointAdminCallbackHandler callback) throws RemoteException
getEndpoints34
- RemoteException
boolean saveEndpoint(String epString38) throws RemoteException, EndpointAdminEndpointAdminException
saveEndpoint37
- EndpointAdminEndpointAdminException
- :RemoteException
void startsaveEndpoint(String epString38, EndpointAdminCallbackHandler callback) throws RemoteException
saveEndpoint37
- RemoteException
boolean saveDynamicEndpoint(String key42, String epName43) throws RemoteException, EndpointAdminEndpointAdminException
saveDynamicEndpoint41
- EndpointAdminEndpointAdminException
- :RemoteException
void startsaveDynamicEndpoint(String key42, String epName43, EndpointAdminCallbackHandler callback) throws RemoteException
saveDynamicEndpoint41
- RemoteException
boolean deleteEndpoint(String endpointName47) throws RemoteException, EndpointAdminEndpointAdminException
deleteEndpoint46
- EndpointAdminEndpointAdminException
- :RemoteException
void startdeleteEndpoint(String endpointName47, EndpointAdminCallbackHandler callback) throws RemoteException
deleteEndpoint46
- RemoteException
String[] getDynamicEndpoints() throws RemoteException, EndpointAdminEndpointAdminException
getDynamicEndpoints50
- EndpointAdminEndpointAdminException
- :RemoteException
void startgetDynamicEndpoints(EndpointAdminCallbackHandler callback) throws RemoteException
getDynamicEndpoints50
- RemoteException
boolean deleteDynamicEndpoint(String key54) throws RemoteException, EndpointAdminEndpointAdminException
deleteDynamicEndpoint53
- EndpointAdminEndpointAdminException
- :RemoteException
void startdeleteDynamicEndpoint(String key54, EndpointAdminCallbackHandler callback) throws RemoteException
deleteDynamicEndpoint53
- RemoteException
String getDynamicEndpoint(String key58) throws RemoteException, EndpointAdminEndpointAdminException
getDynamicEndpoint57
- EndpointAdminEndpointAdminException
- :RemoteException
void startgetDynamicEndpoint(String key58, EndpointAdminCallbackHandler callback) throws RemoteException
getDynamicEndpoint57
- RemoteException
boolean addEndpointForTenant(String endpointData62, String tenantDomain63) throws RemoteException, EndpointAdminEndpointAdminException
addEndpointForTenant61
- EndpointAdminEndpointAdminException
- :RemoteException
void startaddEndpointForTenant(String endpointData62, String tenantDomain63, EndpointAdminCallbackHandler callback) throws RemoteException
addEndpointForTenant61
- RemoteException
void switchOn(String endpointName67) throws RemoteException, EndpointAdminEndpointAdminException
EndpointAdminEndpointAdminException
- :RemoteException
ConfigurationObject[] getDependents(String endpointName69) throws RemoteException
getDependents68
- RemoteException
void startgetDependents(String endpointName69, EndpointAdminCallbackHandler callback) throws RemoteException
getDependents68
- RemoteException
void enableStatistics(String endpointName73) throws RemoteException, EndpointAdminEndpointAdminException
EndpointAdminEndpointAdminException
- :RemoteException
void deleteSelectedEndpoint(String[] endpointNames75) throws RemoteException, EndpointAdminEndpointAdminException
EndpointAdminEndpointAdminException
- :RemoteException
void disableStatistics(String endpointName77) throws RemoteException, EndpointAdminEndpointAdminException
EndpointAdminEndpointAdminException
- :RemoteException
boolean addEndpoint(String epString79) throws RemoteException, EndpointAdminEndpointAdminException
addEndpoint78
- EndpointAdminEndpointAdminException
- :RemoteException
void startaddEndpoint(String epString79, EndpointAdminCallbackHandler callback) throws RemoteException
addEndpoint78
- RemoteException
int getEndpointCount() throws RemoteException, EndpointAdminEndpointAdminException
getEndpointCount82
- EndpointAdminEndpointAdminException
- :RemoteException
void startgetEndpointCount(EndpointAdminCallbackHandler callback) throws RemoteException
getEndpointCount82
- RemoteException
int getDynamicEndpointCount() throws RemoteException, EndpointAdminEndpointAdminException
getDynamicEndpointCount85
- EndpointAdminEndpointAdminException
- :RemoteException
void startgetDynamicEndpointCount(EndpointAdminCallbackHandler callback) throws RemoteException
getDynamicEndpointCount85
- RemoteException
String getEndpointConfiguration(String endpointName89) throws RemoteException, EndpointAdminEndpointAdminException
getEndpointConfiguration88
- EndpointAdminEndpointAdminException
- :RemoteException
void startgetEndpointConfiguration(String endpointName89, EndpointAdminCallbackHandler callback) throws RemoteException
getEndpointConfiguration88
- RemoteException
EndpointMetaData[] getEndpointsData() throws RemoteException
getEndpointsData92
- RemoteException
void startgetEndpointsData(EndpointAdminCallbackHandler callback) throws RemoteException
getEndpointsData92
- RemoteException
String[] getEndPointsNames() throws RemoteException, EndpointAdminEndpointAdminException
getEndPointsNames95
- EndpointAdminEndpointAdminException
- :RemoteException
void startgetEndPointsNames(EndpointAdminCallbackHandler callback) throws RemoteException
getEndPointsNames95
- RemoteException
void switchOff(String endpointName99) throws RemoteException, EndpointAdminEndpointAdminException
EndpointAdminEndpointAdminException
- :RemoteException
String[] getEndPointsNamesForTenant(String tenantDomain101) throws RemoteException, EndpointAdminEndpointAdminException
getEndPointsNamesForTenant100
- EndpointAdminEndpointAdminException
- :RemoteException
void startgetEndPointsNamesForTenant(String tenantDomain101, EndpointAdminCallbackHandler callback) throws RemoteException
getEndPointsNamesForTenant100
- RemoteException
void deleteAllEndpointGroups() throws RemoteException, EndpointAdminEndpointAdminException
EndpointAdminEndpointAdminException
- :RemoteException
boolean addDynamicEndpoint(String key106, String epConfiguration107) throws RemoteException, EndpointAdminEndpointAdminException
addDynamicEndpoint105
- EndpointAdminEndpointAdminException
- :RemoteException
void startaddDynamicEndpoint(String key106, String epConfiguration107, EndpointAdminCallbackHandler callback) throws RemoteException
addDynamicEndpoint105
- RemoteException
boolean deleteEndpointForTenant(String endpointName111, String tenantDomain112) throws RemoteException, EndpointAdminEndpointAdminException
deleteEndpointForTenant110
- EndpointAdminEndpointAdminException
- :RemoteException
void startdeleteEndpointForTenant(String endpointName111, String tenantDomain112, EndpointAdminCallbackHandler callback) throws RemoteException
deleteEndpointForTenant110
- RemoteException
Copyright © 2019 WSO2. All rights reserved.