.attribute( ServerXmlIOV154.ATTRIBUTE_SYNCH_PERIOD_MILLIS );
if ( synchPeriodMillisAttribute == null )
{
// If the 'synchPeriodMillis' attribute does not exists,
// we throw an exception
throw new ServerXmlIOException( Messages.getString( "ServerXmlIOV154.ErrorSyncPeriodMillis" ) ); //$NON-NLS-1$
}
else
{
serverConfiguration
.setSynchronizationPeriod( Integer.parseInt( synchPeriodMillisAttribute.getValue() ) );