Interface LocalEntryAdminService
-
- All Known Implementing Classes:
LocalEntryAdminServiceStub
public interface LocalEntryAdminService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
addEntry(String ele35)
Auto generated method signatureboolean
addEntryForTenant(String element65, String tenantDomain66)
Auto generated method signatureboolean
deleteEntry(String entryKey31)
Auto generated method signatureboolean
deleteEntryForTenant(String entryKey77, String tenantDomain78)
Auto generated method signatureEntryData[]
entryData()
Auto generated method signatureConfigurationObject[]
getDependents(String entryName70)
Auto generated method signatureObject
getEntry(String entryKey42)
Auto generated method signatureint
getEntryDataCount()
Auto generated method signatureObject
getEntryForTenant(String entryKey46, String tenantDomain47)
Auto generated method signatureString[]
getEntryNames()
Auto generated method signatureString
getEntryNamesString()
Auto generated method signatureEntryData[]
paginatedEntryData(int pageNumber51)
Auto generated method signatureboolean
saveEntry(String ele55)
Auto generated method signatureboolean
saveEntryForTenant(String element26, String tenantDomain27)
Auto generated method signaturevoid
startaddEntry(String ele35, LocalEntryAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startaddEntryForTenant(String element65, String tenantDomain66, LocalEntryAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startdeleteEntry(String entryKey31, LocalEntryAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startdeleteEntryForTenant(String entryKey77, String tenantDomain78, LocalEntryAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startentryData(LocalEntryAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetDependents(String entryName70, LocalEntryAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetEntry(String entryKey42, LocalEntryAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetEntryDataCount(LocalEntryAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetEntryForTenant(String entryKey46, String tenantDomain47, LocalEntryAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetEntryNames(LocalEntryAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetEntryNamesString(LocalEntryAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startpaginatedEntryData(int pageNumber51, LocalEntryAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startsaveEntry(String ele55, LocalEntryAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startsaveEntryForTenant(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 RemoteException
Auto 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, LocalEntryAdminException
Auto 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
-
-