Interface DeploymentSynchronizerAdmin
-
- All Known Implementing Classes:
DeploymentSynchronizerAdminStub
public interface DeploymentSynchronizerAdmin
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcheckout()Auto generated method signature for Asynchronous Invocationsvoidcommit()Auto generated method signature for Asynchronous InvocationsvoiddisableSynchronizerForCarbonRepository()Auto generated method signature for Asynchronous InvocationsvoidenableSynchronizerForCarbonRepository(DeploymentSynchronizerConfiguration config25)Auto generated method signature for Asynchronous InvocationslonggetLastCheckoutTime()Auto generated method signaturelonggetLastCommitTime()Auto generated method signatureRepositoryConfigParameter[]getParamsByRepositoryType(String repositoryType11)Auto generated method signatureString[]getRepositoryTypes()Auto generated method signatureDeploymentSynchronizerConfigurationgetSynchronizerConfigurationForCarbonRepository()Auto generated method signaturevoidstartgetLastCheckoutTime(DeploymentSynchronizerAdminCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidstartgetLastCommitTime(DeploymentSynchronizerAdminCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidstartgetParamsByRepositoryType(String repositoryType11, DeploymentSynchronizerAdminCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidstartgetRepositoryTypes(DeploymentSynchronizerAdminCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidstartgetSynchronizerConfigurationForCarbonRepository(DeploymentSynchronizerAdminCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidstartsynchronizerEnabledForCarbonRepository(DeploymentSynchronizerAdminCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsbooleansynchronizerEnabledForCarbonRepository()Auto generated method signaturevoidupdateSynchronizerForCarbonRepository(DeploymentSynchronizerConfiguration config16)Auto generated method signature for Asynchronous Invocations
-
-
-
Method Detail
-
getRepositoryTypes
String[] getRepositoryTypes() throws RemoteException
Auto generated method signature- Parameters:
getRepositoryTypes6-- Throws:
RemoteException
-
startgetRepositoryTypes
void startgetRepositoryTypes(DeploymentSynchronizerAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getRepositoryTypes6-- Throws:
RemoteException
-
disableSynchronizerForCarbonRepository
void disableSynchronizerForCarbonRepository() throws RemoteException, DeploymentSynchronizerAdminDeploymentSynchronizerExceptionAuto generated method signature for Asynchronous Invocations
-
getParamsByRepositoryType
RepositoryConfigParameter[] getParamsByRepositoryType(String repositoryType11) throws RemoteException
Auto generated method signature- Parameters:
getParamsByRepositoryType10-- Throws:
RemoteException
-
startgetParamsByRepositoryType
void startgetParamsByRepositoryType(String repositoryType11, DeploymentSynchronizerAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getParamsByRepositoryType10-- Throws:
RemoteException
-
commit
void commit() throws RemoteException, DeploymentSynchronizerAdminDeploymentSynchronizerExceptionAuto generated method signature for Asynchronous Invocations
-
updateSynchronizerForCarbonRepository
void updateSynchronizerForCarbonRepository(DeploymentSynchronizerConfiguration config16) throws RemoteException, DeploymentSynchronizerAdminDeploymentSynchronizerException
Auto generated method signature for Asynchronous Invocations
-
checkout
void checkout() throws RemoteException, DeploymentSynchronizerAdminDeploymentSynchronizerExceptionAuto generated method signature for Asynchronous Invocations
-
getSynchronizerConfigurationForCarbonRepository
DeploymentSynchronizerConfiguration getSynchronizerConfigurationForCarbonRepository() throws RemoteException, DeploymentSynchronizerAdminDeploymentSynchronizerException
Auto generated method signature- Parameters:
getSynchronizerConfigurationForCarbonRepository18-- Throws:
DeploymentSynchronizerAdminDeploymentSynchronizerException- :RemoteException
-
startgetSynchronizerConfigurationForCarbonRepository
void startgetSynchronizerConfigurationForCarbonRepository(DeploymentSynchronizerAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getSynchronizerConfigurationForCarbonRepository18-- Throws:
RemoteException
-
synchronizerEnabledForCarbonRepository
boolean synchronizerEnabledForCarbonRepository() throws RemoteExceptionAuto generated method signature- Parameters:
synchronizerEnabledForCarbonRepository21-- Throws:
RemoteException
-
startsynchronizerEnabledForCarbonRepository
void startsynchronizerEnabledForCarbonRepository(DeploymentSynchronizerAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
synchronizerEnabledForCarbonRepository21-- Throws:
RemoteException
-
enableSynchronizerForCarbonRepository
void enableSynchronizerForCarbonRepository(DeploymentSynchronizerConfiguration config25) throws RemoteException, DeploymentSynchronizerAdminDeploymentSynchronizerException
Auto generated method signature for Asynchronous Invocations
-
getLastCheckoutTime
long getLastCheckoutTime() throws RemoteExceptionAuto generated method signature- Parameters:
getLastCheckoutTime26-- Throws:
RemoteException
-
startgetLastCheckoutTime
void startgetLastCheckoutTime(DeploymentSynchronizerAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getLastCheckoutTime26-- Throws:
RemoteException
-
getLastCommitTime
long getLastCommitTime() throws RemoteExceptionAuto generated method signature- Parameters:
getLastCommitTime29-- Throws:
RemoteException
-
startgetLastCommitTime
void startgetLastCommitTime(DeploymentSynchronizerAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getLastCommitTime29-- Throws:
RemoteException
-
-