Interface EndpointAdmin
-
- All Known Implementing Classes:
EndpointAdminStub
public interface EndpointAdmin
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
addDynamicEndpoint(String key106, String epConfiguration107)
Auto generated method signatureboolean
addEndpoint(String epString79)
Auto generated method signatureboolean
addEndpointForTenant(String endpointData62, String tenantDomain63)
Auto generated method signaturevoid
deleteAllEndpointGroups()
Auto generated method signature for Asynchronous Invocationsboolean
deleteDynamicEndpoint(String key54)
Auto generated method signatureboolean
deleteEndpoint(String endpointName47)
Auto generated method signatureboolean
deleteEndpointForTenant(String endpointName111, String tenantDomain112)
Auto generated method signaturevoid
deleteSelectedEndpoint(String[] endpointNames75)
Auto generated method signature for Asynchronous Invocationsvoid
disableStatistics(String endpointName77)
Auto generated method signature for Asynchronous Invocationsvoid
enableStatistics(String endpointName73)
Auto generated method signature for Asynchronous InvocationsConfigurationObject[]
getDependents(String endpointName69)
Auto generated method signatureString
getDynamicEndpoint(String key58)
Auto generated method signatureint
getDynamicEndpointCount()
Auto generated method signatureString[]
getDynamicEndpoints()
Auto generated method signatureString
getEndpointConfiguration(String endpointName89)
Auto generated method signatureint
getEndpointCount()
Auto generated method signatureString[]
getEndpoints()
Auto generated method signatureEndpointMetaData[]
getEndpointsData()
Auto generated method signatureString[]
getEndPointsNames()
Auto generated method signatureString[]
getEndPointsNamesForTenant(String tenantDomain101)
Auto generated method signatureboolean
isRegisterNull()
Auto generated method signatureboolean
saveDynamicEndpoint(String key42, String epName43)
Auto generated method signatureboolean
saveEndpoint(String epString38)
Auto generated method signaturevoid
startaddDynamicEndpoint(String key106, String epConfiguration107, EndpointAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startaddEndpoint(String epString79, EndpointAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startaddEndpointForTenant(String endpointData62, String tenantDomain63, EndpointAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startdeleteDynamicEndpoint(String key54, EndpointAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startdeleteEndpoint(String endpointName47, EndpointAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startdeleteEndpointForTenant(String endpointName111, String tenantDomain112, EndpointAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetDependents(String endpointName69, EndpointAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetDynamicEndpoint(String key58, EndpointAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetDynamicEndpointCount(EndpointAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetDynamicEndpoints(EndpointAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetEndpointConfiguration(String endpointName89, EndpointAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetEndpointCount(EndpointAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetEndpoints(EndpointAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetEndpointsData(EndpointAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetEndPointsNames(EndpointAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetEndPointsNamesForTenant(String tenantDomain101, EndpointAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startisRegisterNull(EndpointAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startsaveDynamicEndpoint(String key42, String epName43, EndpointAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startsaveEndpoint(String epString38, EndpointAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
switchOff(String endpointName99)
Auto generated method signature for Asynchronous Invocationsvoid
switchOn(String endpointName67)
Auto generated method signature for Asynchronous Invocations
-
-
-
Method Detail
-
isRegisterNull
boolean isRegisterNull() throws RemoteException, EndpointAdminEndpointAdminException
Auto generated method signature- Parameters:
isRegisterNull31
-- Throws:
EndpointAdminEndpointAdminException
- :RemoteException
-
startisRegisterNull
void startisRegisterNull(EndpointAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
isRegisterNull31
-- Throws:
RemoteException
-
getEndpoints
String[] getEndpoints() throws RemoteException, EndpointAdminEndpointAdminException
Auto generated method signature- Parameters:
getEndpoints34
-- Throws:
EndpointAdminEndpointAdminException
- :RemoteException
-
startgetEndpoints
void startgetEndpoints(EndpointAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getEndpoints34
-- Throws:
RemoteException
-
saveEndpoint
boolean saveEndpoint(String epString38) throws RemoteException, EndpointAdminEndpointAdminException
Auto generated method signature- Parameters:
saveEndpoint37
-- Throws:
EndpointAdminEndpointAdminException
- :RemoteException
-
startsaveEndpoint
void startsaveEndpoint(String epString38, EndpointAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
saveEndpoint37
-- Throws:
RemoteException
-
saveDynamicEndpoint
boolean saveDynamicEndpoint(String key42, String epName43) throws RemoteException, EndpointAdminEndpointAdminException
Auto generated method signature- Parameters:
saveDynamicEndpoint41
-- Throws:
EndpointAdminEndpointAdminException
- :RemoteException
-
startsaveDynamicEndpoint
void startsaveDynamicEndpoint(String key42, String epName43, EndpointAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
saveDynamicEndpoint41
-- Throws:
RemoteException
-
deleteEndpoint
boolean deleteEndpoint(String endpointName47) throws RemoteException, EndpointAdminEndpointAdminException
Auto generated method signature- Parameters:
deleteEndpoint46
-- Throws:
EndpointAdminEndpointAdminException
- :RemoteException
-
startdeleteEndpoint
void startdeleteEndpoint(String endpointName47, EndpointAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
deleteEndpoint46
-- Throws:
RemoteException
-
getDynamicEndpoints
String[] getDynamicEndpoints() throws RemoteException, EndpointAdminEndpointAdminException
Auto generated method signature- Parameters:
getDynamicEndpoints50
-- Throws:
EndpointAdminEndpointAdminException
- :RemoteException
-
startgetDynamicEndpoints
void startgetDynamicEndpoints(EndpointAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getDynamicEndpoints50
-- Throws:
RemoteException
-
deleteDynamicEndpoint
boolean deleteDynamicEndpoint(String key54) throws RemoteException, EndpointAdminEndpointAdminException
Auto generated method signature- Parameters:
deleteDynamicEndpoint53
-- Throws:
EndpointAdminEndpointAdminException
- :RemoteException
-
startdeleteDynamicEndpoint
void startdeleteDynamicEndpoint(String key54, EndpointAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
deleteDynamicEndpoint53
-- Throws:
RemoteException
-
getDynamicEndpoint
String getDynamicEndpoint(String key58) throws RemoteException, EndpointAdminEndpointAdminException
Auto generated method signature- Parameters:
getDynamicEndpoint57
-- Throws:
EndpointAdminEndpointAdminException
- :RemoteException
-
startgetDynamicEndpoint
void startgetDynamicEndpoint(String key58, EndpointAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getDynamicEndpoint57
-- Throws:
RemoteException
-
addEndpointForTenant
boolean addEndpointForTenant(String endpointData62, String tenantDomain63) throws RemoteException, EndpointAdminEndpointAdminException
Auto generated method signature- Parameters:
addEndpointForTenant61
-- Throws:
EndpointAdminEndpointAdminException
- :RemoteException
-
startaddEndpointForTenant
void startaddEndpointForTenant(String endpointData62, String tenantDomain63, EndpointAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
addEndpointForTenant61
-- Throws:
RemoteException
-
switchOn
void switchOn(String endpointName67) throws RemoteException, EndpointAdminEndpointAdminException
Auto generated method signature for Asynchronous Invocations- Throws:
EndpointAdminEndpointAdminException
- :RemoteException
-
getDependents
ConfigurationObject[] getDependents(String endpointName69) throws RemoteException
Auto generated method signature- Parameters:
getDependents68
-- Throws:
RemoteException
-
startgetDependents
void startgetDependents(String endpointName69, EndpointAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getDependents68
-- Throws:
RemoteException
-
enableStatistics
void enableStatistics(String endpointName73) throws RemoteException, EndpointAdminEndpointAdminException
Auto generated method signature for Asynchronous Invocations- Throws:
EndpointAdminEndpointAdminException
- :RemoteException
-
deleteSelectedEndpoint
void deleteSelectedEndpoint(String[] endpointNames75) throws RemoteException, EndpointAdminEndpointAdminException
Auto generated method signature for Asynchronous Invocations- Throws:
EndpointAdminEndpointAdminException
- :RemoteException
-
disableStatistics
void disableStatistics(String endpointName77) throws RemoteException, EndpointAdminEndpointAdminException
Auto generated method signature for Asynchronous Invocations- Throws:
EndpointAdminEndpointAdminException
- :RemoteException
-
addEndpoint
boolean addEndpoint(String epString79) throws RemoteException, EndpointAdminEndpointAdminException
Auto generated method signature- Parameters:
addEndpoint78
-- Throws:
EndpointAdminEndpointAdminException
- :RemoteException
-
startaddEndpoint
void startaddEndpoint(String epString79, EndpointAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
addEndpoint78
-- Throws:
RemoteException
-
getEndpointCount
int getEndpointCount() throws RemoteException, EndpointAdminEndpointAdminException
Auto generated method signature- Parameters:
getEndpointCount82
-- Throws:
EndpointAdminEndpointAdminException
- :RemoteException
-
startgetEndpointCount
void startgetEndpointCount(EndpointAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getEndpointCount82
-- Throws:
RemoteException
-
getDynamicEndpointCount
int getDynamicEndpointCount() throws RemoteException, EndpointAdminEndpointAdminException
Auto generated method signature- Parameters:
getDynamicEndpointCount85
-- Throws:
EndpointAdminEndpointAdminException
- :RemoteException
-
startgetDynamicEndpointCount
void startgetDynamicEndpointCount(EndpointAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getDynamicEndpointCount85
-- Throws:
RemoteException
-
getEndpointConfiguration
String getEndpointConfiguration(String endpointName89) throws RemoteException, EndpointAdminEndpointAdminException
Auto generated method signature- Parameters:
getEndpointConfiguration88
-- Throws:
EndpointAdminEndpointAdminException
- :RemoteException
-
startgetEndpointConfiguration
void startgetEndpointConfiguration(String endpointName89, EndpointAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getEndpointConfiguration88
-- Throws:
RemoteException
-
getEndpointsData
EndpointMetaData[] getEndpointsData() throws RemoteException
Auto generated method signature- Parameters:
getEndpointsData92
-- Throws:
RemoteException
-
startgetEndpointsData
void startgetEndpointsData(EndpointAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getEndpointsData92
-- Throws:
RemoteException
-
getEndPointsNames
String[] getEndPointsNames() throws RemoteException, EndpointAdminEndpointAdminException
Auto generated method signature- Parameters:
getEndPointsNames95
-- Throws:
EndpointAdminEndpointAdminException
- :RemoteException
-
startgetEndPointsNames
void startgetEndPointsNames(EndpointAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getEndPointsNames95
-- Throws:
RemoteException
-
switchOff
void switchOff(String endpointName99) throws RemoteException, EndpointAdminEndpointAdminException
Auto generated method signature for Asynchronous Invocations- Throws:
EndpointAdminEndpointAdminException
- :RemoteException
-
getEndPointsNamesForTenant
String[] getEndPointsNamesForTenant(String tenantDomain101) throws RemoteException, EndpointAdminEndpointAdminException
Auto generated method signature- Parameters:
getEndPointsNamesForTenant100
-- Throws:
EndpointAdminEndpointAdminException
- :RemoteException
-
startgetEndPointsNamesForTenant
void startgetEndPointsNamesForTenant(String tenantDomain101, EndpointAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getEndPointsNamesForTenant100
-- Throws:
RemoteException
-
deleteAllEndpointGroups
void deleteAllEndpointGroups() throws RemoteException, EndpointAdminEndpointAdminException
Auto generated method signature for Asynchronous Invocations- Throws:
EndpointAdminEndpointAdminException
- :RemoteException
-
addDynamicEndpoint
boolean addDynamicEndpoint(String key106, String epConfiguration107) throws RemoteException, EndpointAdminEndpointAdminException
Auto generated method signature- Parameters:
addDynamicEndpoint105
-- Throws:
EndpointAdminEndpointAdminException
- :RemoteException
-
startaddDynamicEndpoint
void startaddDynamicEndpoint(String key106, String epConfiguration107, EndpointAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
addDynamicEndpoint105
-- Throws:
RemoteException
-
deleteEndpointForTenant
boolean deleteEndpointForTenant(String endpointName111, String tenantDomain112) throws RemoteException, EndpointAdminEndpointAdminException
Auto generated method signature- Parameters:
deleteEndpointForTenant110
-- Throws:
EndpointAdminEndpointAdminException
- :RemoteException
-
startdeleteEndpointForTenant
void startdeleteEndpointForTenant(String endpointName111, String tenantDomain112, EndpointAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
deleteEndpointForTenant110
-- Throws:
RemoteException
-
-