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 - :RemoteExceptionvoid startisRegisterNull(EndpointAdminCallbackHandler callback) throws RemoteException
isRegisterNull31 - RemoteExceptionString[] getEndpoints() throws RemoteException, EndpointAdminEndpointAdminException
getEndpoints34 - EndpointAdminEndpointAdminException - :RemoteExceptionvoid startgetEndpoints(EndpointAdminCallbackHandler callback) throws RemoteException
getEndpoints34 - RemoteExceptionboolean saveEndpoint(String epString38) throws RemoteException, EndpointAdminEndpointAdminException
saveEndpoint37 - EndpointAdminEndpointAdminException - :RemoteExceptionvoid startsaveEndpoint(String epString38, EndpointAdminCallbackHandler callback) throws RemoteException
saveEndpoint37 - RemoteExceptionboolean saveDynamicEndpoint(String key42, String epName43) throws RemoteException, EndpointAdminEndpointAdminException
saveDynamicEndpoint41 - EndpointAdminEndpointAdminException - :RemoteExceptionvoid startsaveDynamicEndpoint(String key42, String epName43, EndpointAdminCallbackHandler callback) throws RemoteException
saveDynamicEndpoint41 - RemoteExceptionboolean deleteEndpoint(String endpointName47) throws RemoteException, EndpointAdminEndpointAdminException
deleteEndpoint46 - EndpointAdminEndpointAdminException - :RemoteExceptionvoid startdeleteEndpoint(String endpointName47, EndpointAdminCallbackHandler callback) throws RemoteException
deleteEndpoint46 - RemoteExceptionString[] getDynamicEndpoints() throws RemoteException, EndpointAdminEndpointAdminException
getDynamicEndpoints50 - EndpointAdminEndpointAdminException - :RemoteExceptionvoid startgetDynamicEndpoints(EndpointAdminCallbackHandler callback) throws RemoteException
getDynamicEndpoints50 - RemoteExceptionboolean deleteDynamicEndpoint(String key54) throws RemoteException, EndpointAdminEndpointAdminException
deleteDynamicEndpoint53 - EndpointAdminEndpointAdminException - :RemoteExceptionvoid startdeleteDynamicEndpoint(String key54, EndpointAdminCallbackHandler callback) throws RemoteException
deleteDynamicEndpoint53 - RemoteExceptionString getDynamicEndpoint(String key58) throws RemoteException, EndpointAdminEndpointAdminException
getDynamicEndpoint57 - EndpointAdminEndpointAdminException - :RemoteExceptionvoid startgetDynamicEndpoint(String key58, EndpointAdminCallbackHandler callback) throws RemoteException
getDynamicEndpoint57 - RemoteExceptionboolean addEndpointForTenant(String endpointData62, String tenantDomain63) throws RemoteException, EndpointAdminEndpointAdminException
addEndpointForTenant61 - EndpointAdminEndpointAdminException - :RemoteExceptionvoid startaddEndpointForTenant(String endpointData62, String tenantDomain63, EndpointAdminCallbackHandler callback) throws RemoteException
addEndpointForTenant61 - RemoteExceptionvoid switchOn(String endpointName67) throws RemoteException, EndpointAdminEndpointAdminException
EndpointAdminEndpointAdminException - :RemoteExceptionConfigurationObject[] getDependents(String endpointName69) throws RemoteException
getDependents68 - RemoteExceptionvoid startgetDependents(String endpointName69, EndpointAdminCallbackHandler callback) throws RemoteException
getDependents68 - RemoteExceptionvoid enableStatistics(String endpointName73) throws RemoteException, EndpointAdminEndpointAdminException
EndpointAdminEndpointAdminException - :RemoteExceptionvoid deleteSelectedEndpoint(String[] endpointNames75) throws RemoteException, EndpointAdminEndpointAdminException
EndpointAdminEndpointAdminException - :RemoteExceptionvoid disableStatistics(String endpointName77) throws RemoteException, EndpointAdminEndpointAdminException
EndpointAdminEndpointAdminException - :RemoteExceptionboolean addEndpoint(String epString79) throws RemoteException, EndpointAdminEndpointAdminException
addEndpoint78 - EndpointAdminEndpointAdminException - :RemoteExceptionvoid startaddEndpoint(String epString79, EndpointAdminCallbackHandler callback) throws RemoteException
addEndpoint78 - RemoteExceptionint getEndpointCount()
throws RemoteException,
EndpointAdminEndpointAdminException
getEndpointCount82 - EndpointAdminEndpointAdminException - :RemoteExceptionvoid startgetEndpointCount(EndpointAdminCallbackHandler callback) throws RemoteException
getEndpointCount82 - RemoteExceptionint getDynamicEndpointCount()
throws RemoteException,
EndpointAdminEndpointAdminException
getDynamicEndpointCount85 - EndpointAdminEndpointAdminException - :RemoteExceptionvoid startgetDynamicEndpointCount(EndpointAdminCallbackHandler callback) throws RemoteException
getDynamicEndpointCount85 - RemoteExceptionString getEndpointConfiguration(String endpointName89) throws RemoteException, EndpointAdminEndpointAdminException
getEndpointConfiguration88 - EndpointAdminEndpointAdminException - :RemoteExceptionvoid startgetEndpointConfiguration(String endpointName89, EndpointAdminCallbackHandler callback) throws RemoteException
getEndpointConfiguration88 - RemoteExceptionEndpointMetaData[] getEndpointsData() throws RemoteException
getEndpointsData92 - RemoteExceptionvoid startgetEndpointsData(EndpointAdminCallbackHandler callback) throws RemoteException
getEndpointsData92 - RemoteExceptionString[] getEndPointsNames() throws RemoteException, EndpointAdminEndpointAdminException
getEndPointsNames95 - EndpointAdminEndpointAdminException - :RemoteExceptionvoid startgetEndPointsNames(EndpointAdminCallbackHandler callback) throws RemoteException
getEndPointsNames95 - RemoteExceptionvoid switchOff(String endpointName99) throws RemoteException, EndpointAdminEndpointAdminException
EndpointAdminEndpointAdminException - :RemoteExceptionString[] getEndPointsNamesForTenant(String tenantDomain101) throws RemoteException, EndpointAdminEndpointAdminException
getEndPointsNamesForTenant100 - EndpointAdminEndpointAdminException - :RemoteExceptionvoid startgetEndPointsNamesForTenant(String tenantDomain101, EndpointAdminCallbackHandler callback) throws RemoteException
getEndPointsNamesForTenant100 - RemoteExceptionvoid deleteAllEndpointGroups()
throws RemoteException,
EndpointAdminEndpointAdminException
EndpointAdminEndpointAdminException - :RemoteExceptionboolean addDynamicEndpoint(String key106, String epConfiguration107) throws RemoteException, EndpointAdminEndpointAdminException
addDynamicEndpoint105 - EndpointAdminEndpointAdminException - :RemoteExceptionvoid startaddDynamicEndpoint(String key106, String epConfiguration107, EndpointAdminCallbackHandler callback) throws RemoteException
addDynamicEndpoint105 - RemoteExceptionboolean deleteEndpointForTenant(String endpointName111, String tenantDomain112) throws RemoteException, EndpointAdminEndpointAdminException
deleteEndpointForTenant110 - EndpointAdminEndpointAdminException - :RemoteExceptionvoid startdeleteEndpointForTenant(String endpointName111, String tenantDomain112, EndpointAdminCallbackHandler callback) throws RemoteException
deleteEndpointForTenant110 - RemoteExceptionCopyright © 2019 WSO2. All rights reserved.