org.jumpmind.symmetric.config
Interface IRuntimeConfig


Deprecated.

@Deprecated
public interface IRuntimeConfig

This interface is used to pull the runtime configuration for this SymmetricDSinstallation. If the registrationURL is null, then this server will not register with another server (it is likely that it is the host itself). This interface is meant to be 'pluggable.' It might be that different installations might want to pull this information from different places.


Method Summary
 java.lang.String getExternalId()
          Deprecated. Get the external id for this instance
 java.lang.String getMyUrl()
          Deprecated. Provide the URL of this specific instance of SymmetricDS
 java.lang.String getNodeGroupId()
          Deprecated. Get the group id for this instance
 java.lang.String getRegistrationUrl()
          Deprecated. Provide the URL used to register at to get initial configuration information
 java.lang.String getSchemaVersion()
          Deprecated. Provide information about the version of the schema being sync'd.
 

Method Detail

getNodeGroupId

java.lang.String getNodeGroupId()
Deprecated. 
Get the group id for this instance


getExternalId

java.lang.String getExternalId()
Deprecated. 
Get the external id for this instance


getRegistrationUrl

java.lang.String getRegistrationUrl()
Deprecated. 
Provide the URL used to register at to get initial configuration information


getMyUrl

java.lang.String getMyUrl()
Deprecated. 
Provide the URL of this specific instance of SymmetricDS


getSchemaVersion

java.lang.String getSchemaVersion()
Deprecated. 
Provide information about the version of the schema being sync'd.



Copyright © 2007-2008. All Rights Reserved.