Interface SequenceAdminService
-
- All Known Implementing Classes:
SequenceAdminServiceStub
public interface SequenceAdminService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addDynamicSequence(String key101, org.apache.axiom.om.OMElement extraElement102)
Auto generated method signature for Asynchronous Invocationsvoid
addSequence(org.apache.axiom.om.OMElement extraElement63)
Auto generated method signature for Asynchronous Invocationsvoid
addSequenceForTenant(org.apache.axiom.om.OMElement extraElement114, String tenantDomain115)
Auto generated method signature for Asynchronous Invocationsvoid
deleteAllSequence()
Auto generated method signature for Asynchronous Invocationsvoid
deleteDynamicSequence(String key122)
Auto generated method signature for Asynchronous Invocationsvoid
deleteSelectedSequence(String[] sequenceNames72)
Auto generated method signature for Asynchronous Invocationsvoid
deleteSequence(String sequenceName65)
Auto generated method signature for Asynchronous Invocationsvoid
deleteSequenceForTenant(String sequenceName74, String tenantDomain75)
Auto generated method signature for Asynchronous InvocationsString
disableStatistics(String sequenceName89)
Auto generated method signatureString
disableTracing(String sequenceName118)
Auto generated method signatureString
enableStatistics(String sequenceName97)
Auto generated method signatureString
enableTracing(String sequenceName81)
Auto generated method signatureConfigurationObject[]
getDependents(String sequence85)
Auto generated method signatureorg.apache.axiom.om.OMElement
getDynamicSequence(String key77)
Auto generated method signatureint
getDynamicSequenceCount()
Auto generated method signatureSequenceInfo[]
getDynamicSequences(int pageNumber104, int sequencePerPage105)
Auto generated method signatureString
getEntryNamesString()
Auto generated method signatureorg.apache.axiom.om.OMElement
getSequence(String sequenceName124)
Auto generated method signatureorg.apache.axiom.om.OMElement
getSequenceForTenant(String sequenceName109, String tenantDomain110)
Auto generated method signatureSequenceInfo[]
getSequences(int pageNumber52, int sequencePerPage53)
Auto generated method signatureint
getSequencesCount()
Auto generated method signatureboolean
isExistingSequence(String sequenceName93)
Auto generated method signatureboolean
isExistingSequenceForTenant(String sequenceName67, String tenantDomain68)
Auto generated method signaturevoid
saveDynamicSequence(String key41, org.apache.axiom.om.OMElement extraElement42)
Auto generated method signature for Asynchronous Invocationsvoid
saveSequence(org.apache.axiom.om.OMElement extraElement47)
Auto generated method signature for Asynchronous Invocationsvoid
startdisableStatistics(String sequenceName89, SequenceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startdisableTracing(String sequenceName118, SequenceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startenableStatistics(String sequenceName97, SequenceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startenableTracing(String sequenceName81, SequenceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetDependents(String sequence85, SequenceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetDynamicSequence(String key77, SequenceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetDynamicSequenceCount(SequenceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetDynamicSequences(int pageNumber104, int sequencePerPage105, SequenceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetEntryNamesString(SequenceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetSequence(String sequenceName124, SequenceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetSequenceForTenant(String sequenceName109, String tenantDomain110, SequenceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetSequences(int pageNumber52, int sequencePerPage53, SequenceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetSequencesCount(SequenceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startisExistingSequence(String sequenceName93, SequenceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startisExistingSequenceForTenant(String sequenceName67, String tenantDomain68, SequenceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
updateDynamicSequence(String key60, org.apache.axiom.om.OMElement extraElement61)
Auto generated method signature for Asynchronous Invocations
-
-
-
Method Detail
-
saveDynamicSequence
void saveDynamicSequence(String key41, org.apache.axiom.om.OMElement extraElement42) throws RemoteException, SequenceEditorException
Auto generated method signature for Asynchronous Invocations- Throws:
SequenceEditorException
- :RemoteException
-
getEntryNamesString
String getEntryNamesString() throws RemoteException, SequenceEditorException
Auto generated method signature- Throws:
SequenceEditorException
- :RemoteException
-
startgetEntryNamesString
void startgetEntryNamesString(SequenceAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Throws:
RemoteException
-
saveSequence
void saveSequence(org.apache.axiom.om.OMElement extraElement47) throws RemoteException, SequenceEditorException
Auto generated method signature for Asynchronous Invocations- Throws:
SequenceEditorException
- :RemoteException
-
getSequencesCount
int getSequencesCount() throws RemoteException, SequenceEditorException
Auto generated method signature- Throws:
SequenceEditorException
- :RemoteException
-
startgetSequencesCount
void startgetSequencesCount(SequenceAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Throws:
RemoteException
-
getSequences
SequenceInfo[] getSequences(int pageNumber52, int sequencePerPage53) throws RemoteException, SequenceEditorException
Auto generated method signature- Parameters:
getSequences51
-- Throws:
SequenceEditorException
- :RemoteException
-
startgetSequences
void startgetSequences(int pageNumber52, int sequencePerPage53, SequenceAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getSequences51
-- Throws:
RemoteException
-
getDynamicSequenceCount
int getDynamicSequenceCount() throws RemoteException, SequenceEditorException
Auto generated method signature- Throws:
SequenceEditorException
- :RemoteException
-
startgetDynamicSequenceCount
void startgetDynamicSequenceCount(SequenceAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Throws:
RemoteException
-
updateDynamicSequence
void updateDynamicSequence(String key60, org.apache.axiom.om.OMElement extraElement61) throws RemoteException, SequenceEditorException
Auto generated method signature for Asynchronous Invocations- Throws:
SequenceEditorException
- :RemoteException
-
addSequence
void addSequence(org.apache.axiom.om.OMElement extraElement63) throws RemoteException, SequenceEditorException
Auto generated method signature for Asynchronous Invocations- Throws:
SequenceEditorException
- :RemoteException
-
deleteSequence
void deleteSequence(String sequenceName65) throws RemoteException, SequenceEditorException
Auto generated method signature for Asynchronous Invocations- Throws:
SequenceEditorException
- :RemoteException
-
isExistingSequenceForTenant
boolean isExistingSequenceForTenant(String sequenceName67, String tenantDomain68) throws RemoteException
Auto generated method signature- Parameters:
isExistingSequenceForTenant66
-- Throws:
RemoteException
-
startisExistingSequenceForTenant
void startisExistingSequenceForTenant(String sequenceName67, String tenantDomain68, SequenceAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
isExistingSequenceForTenant66
-- Throws:
RemoteException
-
deleteSelectedSequence
void deleteSelectedSequence(String[] sequenceNames72) throws RemoteException, SequenceEditorException
Auto generated method signature for Asynchronous Invocations- Throws:
SequenceEditorException
- :RemoteException
-
deleteSequenceForTenant
void deleteSequenceForTenant(String sequenceName74, String tenantDomain75) throws RemoteException, SequenceEditorException
Auto generated method signature for Asynchronous Invocations- Throws:
SequenceEditorException
- :RemoteException
-
getDynamicSequence
org.apache.axiom.om.OMElement getDynamicSequence(String key77) throws RemoteException, SequenceEditorException
Auto generated method signature- Parameters:
getDynamicSequence76
-- Throws:
SequenceEditorException
- :RemoteException
-
startgetDynamicSequence
void startgetDynamicSequence(String key77, SequenceAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getDynamicSequence76
-- Throws:
RemoteException
-
enableTracing
String enableTracing(String sequenceName81) throws RemoteException, SequenceEditorException
Auto generated method signature- Parameters:
enableTracing80
-- Throws:
SequenceEditorException
- :RemoteException
-
startenableTracing
void startenableTracing(String sequenceName81, SequenceAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
enableTracing80
-- Throws:
RemoteException
-
getDependents
ConfigurationObject[] getDependents(String sequence85) throws RemoteException
Auto generated method signature- Parameters:
getDependents84
-- Throws:
RemoteException
-
startgetDependents
void startgetDependents(String sequence85, SequenceAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getDependents84
-- Throws:
RemoteException
-
disableStatistics
String disableStatistics(String sequenceName89) throws RemoteException, SequenceEditorException
Auto generated method signature- Parameters:
disableStatistics88
-- Throws:
SequenceEditorException
- :RemoteException
-
startdisableStatistics
void startdisableStatistics(String sequenceName89, SequenceAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
disableStatistics88
-- Throws:
RemoteException
-
isExistingSequence
boolean isExistingSequence(String sequenceName93) throws RemoteException
Auto generated method signature- Parameters:
isExistingSequence92
-- Throws:
RemoteException
-
startisExistingSequence
void startisExistingSequence(String sequenceName93, SequenceAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
isExistingSequence92
-- Throws:
RemoteException
-
enableStatistics
String enableStatistics(String sequenceName97) throws RemoteException, SequenceEditorException
Auto generated method signature- Parameters:
enableStatistics96
-- Throws:
SequenceEditorException
- :RemoteException
-
startenableStatistics
void startenableStatistics(String sequenceName97, SequenceAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
enableStatistics96
-- Throws:
RemoteException
-
addDynamicSequence
void addDynamicSequence(String key101, org.apache.axiom.om.OMElement extraElement102) throws RemoteException, SequenceEditorException
Auto generated method signature for Asynchronous Invocations- Throws:
SequenceEditorException
- :RemoteException
-
getDynamicSequences
SequenceInfo[] getDynamicSequences(int pageNumber104, int sequencePerPage105) throws RemoteException, SequenceEditorException
Auto generated method signature- Parameters:
getDynamicSequences103
-- Throws:
SequenceEditorException
- :RemoteException
-
startgetDynamicSequences
void startgetDynamicSequences(int pageNumber104, int sequencePerPage105, SequenceAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getDynamicSequences103
-- Throws:
RemoteException
-
getSequenceForTenant
org.apache.axiom.om.OMElement getSequenceForTenant(String sequenceName109, String tenantDomain110) throws RemoteException, SequenceEditorException
Auto generated method signature- Parameters:
getSequenceForTenant108
-- Throws:
SequenceEditorException
- :RemoteException
-
startgetSequenceForTenant
void startgetSequenceForTenant(String sequenceName109, String tenantDomain110, SequenceAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getSequenceForTenant108
-- Throws:
RemoteException
-
addSequenceForTenant
void addSequenceForTenant(org.apache.axiom.om.OMElement extraElement114, String tenantDomain115) throws RemoteException, SequenceEditorException
Auto generated method signature for Asynchronous Invocations- Throws:
SequenceEditorException
- :RemoteException
-
deleteAllSequence
void deleteAllSequence() throws RemoteException, SequenceEditorException
Auto generated method signature for Asynchronous Invocations- Throws:
SequenceEditorException
- :RemoteException
-
disableTracing
String disableTracing(String sequenceName118) throws RemoteException, SequenceEditorException
Auto generated method signature- Parameters:
disableTracing117
-- Throws:
SequenceEditorException
- :RemoteException
-
startdisableTracing
void startdisableTracing(String sequenceName118, SequenceAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
disableTracing117
-- Throws:
RemoteException
-
deleteDynamicSequence
void deleteDynamicSequence(String key122) throws RemoteException, SequenceEditorException
Auto generated method signature for Asynchronous Invocations- Throws:
SequenceEditorException
- :RemoteException
-
getSequence
org.apache.axiom.om.OMElement getSequence(String sequenceName124) throws RemoteException, SequenceEditorException
Auto generated method signature- Parameters:
getSequence123
-- Throws:
SequenceEditorException
- :RemoteException
-
startgetSequence
void startgetSequence(String sequenceName124, SequenceAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getSequence123
-- Throws:
RemoteException
-
-