Interface LocalEntryAdminService
-
- All Known Implementing Classes:
LocalEntryAdminServiceStub
public interface LocalEntryAdminService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanaddEntry(String ele35)Auto generated method signaturebooleanaddEntryForTenant(String element65, String tenantDomain66)Auto generated method signaturebooleandeleteEntry(String entryKey31)Auto generated method signaturebooleandeleteEntryForTenant(String entryKey77, String tenantDomain78)Auto generated method signatureEntryData[]entryData()Auto generated method signatureConfigurationObject[]getDependents(String entryName70)Auto generated method signatureObjectgetEntry(String entryKey42)Auto generated method signatureintgetEntryDataCount()Auto generated method signatureObjectgetEntryForTenant(String entryKey46, String tenantDomain47)Auto generated method signatureString[]getEntryNames()Auto generated method signatureStringgetEntryNamesString()Auto generated method signatureEntryData[]paginatedEntryData(int pageNumber51)Auto generated method signaturebooleansaveEntry(String ele55)Auto generated method signaturebooleansaveEntryForTenant(String element26, String tenantDomain27)Auto generated method signaturevoidstartaddEntry(String ele35, LocalEntryAdminServiceCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidstartaddEntryForTenant(String element65, String tenantDomain66, LocalEntryAdminServiceCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidstartdeleteEntry(String entryKey31, LocalEntryAdminServiceCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidstartdeleteEntryForTenant(String entryKey77, String tenantDomain78, LocalEntryAdminServiceCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidstartentryData(LocalEntryAdminServiceCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidstartgetDependents(String entryName70, LocalEntryAdminServiceCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidstartgetEntry(String entryKey42, LocalEntryAdminServiceCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidstartgetEntryDataCount(LocalEntryAdminServiceCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidstartgetEntryForTenant(String entryKey46, String tenantDomain47, LocalEntryAdminServiceCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidstartgetEntryNames(LocalEntryAdminServiceCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidstartgetEntryNamesString(LocalEntryAdminServiceCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidstartpaginatedEntryData(int pageNumber51, LocalEntryAdminServiceCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidstartsaveEntry(String ele55, LocalEntryAdminServiceCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidstartsaveEntryForTenant(String element26, String tenantDomain27, LocalEntryAdminServiceCallbackHandler callback)Auto generated method signature for Asynchronous Invocations
-
-
-
Method Detail
-
saveEntryForTenant
boolean saveEntryForTenant(String element26, String tenantDomain27) throws RemoteException, LocalEntryAdminException
Auto generated method signature- Parameters:
saveEntryForTenant25-- Throws:
LocalEntryAdminException- :RemoteException
-
startsaveEntryForTenant
void startsaveEntryForTenant(String element26, String tenantDomain27, LocalEntryAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
saveEntryForTenant25-- Throws:
RemoteException
-
deleteEntry
boolean deleteEntry(String entryKey31) throws RemoteException, LocalEntryAdminException
Auto generated method signature- Parameters:
deleteEntry30-- Throws:
LocalEntryAdminException- :RemoteException
-
startdeleteEntry
void startdeleteEntry(String entryKey31, LocalEntryAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
deleteEntry30-- Throws:
RemoteException
-
addEntry
boolean addEntry(String ele35) throws RemoteException, LocalEntryAdminException
Auto generated method signature- Parameters:
addEntry34-- Throws:
LocalEntryAdminException- :RemoteException
-
startaddEntry
void startaddEntry(String ele35, LocalEntryAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
addEntry34-- Throws:
RemoteException
-
entryData
EntryData[] entryData() throws RemoteException, LocalEntryAdminException
Auto generated method signature- Throws:
LocalEntryAdminException- :RemoteException
-
startentryData
void startentryData(LocalEntryAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Throws:
RemoteException
-
getEntry
Object getEntry(String entryKey42) throws RemoteException, LocalEntryAdminException
Auto generated method signature- Parameters:
getEntry41-- Throws:
LocalEntryAdminException- :RemoteException
-
startgetEntry
void startgetEntry(String entryKey42, LocalEntryAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getEntry41-- Throws:
RemoteException
-
getEntryForTenant
Object getEntryForTenant(String entryKey46, String tenantDomain47) throws RemoteException, LocalEntryAdminException
Auto generated method signature- Parameters:
getEntryForTenant45-- Throws:
LocalEntryAdminException- :RemoteException
-
startgetEntryForTenant
void startgetEntryForTenant(String entryKey46, String tenantDomain47, LocalEntryAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getEntryForTenant45-- Throws:
RemoteException
-
paginatedEntryData
EntryData[] paginatedEntryData(int pageNumber51) throws RemoteException, LocalEntryAdminException
Auto generated method signature- Parameters:
paginatedEntryData50-- Throws:
LocalEntryAdminException- :RemoteException
-
startpaginatedEntryData
void startpaginatedEntryData(int pageNumber51, LocalEntryAdminServiceCallbackHandler callback) throws RemoteExceptionAuto generated method signature for Asynchronous Invocations- Parameters:
paginatedEntryData50-- Throws:
RemoteException
-
saveEntry
boolean saveEntry(String ele55) throws RemoteException, LocalEntryAdminException
Auto generated method signature- Parameters:
saveEntry54-- Throws:
LocalEntryAdminException- :RemoteException
-
startsaveEntry
void startsaveEntry(String ele55, LocalEntryAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
saveEntry54-- Throws:
RemoteException
-
getEntryNamesString
String getEntryNamesString() throws RemoteException, LocalEntryAdminException
Auto generated method signature- Throws:
LocalEntryAdminException- :RemoteException
-
startgetEntryNamesString
void startgetEntryNamesString(LocalEntryAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Throws:
RemoteException
-
getEntryDataCount
int getEntryDataCount() throws RemoteException, LocalEntryAdminExceptionAuto generated method signature- Throws:
LocalEntryAdminException- :RemoteException
-
startgetEntryDataCount
void startgetEntryDataCount(LocalEntryAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Throws:
RemoteException
-
addEntryForTenant
boolean addEntryForTenant(String element65, String tenantDomain66) throws RemoteException, LocalEntryAdminException
Auto generated method signature- Parameters:
addEntryForTenant64-- Throws:
LocalEntryAdminException- :RemoteException
-
startaddEntryForTenant
void startaddEntryForTenant(String element65, String tenantDomain66, LocalEntryAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
addEntryForTenant64-- Throws:
RemoteException
-
getDependents
ConfigurationObject[] getDependents(String entryName70) throws RemoteException
Auto generated method signature- Parameters:
getDependents69-- Throws:
RemoteException
-
startgetDependents
void startgetDependents(String entryName70, LocalEntryAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getDependents69-- Throws:
RemoteException
-
getEntryNames
String[] getEntryNames() throws RemoteException, LocalEntryAdminException
Auto generated method signature- Throws:
LocalEntryAdminException- :RemoteException
-
startgetEntryNames
void startgetEntryNames(LocalEntryAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Throws:
RemoteException
-
deleteEntryForTenant
boolean deleteEntryForTenant(String entryKey77, String tenantDomain78) throws RemoteException, LocalEntryAdminException
Auto generated method signature- Parameters:
deleteEntryForTenant76-- Throws:
LocalEntryAdminException- :RemoteException
-
startdeleteEntryForTenant
void startdeleteEntryForTenant(String entryKey77, String tenantDomain78, LocalEntryAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
deleteEntryForTenant76-- Throws:
RemoteException
-
-